@charset "utf-8";
body {
	font-family: Tahoma;
	font-size: 100%;
}

/* CSS Document */

#container {
	margin: auto;
	width: 800px;
	background-image: url(images/back_container.png);
	background-repeat: repeat-y;
	background-position: 96%;
}
#header {
	margin: 0px;
	background-color: #FFFFFF;
}
#nav {
	color: #FFFFFF;
	background-color: #1956fe;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#nav ul {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	width: 760px;
	margin: 0px;
}
#nav li {
	list-style-type: none;
	display: inline;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
}
#nav a {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover, #nav a:active {
	color: #cc3333;
}
#rt_content {
	float: right;
	width: 20%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 85%;
	font-style: italic;
	color: #0066ff;
	font-weight: bolder;
	height: 100%;
}
#rt_content_top {
	padding: 0px;
	font-style: normal;
	background-repeat: no-repeat;
	background-position: center center;
	width: 95%;
	border: thin none #cc3333;
	background-image: url(images/border_red.png);
	top: auto;
	margin-left: 10px;
	vertical-align: top;
}


#content {
	float: left;
	width: 78%;
	color: #003399;
}
#rt_content_top a:link, #rt_content_top a:visited {
	color: #003399;
	text-decoration: none;
}
#rt_content_top a:hover, #rt_content_top a:active {
	color: #cc3333;
	text-decoration: underline;
}

#content h1 {
	font-size: 150%;
	font-weight: bolder;
	color: #1956fe;
	padding-left: 10px;
	padding-right: 5px;
	text-align: center;
}
#content h2 {
	font-size: 115%;
	padding-right: 10px;
	padding-left: 10px;
}
#content h3 {
	font-size: 95%;
	padding-right: 10px;
	padding-left: 10px;
}

#content p {
	font-size: 100%;
	padding-right: 10px;
	padding-left: 10px;
	color: #003399;
}
#content a:link, #content a:visited {
	color: #003399;
	text-decoration: underline;
}
#content a:hover, #content a:active {
	color: #cc3333;
	text-decoration: underline;
}


#container #content ul {
	font-size: 90%;
}



#sidenav {
	float: left;
	width: 20%;
	height: 100%;
	font-weight: bolder;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidenav ul {
	margin: 0px;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidenav p {
	text-align: center;
}
#sidenav li {
	list-style-type: none;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#sidenav a {
	display: block;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
#sidenav a:link, #sidenav a:visited {
	text-decoration: none;
	color: #003399;
}
#sidenav a:hover, #sidenav a:active {
	color: #cc3333;
}
#content_main {
	float: right;
	width: 78%;
	border-left-width: thin;
	border-left-style: outset;
	border-left-color: #ECF1FF;
	margin-top: 5px;
	margin-bottom: 1px;
}
#content_main ul {
	font-size: 110%;
}
#content_main a {
}
#content_main a:link, #content_main a:visited {
	font-weight: bolder;
	color: #003399;
	text-decoration: underline;
}
#content_main a:hover, #content_main a:active {
	font-weight: bolder;
	color: #cc3333;
	text-decoration: underline;
}







#footer {
	color: #FFFFFF;
	background-color: #1956fe;
	font-size: 80%;
	text-align: right;
	clear: both;
}
#footer p {
	width: 760px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #cc3333;
}
#copyright {
	float: left;
	width: 30%;
	text-align: center;
}
#map {
	float: right;
	width: 50%;
	padding-left: 25px;
}






.lftimg {
	float: left;
	margin-right: 8px;
}




.rgtimg {
	float: right;
	margin-left: 8px;
}
