/* 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;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 0;
	margin-top: 0;
	background: #F7F8F2 url(/images/background2.jpg) repeat-x 50% 0;
}


#container {
	text-align: left;
	margin: 0 auto;
	width: 770px;
	padding-top:20px;
}
		
#header {
	border: 1px solid black;
	margin: 20px;
	padding: 0px;

}
#sidebar {
	width: 205px;
	margin-left: 20px;
	float: left;
	display: inline; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
}

#content {
	margin-left: 242px;
	margin-right: 20px;
	padding-left: 10px;
}


#footer {
	margin: 20px 20px 0 20px;
	padding: 20px;
	clear: left;
	width: 770px;
	text-align: center;
	
}





#wrapper {
	width: 760px;
	min-height:500px;
  	height:auto !important;
  	height:500px;
	padding-top: 40px;
}



#flash_div {
	padding-top: 40px;
	margin-top: 40px;
}

p {
	font-size:13px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;

}

.large_text {
	font-size:16px;
	line-height: 2em; 
}

.bold_text {
	font-size:14px;
	color:#000000;
	font-weight: bold;
	}
	
.caption_text {
	font-size:12px;
	color:#003366;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	}
	
.blue_text_italic {color: #003366}
	
.sub_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #AAAAAA;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

a.sub_nav:link {color: #AAAAAA;}
a.sub_nav:active {color: #AAAAAA;}
a.sub_nav:visited {color: #AAAAAA;}
a.sub_nav:hover {color: #000;}


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

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

}

.rightimage {
	float: right;
	margin: 0px 60px 20px 20px;
	clear: right;

}

.lefttimage {
float: left;
margin: 0px 20px 20px 0px;
}

.lefttimage_less_marg {
float: left;
margin: 0px 10px 0px 0px;
}

#rightdiv {
	float: right;
	margin: 0px 60px 20px 20px;
	clear: right;

}

#leftdiv {
float: left;
margin: 0px 20px 20px 20px;
width: 205px;
}

h2 {

	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 80px;
	font-family:arial,helvetica,sans-serif; font-size:16px; font-weight:bold; color:#333333;
}



#chromemenu{
width: 859px;
}

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

#chromemenu ul{
width: 100%;
background: ; /*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: #A2A1A1;

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

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


.dropmenudiv{
position:absolute;
top: 200px;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
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:#EFEDED;
}

.text_large_light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #414141;
	font-weight: bold;
}

.text_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FF0000
}
.large_caption_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.caption_credit {
	font-size:11px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.enter {
	font-size:20px;
	color:#F8A629;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.caption_credit_info {

	font-size:9px;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.bold_text_red {
	font-size:12px;
	color:#990000;
	font-weight: bold;
}
