/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #666666;
	background: #D2D3D2 url(/images/background.jpg) repeat-y 50% 0;
	text-align: center;
}

.intro-text {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
}

#wrapper {
	width: 790px;
	margin: 0px auto;
}

#header {
	background-repeat: no-repeat;
}

#banner {
	background-repeat: no-repeat;
}

#navigation {
	background-repeat: no-repeat;
}

#footer {
width: 760px;
height: 109px;
background-image:url(/images/footer.jpg);
background-repeat:no-repeat;
text-align:center;
}

p {
	font-size:13px;
	margin-top: 10px;
	margin-left: 80px;
	clear: left;
	margin: 30;
	margin-right: 80px;
}

ul {
font-size:13px;
	margin-top: 10px;
	margin-left: 80px;
	clear: left;
	margin: 30;
	margin-right: 80px;
}

.bottom_nav {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}


h1 {
	margin-top: 30px;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: 80px;
	font-family:arial,helvetica,sans-serif; font-size:20px; font-weight:bold; color:#E28000; 
}

.boxright {
	float: right;
	margin-top: 5px;
	margin-right: 80px;
	margin-bottom: 10px;
	margin-left: 20px;
	clear: right;

}

.rightimage {
	float: right;
	clear: right;
	padding-left: 20px;

}

.lefttimage {
padding-right: 20px;
padding-bottom: 20px;
float: left;
}
h2 {
	font-family:arial,helvetica,sans-serif; font-size:14px; font-weight:bold; color:#E28000;
	margin-left: 80px;
	margin-top: 20px;
}

h3 {
	font-family:arial,helvetica,sans-serif; font-size:12px; font-weight:bold; color:;
	margin-left: 80px;
	margin-top: 20px;
}

a:link {
	color: #E28000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E28000;
}
a:hover {
	text-decoration: underline;
	color: #E28000;
}
a:active {
	text-decoration: none;
	color: #E28000;
}





#chromemenu{
width: 710px;
}

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

#chromemenu ul{

border-bottom: 2px solid #000;
border-top: 2px solid #000;
width: 100%;
background: #000; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #FFFFFF;

padding: 11px 8px 11px 20px;
text-decoration: none;
background: ; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #FFFA9C;
}


.dropmenudiv{
position:absolute;
top: 20px;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #F0F0F0;
}
.padding_table {
	padding-left: 0px;
	margin-left: 83px;
}
.table_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}

#footer_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	text-align:center;
	
}
#footer_info a:link {
	color:#999999;
	text-decoration: none;
}
#footer_info a:visited {
	text-decoration: none;
	color:#999999;
}
#footer_info a:hover {
	text-decoration: underline;
	color:#999999;
}
#footer_info a:active {
	text-decoration: none;
	color:#999999;
	}
