@charset "UTF-8";
body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
}

a {
	color:#fff222;
}

h4 {
	color:#fff222;
}

.wrapper {
	margin: 0 auto;
	position:relative;
	width:800px;
}

.maincontent {
	margin:0px; 
	padding:0px; 
	width:800px; 
	height:auto; 
	background-color:#3a92d2;
}
.header {
	background:url(images/header.jpg) no-repeat scroll 0 0;
	width:800px;
	height:250px;
	margin:0px;
	cursor:hand;
	cursor: pointer;
	
}
.nav {
	background-color:transparent;
	width:720px;
	margin:10px 0;
	padding:0px 40px;
	position:relative;
	text-align:center;
	border-bottom:1px solid #fff222;
	overflow:hidden;
}
.nav ul{
	position:relative;
	margin:0px;
	padding:0px;
	width:auto;
}
.nav li{
	font-size:14px;
	font-weight:bold;
	display:inline;
	list-style:none;
	color:#3a92d2;
	margin:0 10px;
	padding:5px;
}
.current{
	background-color:#fff222;
}
.link{
	background-color:#transparent;
}

.nav li a{
	color:#fff;
	text-decoration:none;
	}

.pagecontent{
	width:720px;
	height:auto;
	margin:0px;
	padding:10px 40px;
	overflow:hidden;
}
.pagecontent h1{
	font-size:20px;
	font-weight:bold;
	color:#fff222;
	border-bottom:1px solid #fff222;
}
.leftcolumn{
	width:425px;
	margin-right:40px;
	float:left;
	display:inline;
	background-color:3b0dfed;
}
.rightcolumn{
	width:255px;
	margin-top: auto;
	float:left;
	display:inline;
	background-color:3b0dfed;
}

#sidetop {
	width: 220px;
	height: 20px;
	background: url(images/side_top.gif) no-repeat;
}
#sidetitle {
	width: 220px;
	height: 40px;
	background: url(images/side_title.gif) no-repeat;
}

#sidebody {
	width: 180px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(images/side_body.gif) repeat-y;
	font-size: 11px;
}

#sidebtm {
	width: 220px;
	height: 20px;
	background: url(images/side_btm.gif) no-repeat;
}

#sidetitle h3 {
	text-align: center;
	color: #0f75bc;
	padding-top: 5px;
}

#sidebody h3 {
	padding: 10px 0;
	margin: 0;
}

#sidebody p {
	margin: 0;
	padding: 5px 0;
}

#sidebody a, #sidebody h4 {
	color:#3a92d2;

}

#sidenav {
	width: 220px;
	background: url(images/side_body.gif) repeat-y;
	padding-left: 2px;
}

#sidenav a {
	display: block;
	width: 214px;
	height: 22px;
}

#sidenav a:link, #sidenav a:visited, #sidenav a:active {
	background: #fff;
	border: 1px solid #ccc;
	text-indent: 10px;
	text-decoration: none;
	padding-top: 8px;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3a92d2;
}

#sidenav a:hover {
	background: #3a92d2;
	color: #fff;
}

#sidenav a.sidenav1_on, #sidenav a.sidenav2_on, #sidenav a.sidenav3_on, #sidenav a.sidenav4_on, #sidenav a.sidenav5_on, #sidenav a.sidenav6_on {
	background: #3a92d2;
	color: #fff;
}


.footer{
	clear:both;
	width:720px;
	height:30px;
	padding:10px 40px;
	background-color:#55a8e6;
	text-align:center;
	font-size:10px;
	border-top:1px solid #fff222;
	margin-top:40px;
}
