@charset "UTF-8";
/* CSS Document */

body{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(Images/background.jpg);
	background-repeat: repeat-x;
	background-color: #242021;
}

#wrapper{
	text-align:left;
	margin: 0 auto;
	width: 748px;
}

#header{
	width: 800px;
	height: 177px;
	margin: 0 auto;
}

#contentcontainer {
	background-color: #FFF;
	width: 800px;
	height: 550px;
	margin: 0 auto;
}

#topbox{
	width: 800px;
	height: 93px;
	float: left;
}

#leftcontent{
	width:397px;
	height: 280px;
	float: left;
	margin-left: 35px;
	text-align:left;
	margin-top: 20px;
}

#rightcontent{
	width:260px;
	height: 339px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}


.box{
	margin-left: 23px;
	margin-top: 20px;
}

#links{
	float: right;
	margin-right: 20px;
	width: 340px;
	font-size: 11px;
	margin-top: 50px;
}

#bottombox{
	background-color:#FFF;
	width: 800px;
	height: 40px;
	margin: 0 auto;
	text-align: right;
}

#footer{
	width: 800px;
	height: 40px;
	background-image:url(Images/footer.png);
	margin: 0 auto;
}

h1{
	font-size: 20px;
	font-family: normal Arial, Helvetica, sans-serif;
	color: #900;
	text-align: left;
	margin-left: 35px;
	line-height: 27px;
	}

h2{
	font-size: 17px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 35px;
}
	
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666;
}

a:link{
	color: #900;
	text-decoration: none;
}

a:visited{
	color: #900;
	text-decoration: none;
}


a:hover{
	text-decoration: underline;
}

 a:active{
	text-decoration: underline;	
}



.red{
	color:#900;
}

.red2{
	color:#900;
	font-size: 12px;
	margin-right: 29px;
	
}


.chromestyle{
	width: 800px;
	margin: 0 auto;
	background-color: 900;
	color: fff;
	font-weight: bold;
	font-size: 12px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-image: url(Images/chromebg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	color: #FFF;
	height: 14px;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	margin: 0;
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 1 px;
	border-right-color: #ffffff;
	padding-top: 4px;
	padding-right: 35px;
	padding-bottom: 4px;
	padding-left: 35px;
	border-left-width: 1px;
	border-left-color: #900;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image: url(Images/chromebg-over.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	border: 2px solid #BBB;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #C6C6C6;
}

ul.a{
	list-style: disc;
	font-size: 12px;
	line-height: 25px;
	color: #666;
}
#leftcontent table tr th {
	color: #fff;
	text-align: left;
	background-color: #900;
	font-weight: normal;
	font-size: 1em;
	padding: 5px;
}

