/* Layout Stylesheet */ 

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(../picts/background.jpg);
	margin: 0px;
 }

#logo {
	text-align: left;
	margin: 0px;
	background-color: #000000;
	height: 78px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3333;



 }
 
#bar-top {
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #000000;
	background-color: #FFFFFF;
	clear: none;












}

#bar-bottom {
	color: #000000;
	background-image: url(../picts/bottom-background.gif);
	height: 50px;
	border: 1px solid #000000;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 15%;
	clear: left;

 }

#content {
	color: #000000;
	text-align: left;
	background-image: url(../picts/fadedown2.jpg);
	background-repeat: repeat-y;
	padding-left: 60px;
	margin: 0px 250px 0px 0px;
	padding-top: 20px;
	padding-bottom: 0px;


 }

#column-right {
	text-align: center;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 100px;
	margin-bottom: 30px;
	float: right;
	width: 200px;




 }

/* Menu Css Styles */
ul#navlist
{
	font: normal .9em verdana, arial, sans-serif;
	list-style-image: none;
	text-align: left;
	left: -25px;
	top: 85px;
	position: absolute;
	height: 20px;




}

ul#navlist li
{
	display: inline;
	list-style-image: none;
	position: relative;




}

li#active a {
	color: #FFFFFF;
	background-color: #990000;
	padding: 2px;
	margin-top: 2px;
	margin-right: 1px;
	margin-left: 1px;
	border: 1px solid #000000;

}



#navlist a
{
	color: #000000;
	padding: 2px;
	margin-top: 2px;
	margin-right: 1px;
	margin-left: 1px;
	border: 1px solid #990000;
	background-color: #CCCCCC;

}

#navlist a:hover {
	color: #FFFFFF;
	background-color: #990000;
	padding: 2px;
	margin-top: 2px;
	margin-right: 1px;
	margin-left: 1px;
	border: 1px solid #000000;
}



/* side bar Navigation */
ul#nav-side {
	list-style-type: none;
	font-size: .9em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin: 0.5em;
	padding-left: 0px;
}

#nav-side li:hover {
	background-color: #990000;
	border: 1px solid #000000;

}

#nav-side a:hover {
	color: #fff;

} 

#nav-side a
{
	color: #000000;
	padding: 2px;
	margin-top: 2px;
	margin-right: 1px;
	margin-left: 1px;

}

#nav-side li
{
	width: 175px;
	border: 1px solid #990000;
	margin-top: .25em;
	margin-bottom: .25em;
	background-color: #CCCCCC;
}

