/****************************************************************
*****************************************************************
Style for dropdown menu at top
*****************************************************************
****************************************************************/

.dropdown {color:black; background:#f9cf06; font-size:10px; font-family:arial,sans-serif;float: right;}

/***************************************************************/

/****************************************************************
*****************************************************************
Style for page formatting
*****************************************************************
****************************************************************/
body {
	background: #000 url(/images/bg.jpg) top center repeat-x; 
	height: 100%;
	width: 100%;
	margin:0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

#header {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

#header_container {
	width: 100%;
	height: 30px;
	margin: 0;
	background: url(/images/header_bg.jpg) top center repeat-x; 
	text-align:center;
}


#main {
	background: black;
	margin-right:auto;
	margin-left:auto;
	width: 940px;
	height: 600px;
}

#flash_container {
	background: black;
	width: 940px;
	height: 600px;
	float:left;
}

#banner_container {
	background: black;
	width: 140px;
	height: 590px;
	float: right;
}

#banner_area {
	width:160px;
	margin-top: 0px;
}

/***************************************************************/



/****************************************************************
*****************************************************************
Style for Subnavigation links at bottom of page
*****************************************************************
****************************************************************/

a.subnav:link 
	{color:#c7e2f5; 
	font-size:14px; 
	font-family:arial,helvetica,sans-serif;
	text-decoration:none;}
	
a.subnav:visited 
	{color:#c7e2f5; 
	font-size:14px; 
	font-family:arial,helvetica,sans-serif;
	text-decoration:none;}
	
a.subnav:active 
	{color:#c7e2f5; 
	font-size:14px; 
	font-family:arial,helvetica,sans-serif;
	text-decoration:none;}
	
a.subnav:hover  
	{color:white; 
	font-size:14px; 
	font-family:arial,helvetica,sans-serif;
	text-decoration:none;}

/***************************************************************/

/****************************************************************
*****************************************************************
All Copyright formatting below (small size text in footer
*****************************************************************
****************************************************************/

/* Style for copyright info at bottom of each "non-popup" page */
#copyright {
	width: 850px;
	font-size:10px;
	color: white;
	text-align:left;
	padding-top:10px;
}

/* Style for copyright info at bottom of each "popup" page */
#copyright2 {
	font-size:10px;
	color: white;
	text-align:left;
	margin-left:20px;
	margin-right:20px;
	padding-top:10px;
}

/* Style for ALL Copyright Links */
a.copyright:link 
	{color:#c7e2f5; 
	font-size:10px; 
	font-family:arial,helvetica,sans-serif;
	text-decoration:underline;}
	
a.copyright:visited 
	{color:#c7e2f5; 
	font-size:10px; 
	font-family:arial,helvetica,sans-serif;
	text-decoration:underline;}
	
a.copyright:active 
	{color:#c7e2f5; 
	font-size:10px; 
	font-family:arial,helvetica,sans-serif;
	text-decoration:underline;}
	
a.copyright:hover  
	{color:white; 
	font-size:10px; 
	font-family:arial,helvetica,sans-serif;
	text-decoration:underline;}

/***************************************************************/

/****************************************************************
*****************************************************************
FLAGS links and images
*****************************************************************
****************************************************************/	

a.flags:link 
	{color:#c7e2f5;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

a.flags:visited 
	{color:#c7e2f5;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

a.flags:active  
	{color:#c7e2f5;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

a.flags:hover 
	{color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

a.flags:link img { border: 1px black solid; }

a.flags:active img { border: 1px black solid; }

a.flags:visited img {border: 1px black solid; }

a.flags:hover img {border: 1px white solid; }

/***************************************************************/

/****************************************************************
*****************************************************************
Formatting for small popup pages (Contact Us, Terms of Use, etc.)
*****************************************************************
****************************************************************/	

#copy {
	font-size: 12px;
	text-align: left;
	width: 540px;
	margin-left:30px;

}

h1 {font-size:18px; color: yellow; font-weight: bold;}

h2 {font-size:16px; color: yellow; font-weight: bold;}

h3 {font-size:14px; color:#c60; font-weight: bold;}

a:link 
	{text-decoration: underline; 
	color:#c7e2f5;}
	
a:hover 
	{text-decoration: none; 
	color:#c7e2f5;}
	
a:visited 
	{text-decoration: none; 
	color:#c7e2f5;}
	
a:active {text-decoration: none; 
	color:#c7e2f5;}


/***************************************************************/



