body { 
	background: #333;
	margin: 0;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
}
a {
	color:none;
	text-decoration:none;
	
}
#content h2 {
	height: 18px;
	padding-left: 20px;
	padding-top: 1px;
	font-size: 14px;
	color: #003366;
	text-transform: capitalize;
	background: url(images/h2-bg.jpg) no-repeat;
}
#wrapper {
	width: 740px;
	background:url(images/wrapper-bg.jpg);
	margin:0 auto;
	text-align: left;
}
#side-area {
	width: 164px;
	float: left;
}
#header {
	background: #333;

}
#border {
	height: 30px;
	font-size:12px;
	text-transform:uppercase;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #fff;
	background: url(images/menubg.jpg) repeat-x;
}

#update {
	background: #E5E6EB;
	color: #003366;
	border: 1px solid #C7CBD6;
	margin: 0 auto;
	padding: 7px;
	width: 95%;
}

#border ul {
	height: 25px;
	list-style: none;
	margin: 0px;
	padding-left: 164px;
}
#border li {
	display: block;
	height: 30px;
	width: 96px;
	float: left;
	text-align: center;
}
#border a {
	border: none;
	color: #fff;
	display: block;
	line-height: 30px;
	padding: 0;
	text-align: center;
	text-decoration: none;
}
#border li:hover {
	color: #003366;
	
}
#border a:hover {
	color: #003366;
	background: url(images/menubg-hover.jpg) repeat-x;
}
#border li:active {
	color: #003366;
	background: url(images/menubg-hover.jpg) repeat-x;
}

hr {
	border-top: 1px dashed #C0C9D0;
	border-bottom: 0px;
}

#content {
	width: 576px;
	color: #333333;
	float: right;
	padding-bottom: 10px;
	padding-top: 10px;
}
#content p {
	padding-left: 10px;
	padding-right: 5px;
}

#content a {
	color:#003366;
	border-bottom: 1px solid #003366;
}

#content a:hover {
	border-color: #C0C9D0;
	color: #C0C9D0;
}
#content img{
	margin: 0px 10px 0px 0px;
}
#content img a{
	text-decoration:none;
	border:0;
}
#gallery{
	background:url();
}
#gallery img{
	border: 1px solid #003366;
	margin-top: 10px;
}
#gallery img:hover{
	border: 1px solid #C0C9D0;
}
#gallery a{
	border-bottom: 0px solid #003366;
}
#targetlinks p{
	padding-bottom: -5px;
	padding-left: 20px;
}
.vids{
	background-color:#FFFFFF;
	padding-top: 5px;
	padding-left: 10px;
	width:560px;
	height: 107px;
	margin-top: 3px;
	border-bottom: 1px dashed #C0C9D0;
}
.vids a {
	color:#003366;
}
#sidebar ul {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
}

#sidebar li {
	background: #FFF;
	border-bottom: 1px solid #003366;
	height: 18px;
	padding-left: 3px;
	

}
#sidebar li a {
	text-decoration:none;
	color:#003366;
	width: 137px;
}

#sidebar li a:hover {
	background: #EEE;
	color: #003366;
}

#sidebar li:hover{
	background: #EEE;
	color: #003366;

}
#sidebar {
	width: 140px;
	float: left;
	color: #003366;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
	margin-left: 9px;
	margin-top: 10px;
}
#sidebar h2{
	background: #003366;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	height: 18px;
}

#footer {
	color: #fff;
	background:#003366;
	clear: both;
	text-align: center;
	font: 12px;
	padding: 5px;
}
#footer a {
	color:#fff;	

}
