/* formatting first then layout */

/* BEGIN formatting */

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2B94C0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { 
	margin:0; 
	padding:0; 
} 

blockquote {
	margin: 8px 0 8px 0;
}	
.content {
	font-size:76%;
}
p {
	font-size:1em;
	line-height:1.2em;
	margin:0 0 1.5em 0;
}
P.headline { 
	margin-top:8px; 
	margin-bottom:8px
}
P.news {
	font-size:1em;
	line-height:1.2em;
	margin:1em 0 0.25em 0;
}

.prevideo {
	margin-bottom: 0.5em;
}
h1 {
	font-size:1.75em;
	font-weight:bold;
	margin:0.5em 0 1em 0;
	color: #E64F36;
}
h2 {
	font-size:1.3em;
	margin:1.929em 0 0.643em 0;
	font-weight:bold;
	color: #99CB54;
}
h2.flushtop {
	font-size:1.3em;
	margin:0 0 0.643em 0;
	font-weight:bold;
	color: #99CB54;
}
h3 {
	font-size:1.12em;
	margin:1.929em 0 0.643em 0;
	font-weight:bold;
}
P.leftlink {
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
	margin:6px 0 6px 0;
}

#menu A { color: #ffffff; text-decoration:none; }
#menu A:visted { color: #ffffff; text-decoration:none; }
#menu A:hover { color: #cc9933; text-decoration:none; }
#menu A:active  { color: #ffffff; text-decoration:none; }

/* A.left, A.left:visted { color: #ffffff; text-decoration:none; }
A.left:hover { color: #cc9933; text-decoration:none; }
A.left:active  { color: #ffffff; text-decoration:none; }
*/

A { color : #013b89; font-weight: bold; }	
A:visited {	color : #715154; font-weight: bold; }
A:hover { color : #e7af66; font-weight: bold; }
A:active { color : #03366; font-weight: bold; }

UL.check {
	list-style-image: url(images/bullet_check.gif);
	padding-left: 0;
	margin-bottom: 12px;
	margin-right: 0;
	margin-left: 1.3em;
	margin-top: 6px;
	}
	
UL.sublist1 {
	padding-left: 0;
	margin-bottom: 12px;
	margin-right: 0;
	margin-left: 2em;
	margin-top: 6px;
	}	
	
UL.sublist2 {
	padding-left: 0;
	margin-bottom: 12px;
	margin-right: 0;
	margin-left: 2em;
	margin-top: 6px;
	}		

LI.checkitem {	
	font-size: 1em;
	margin-bottom: 0.2em;
	margin-left: 0;
	padding-left: 0;
	font-weight : normal;
	}
	
OL {
	padding-left: 1em;
	margin-bottom: 12px;
	margin-right: 0;
	margin-left: 1.5em;
	margin-top: 6px;
	}

/* .content { font-size: 80% }	 */	
.note {
	font-size: 0.9em;
}

.chart {
width: 250px;
float: right;
border: 1px solid #0b6432;
float: right;
margin-bottom: 10;
}

.chartHead {
background-color: #0b6432;
font-family: arial, sans-serif;
font-weight: bold;
color: #ffffff;
padding: 3px 0px 3px 5px;
}

.chartCell {
padding: 5px 0px 5px 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height:1.2em;
}

/* END formatting */


/* BEGIN layout */

#links {
	 margin-left:10px;
	 margin-right:10px;
	 margin-top:10px;
	 margin-bottom:10px;
	 }
#messagebox {
	float:right;
	width:140px;
	padding:4px 12px 8px 12px;
	text-align:left;
	margin:0px 0 8px 12px;
	background-color:#E0EECB;
	color: #E64F36;
	}	
	
/* END layout */
