.underheader {
	font-size: 14px;
	font-weight: normal;
}
.header {
	color: #FFF;
	text-align: center;
}
* {
	padding: 0;
	margin: 0;
} 

body {
	background: #fff;
	font-family: "Boulevard SF";
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	text-align: center;
}

img {

}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color : #FFF;
}

#wrap {
	margin: 20px auto 0 auto;
	width: 800px;
	text-align: center;
}

#header {
	border: 5px solid #090;
	height: 195px;
	color: #000;
	width: 790px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#header h1 {
	font-size: 36px;
	font-weight: 100;
	letter-spacing: -3px;
	padding: 12px 0 5px 10px;
	color: #000;
}
#header h1 a {
color: #182535;
text-decoration: none;
}
#header h1 a:hover {
	color: #000;
	text-decoration: none;
	font-size: 36px;
}
#header h2 {
	color: #000;
	font-size: 15px;
	font-weight: 100;
	padding: 0 0 0 11px;
	letter-spacing: -1px;
	line-height: 12px;
}



.left {
	margin-top: 10px;
	width: 770px;
	float: left;
	text-align: justify;
	border: 5px solid #090;
	padding: 10px;
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}

.left h2 {
	color: #22456F;
	font-size: 24px;
	letter-spacing: -3px;
	font-weight: 100;
	padding : 10px 0 15px 0;
}
#img {
	border: 5px solid #F00;
}

.right {
	margin-top: 10px;
	width: 770px;
	border: 5px solid #090;
	font-size: 12px;
	padding: 10px;
	text-align: center;
	font-family: "Boulevard SF";
	background-color: #060;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
}



.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #59799F;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a {
	text-decoration: none;
	color: #333;
}

#footer {
	margin-top: 10px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	border: 5px solid #090;
	padding: 10px;
	height: 15px;
	background-color: #090;
	font-family: "Boulevard SF";
}
#wrap .right p {
	font-weight: bold;
	color: #333;



}
.image {
	text-align: center;
	width: 500px;
	margin: auto;
	height: 146px;
}
.footertext {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
	float: left;
	width: 570px;
}
#footertext {
	text-align: center;
	float: right;
	width: 160px;
	font-family: Tahoma, Geneva, sans-serif;
}
.links {
	font-family: "Boulevard SF";
	color: #333;
}

.menuright {
	font-family: "Boulevard SF";
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-right: auto;
	padding-left: auto;
	padding-bottom: auto;
	padding-top: auto;
	width: 90px;
}
#largemenu {
	width: 150px;
}

#imageextend {
	height: 236px;
}
#wrap .left .articles div table {
	color: #333;
	font-weight: bold;
}
#wrap .left .articles div table tr td {
	color: #090;
	font-weight: normal;
}
.language {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	color: #F00;
}

.underlinemenu{
	font-weight: bold;
	width: 770px;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #090;
	font-family: Tahoma, Geneva, sans-serif;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
color: #FFF;
}

.underlinemenu ul li{
display: inline;
color: #FFF;
}

.underlinemenu ul li a{
color: #FFF;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid #090; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #FFF;
}

