body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height:18px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url('bg-page.jpg');
}
h1 {
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
	color:#A2262E;
	border-bottom:1px solid #365FAF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
	color:#315673;
	margin:0px;
}
h3 {
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
	color:#606364;
	margin:0px;
}



 #container {
	width: 950px;
	background: #FFFFFF;
	border: 1px solid #2243A2;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
} 


 #header {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0px;
	background-color: #8D9192;
} 
#menu {
	background-image: url(../images/menu.png);
	height: 34px;
	background-repeat: no-repeat;
}

#cookie {
	background-image: url(../images/cookie.png);
	height: 18px;
	text-align: right;
	padding-right: 85px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
#cookie a {
	color: #666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#cookie a:hover {
	color: #D82221;
}

 #sidebar1 {
	float: right;
	width: 200px;
	background: #ffffff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sidebar1 a {
	color: #325774;
	text-decoration: none;
	font-weight: bold;
}
#sidebar1 a:hover {
	color: #DA1F1A;
}

 #mainContent {
	margin-top: 10px;
	margin-right: 225px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
} 
#mainContent a {
	font-weight: bold;
	color: #325774;
	text-decoration: none;
}
#mainContent a:hover {
	color: #DA1F1A;
}

#above_footer {
	border-top:1px solid #000000; border-bottom:1px solid #000000; color: #FFFFFF;
	background-color: #1B3163;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	background-image: url('navbar.gif');
	background-position: center top;
	
}
#above_footer b {
	color: #000000;
}
#above_footer a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

#above_footer a:hover {
	color: #335570!important;
}

 #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
	text-align: center;
} 
#footer a {
	color: #5F6162;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #D42E30;
}

 #footer p {
	margin: 0; 
	padding: 10px 0; 
	font-size: .9em;
}
.clearfloat { 
 clear:both;
 height:0;
 font-size: 1px;
 line-height: 0px;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}.bigred {
	font-size: 18px;
	color: #F00;
}

