/* CSS Document 
   Author: Andrew Bertino
   Date: 08/2/2006
*/

body {margin: 0 0 0 0; background-color: #2d2d2d; background-image: url(images/bg.gif); background-repeat: repeat-y}

#content {width: 780px; height: auto;}

#title 
{
	width: 100%;
	height: 125px;
	background-color: #2d2d2d;
	border-bottom: 2px solid #000000;
	color: #000000;
}

#bar
{
	width: 100%;
	height: 24px;
	background-image: url(images/bar.gif); background-repeat: repeat;
	clear: left;
	margin-bottom: 20px;
}

#bar a:link, a:visited, a:active {color: #000000; font-weight: bold}

#bar a:hover {color: #990000}

#navigation
{
 	width: 160px;
	height: auto;
	float: left;
	margin-right: 10px;
}

#menu
{
	margin-left: 20px;
	clear: left;
	font-size: 0.7em;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-weight: bold;
	width: 100px;
}

#menu a, #menu a:visited, #menu a:active {color: #FFFFFF; padding-left: 15px; text-decoration: none;}

#menu a:hover {color: #ffbf00}

#main
{
	width: 550px;
	margin-left: 20px;
	height: auto;
	float: left;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: justify;
}

#main a, #main a:visited, #main a:active {color: #2a4995;  font-weight: bold; font-size: 0.8em}

#main a:hover {color: #000000}



.toptext
{
	display: block;
	width: 725px;
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-top: 3px;
}

.newstitle 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em; 
	font-style: normal; 
	color: #FFFFFF;
	font-weight: bold; 
}

.date 
{
    font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF
}
