body {
	margin: 0;
	padding: 0;
	background-color: #00345b;
	color: white;
	background-image: url(img/body_bground.jpg);
	background-repeat: repeat-x;
	font: small Arial, Helvetica, Verdana, sans-serif;}
	
#wrapper {
	background-color: #ffffff;
	color: black;
	margin: 30px 40px 30px 40px;
	padding: 10px;}
	
#header {
	background-image: url(img/banner_header.jpg);
	background-repeat: repeat-x;
	text-align: center;}
	
#header-bottom {
	border-top: 2px solid #808080;
	border-bottom: 2px solid #000000;}
	
#main {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 10px;}
	
#content {
	margin: 0 0 0 240px;
	border: 1px solid #b9d2e3;
	background-color: white;
	color: black;}
	
#content p {
	color: #696969;
	font-size: 87%;
	line-height: 1.3em;}
	
#content .inner {
	margin: 10px 20px 10px 40px;}
	
#content .inner h2 {
	color: #990000;
	padding-bottom: 0.2em;
	border-bottom: 2px solid #245185;
	font-size: 120%;}
	
#content .inner h3 {
	color: #245185;
	padding-bottom: 0.2em;
	border-bottom: 2px solid #b9d2e3;
	font-size: 90%;}
	
#content .inner ul {
	list-style-image: url(img/point_3.jpg);
	color: #696969;
	font-size: 90%;}
	
#content .inner ol {
	list-style-image: url(img/point_3.jpg);
	color: #696969;
	font-size: 90%;}
	
#content .inner a:link, #content .inner a:visited {
	color:#245185;}
	
#sidebar {
	float: left;
	width: 220px;
	background-color: white;
	color: black;
	margin: 0;
	padding-top: 7px;}
	
#sidebar p {
	margin: 0;
	padding-top: 15px;
	font-size: 130%;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px dotted #245185;}
	
#sidebar p a:link, #sidebar a:visited {
	text-decoration: none;
	color: #245185;}
	
#sidebar p a:hover {
	text-decoration: none;
	color: #b9d2e3;}
	
#sidebar .sub {
	color: #696969;
	font-size: 80%;
	}
	
#footer {
	width: 100%;
	border-top: 1px solid #245185;
	border-bottom: 1px solid #245185;
	margin-top: 10px;
	clear: both;}
	
#footer p {
	font-size: 70%;
	color: 256290;
	text-align: center;
	margin: 0;
	padding: 0.2em 0 0.2em 0;}


	

	
