body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #000000;
	min-width:950px;

}

/**** Container ******************************************************************************************/ 
#container {
	color: #000;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin:0 auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 14px;
	width: 950px;
	background: #FFFFFF;
}


/**** MASTHEAD ******************************************************************************************/ 
div.mast {
	color: #fff;
	position: relative;
	width: 850px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 10px 50px 20px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: 2px solid black;
	border-bottom: 4px solid black;
	background: #660099;
	clear: both;
}

div.mast2 {
	color: #fff;
	position: relative;
	width: 100%;
	height: 15px;
	top: -3px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: 2px solid black;
	border-bottom: 4px solid black;
	background: #660099;
	clear: both;
}



#mast .header {
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
border-width: 0px;

 font-size: 25px;
 font-family: Arial, Helvetica, sans-serif;
display: block;
}

#mast h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 20px;
 margin-bottom: 0;
 color: White;
 padding: 0px 20px 0px 0px;
}  




#mast a {padding-right:12px; font-size:12px}
#mast a:link {color:white;text-decoration:none}
#mast a:visited {color:white;text-decoration:none}
#mast a:hover {text-decoration:underline}
#mast a:link.current, #mast a:visited.current {color:yellow;text-decoration:none}
#mast a:hover.current {color:yellow;text-decoration:none;cursor:default}


/**** Main Content Area  ******************************************************************************************/ 
#main {
	color: #000;
	position: relative;
	text-align: left;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px 8px 5px 8px;
	text-align: left;
	font-size: 14px;
	width: 934px;
	background: #FFFFFF;
}

#main h1 {margin:0px}
#main a {padding-left:3px; padding-right:3px}
#main a:link {
	color: #000;
	text-decoration: underline;
}
#main a:visited {
	color: Gray;
	text-decoration: underline;
}
#main a:hover {
	text-decoration:underline;
}

/**** FEEDS ********************************************************************************************/

#Feeds { width:760px; margin-top: 20px; padding:0; text-align:left; vertical-align: middle; margin-bottom: 0;}
#Feeds img { border: none; margin-right: 3px;  }
#AtomRSS { width:690px; float: left; font-size: 11px; color: #999; }


/**** FOOTER ******************************************************************************************/ 
#foot {
	color: #dddddd;
	position: relative;
	width: 920px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	background: #660099;
	padding: 4px 15px 2px 15px;
	font-size:11px;
	display: block;
}

#foot a {
	padding-right: 12px;
	font-size: 12px;
}
#foot a:link {color:#dddddd;text-decoration:none}
#foot a:visited {color:#dddddd;text-decoration:none}
#foot a:hover {text-decoration:underline}
#foot a:link.current, #foot a:visited.current {color:yellow;text-decoration:none}
#foot a:hover.current {color:yellow;text-decoration:none;cursor:default}
#foot .footercopyright {display: inline;}
#foot .address {float: left; margin: 1px 0px 1px 10px;}
#foot .social-links {float: right; margin: 2px 10px 0px 2px;}
#foot .twitter{background:url(/i/bg-twitter-link.png) no-repeat; padding:0 0 0 49px;}
#foot .facebook{background:url(/i/bg-facebook-link.png) no-repeat; padding:0 0 0 16px;}


