@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0
}

body {
	text-align: center;
	background:#000059;
	margin:25px 0 20px 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

a, a:hover {
	color:#000000
}

h1 {
	font-size:19px;
	color:#0e3083;
	font-weight:400;
	margin:14px 0 12px 0;
}

#container {
	width:904px;
	margin:0 auto;
}

#header {
	background:url(images/header.png) no-repeat left top;
	height:133px;
	text-align:left;
}

#menu {
	padding:70px 0 0 290px;
	font-size:11px;
	font-weight:bold;
}

#menu ul {
	list-style-type:none;
}

#menu li {
	display:inline;
	padding:0 26px;
}

#menu li a, #menu li a:hover {
	color:#333333;
	text-decoration:none;
}

#menu li a.selected {
	color:#0e3083;
	text-decoration:underline;
}

#main {
	background:url(images/bg_central.png) repeat-y #000000;
	width:100%;
	
}

#leftColumn {
	width:633px;
	float:left;
	text-align:left;
}

#mainContent {
	background:url(images/bg_content.png) repeat-x top left;
	margin:15px;
	padding:10px;
	line-height:1.6em;
}

#mainContent p {
	margin-bottom:12px;
}

#rightColumn {
	float:left;
	width:271px;
	text-align:left;
}

#box { margin:15px 18px; width: 235px; }
#box h2 { background:url(images/left_title_container.png) no-repeat;
	height: 25px; 
	font-size:17px; color:#0e3083; font-weight:500;
	padding:5px 0 5px 10px;}
#box div { background:url(images/left_title_background.png) repeat-y top; padding:5px;border-bottom:1px solid #dadada;}
#box div ul {list-style-type:none;margin-top:10px;}
#box div li {list-style-type:none;
	background:url(images/li_arrow.png) no-repeat top left;
	padding-left:20px;margin-bottom:15px;
	font-size:12px;color:#0073ac; font-weight:700}
#box div li a, #box div li a:hover {color:#0073ac;text-decoration:none;}

#box2 { margin:25px 18px 0 18px; width: 235px; }
#box2 h2 { background:url(images/left_title_container.png) no-repeat;
	height: 25px; 
	font-size:17px; color:#8e0000; font-weight:500;
	padding:5px 0 5px 10px;}
#box2 div { background:url(images/left_title_background.png) repeat-y top; padding:5px;border-bottom:1px solid #dadada;}
#box2 div ul {list-style-type:none;margin-top:10px;}
#box2 div li {list-style-type:none;
	background:url(images/li_arrow_orange.png) no-repeat top left;
	padding-left:20px;padding-right:10px;margin-bottom:15px;
	font-size:11px;color:#666666;}
#box2 div li a, #box div li a:hover {color:#666666;text-decoration:none;}


#footer {
	background:url(images/footer.png) no-repeat top;
	height:31px;
	font-size:11px;
	text-align:left;
	line-height:2.8em;
	padding:0 18px;
}

#footer_home {
	background:url(images/footer2.png) no-repeat top;
	height:50px;
	font-size:11px;
	text-align:left;
	line-height:1.5em;
	padding:8px 10px 0 18px;
}

#copyright {
	color:#E0E0E0;
	padding-top:18px;
	font-size:11px
}

#copyright_home {
	color:#E0E0E0;
	margin-top:4px;
	font-size:11px;
}

#copyright a, #copyright a:hover, #copyright_home a, #copyright_home a:hover {
	font-size:11px;
	color:#E0E0E0;
	text-decoration:none;
}

#validator {
	padding:20px 0 0 0;
	text-align:center;
}

#validator li {
	padding:0 10px;
	display:inline;
	list-style-type:none;
}