@charset "utf-8";

html {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #ededed;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

p {
	color: #333333;
	text-align: justify;
	line-height: 22px;
}


h1 {
	background-color: #bfbfbf;
	margin-left: -1px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: -15px;
	padding-left: 15px;
	padding-right: 15px;
	color: #222222;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	text-align: left;
	text-shadow: 1px 1px 0px #ffffff;
	border-radius: 5px;
}

h2, h3, h4 {
	color: #333333;
}

img {
	border: none;
}

ul {
	margin-top: -10px;
}

a:link, a:active, a:visited {
	outline: none;
	color: #666666;
}

a:hover, a:focus {
	outline: none;
	color: #999999;
}

.menu a:link, .menu a:active, .menu a:visited {
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #ffffff;
}

.menu a:hover, .menu a:focus {
	color: #050f77;
	text-shadow: 0px 0px 10px #528b8b;
}

.footer a:link, .footer a:active, .footer a:visited, .footer a:hover, .footer a:focus {
	color: #999999;
}

table {
	width: 100%;
}

table td {
	vertical-align: top;
}

table td.content {
	width: 475px;
}

table td.content.left {
	padding-right: 10px;
}

table td.content.right {
	padding-left: 10px;
}

.content img {
	border: 1px solid #dddddd;
	border-radius: 3px;
}

.content p {
	line-height: 20px;
}

.content li {
	line-height: 20px;
}

.main {
	margin-left: auto;
	margin-right: auto;
	padding-left: 18px;
	text-align: left;
	width: 968px;
}

.main.header {
	background-image: url("images/style/header.png");
	background-repeat: no-repeat;
	background-position: top;
	height: 98px;
	color: #999999;
}

.main.header .logo {
	padding: 10px;
}

.main.header .menu {
	height: 28px;
	margin-right: 30px;
	margin-top: -17px;
}

.main.header .menu table {
	width: auto;
}

.main.header .menu td.corner_left {
	background-image: url("images/style/menu_left.png");
	background-repeat: no-repeat;
	width: 19px;
	height: 28px;
}

.main.header .menu td.corner_right {
	background-image: url("images/style/menu_right.png");
	background-repeat: no-repeat;
	width: 19px;
	height: 28px;
}

.main.header .menu td.menu {
	background-image: url("images/style/menu.png");
	background-repeat: repeat-x;
	height: 28px;
	vertical-align: middle;
}

.primary {
	background-image: url("images/style/primary.png");
	background-repeat: repeat-x;
	border-top: 1px solid #ffffff;
	padding-top: 10px;
	width: 100%;
}

.primary table {
	background-color: #ffffff;
	padding: 10px;
	width: 100%;
	border: 1px solid #ddd;
	margin-top: 25px;
	border-radius: 3px;
}

.teaser {
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: bottom;
	color: #303030;
	text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
	width: 100%;
}

.banner {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 46px;
	font-weight: bold;
	font-style: italic;
	padding-top: 15px;
}

.teaser .content {
	text-align: center;
}

.footer {
	background-color: #ffffff;
	margin-top: 35px;
	margin-bottom: 10px;
	margin-left: -3px;
	padding: 5px;
	width: 100%;
	color: #999999;
	text-align: center;
	font-size: 12px;
	border: 1px solid #dddddd;
	border-radius: 3px;
}
