/* CSS Document */
body {
	background-color: #202020;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}



/*TEXT FORMATTING*/
#wrapper a{
	color: #D5A13C;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D5A13C;
}

#lowlinks p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

#lowlinks a{
	color: #D5A13C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#right-col{
	width:275px;
	float:right;
	margin-left:5px;}
	
#left-col{
	width:435px;
	
	}
#videos{
	width:271px;
	border:1px solid #666;
	background: url(../images/videos-header.jpg) top center no-repeat;
	padding: 38px 2px 2px 2px;
	margin-top:10px;}
	
#links{
	width:206px;
	border:1px solid #666;
	background: url(../images/links-header.jpg) top center no-repeat;
	padding: 25px 2px 2px 2px;
	margin-left:5px;
}

#links ul{
	margin-left:7px;
	padding-left:9px;
	list-style-type:square;
	}

#links ul a{
		color: #010066;
	text-decoration:none;
	border-bottom: 1px dashed #010066;}

#widgets{
	width:271px;
	border:1px solid #666;
	background: url(../images/widget-header.jpg) top center no-repeat;
	padding: 38px 2px 2px 2px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;}
	
#videos ul, #links ul{
	font-size:12px;
	color:#333;}
	

.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #010066;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.topic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #333;
	font-weight: bold;
	text-transform: capitalize;
}
#left-col ul {
	font-size: 12px;
	color: #333;
}

