/******************************************/
/*               main.css                 */
/*           Updated 07/28/2006           */
/******************************************/
/*

Contents:
I.  Structures
	- Header
	- Menu
	- Footer
	- Custom
	
II.  Styles
	- Links
	- Headers
	- Span Classes
	- Custom
	
*/	
/******************************************/
/*         I. Main Structure              */
/******************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	text-align: center;
	min-width: 950px;
}

img {
	border: none;
	}
	
#container { 
	background-color:#E9E9E9;
	width: 750px;
	text-align:left;
	left: 0px;
	top: 0px;
}

#header {
	background-color:#00CCCC;
	text-align: center;
	width: 750px;
}

#menu {
	display: block;
	width: 150px;
	font-size: 11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:#B5C2CA;
	font-weight: bold;
}

#footer {
	width: 750px;
	text-align: center;
	background-color:#FF99FF;
}

/*****  Custom *****/

#resolution	{
	font: 70% Verdana,sans-serif;
	text-align: right;
	top: 18px;
	width: 650px;
	position: absolute;
}

#googletoggle {
	position: fixed;
	left: 0;
	top:0;
}

#google {
	display: none;
	float: right;
	background: #ffffff;
	height: 200px;
}

/******************************************/
/*            II Text Styles     	      */
/******************************************/

/***** Links *****/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
	background: transparent;
}

a:hover{
	text-decoration: underline;
}

/***** Headers *****/

h1	{
	font: bold 175% Arial,sans-serif; 
	color: #000000;
	background: transparent; 
	}

h2	{
	font: bold 130% Arial,sans-serif; 
	color: #000000;
	background: transparent; 
	}

h3	{
	font: bold 100% Arial,sans-serif;
	color: #000000;
	background: transparent;
	}

h4 
	{
	font-size: 175%;
	color: #005FA9;
	background: transparent;
	}

h5 
	{
	font-size: 130%;
	color: #005FA9;
	background: transparent;
	}

h6
	{
	font: bold 100% Arial,sans-serif;
	color: #005FA9;
	background: transparent;
	}


/***** Spans *****/


.story {
	padding: 10px 10px 10px 10px;
	margin-bottom:5px;
	font-size: 80%;
	width: 720px;
}

.relatedLinks{
	
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #cccccc;
	text-align:center;
}

.relatedLinks a{
	display: block; 
}

.relatedTitle{
	text-align:center;
	font-weight: bold;
	color: #21536A;
	background: transparent;
	} 

/***** Custom *****/
	
.win{
	font-weight:bold;
	color:#005FA9;
	background: transparent;
}

.closing {
	font-weight: bold;
	color: #FF0000;
	background: transparent;
	font-size: 125%;
}

.quote {
	color: #666666;
	background: transparent;
	font-style: italic;
}	

.warning {
	font-size: 80%;
	color: #FFFFFF;
	background: transparent;
	font-weight:bold;
}

.disclaimer {
	font-size: 10px;
	color: #666666;
	background: transparent;
}
/******************************************/
/*                End                     */
/******************************************/

