body { 
	background-color: #CCCCFF;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
} 

.centered {
	padding-left: 100px;
}
.indented {
	padding-left: 25px;
	font-weight: bold;
}
.emph {
	text-decoration: underline;
}

.u {
	text-decoration: underline;
}

.topspace {padding-top: 10px;}
.lspace {margin-bottom: 50px;}
.sspace {margin-bottom: 25px;}
.mspace  {margin-bottom: 35px;}


hr { 
	border : none;
	color : navy;
	background-color: navy;
	height : 1px;
	width : 100%;
} 


img {
	border: none;
}

#header { 
	height : 25px;
	background-color : navy;
	text-align : center;
	padding-top : 6px;
	padding-bottom : 4px;
} 
#header a:link, #header a:visited, #header a:active { 
	font-family : Arial, Helvetica, san-serif;
	font-size : 1.1em;
	color : white;
	text-decoration : none;
} 
.indentleft { 
	float : left;
	text-align : left;
	margin-left : 1em;
} 
.indentright { 
	float : right;
	text-align : right;
	margin-right : 1em;
} 

#sidebar {
	background-color: #CCCCFF;
	border: 0;
	width: 25%;
	float: left;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 10px;
	margin-bottom: 15px;
}

.bullet { 
	list-style-image: url(bluebullet.gif); 
	text-align: left; 
}
.bullet li { 
	margin-bottom: 10px; 
}
.bullet a:link, .bullet a:visited, .bullet a:hover .bullet a:active {	
	font-family: Arial, san-serif;
	font-weight : bold;
	font-size : 0.9em;
	color: navy;
} 

}
.wedge { 
	list-style-image: url(wedge.gif); 
	text-align: left; 
}
.wedge li { 
	margin-bottom: 10px; 
}
.wedge a:link, .wedge a:visited, .wedge a:hover .wedge a:active {	
	font-family: Arial, san-serif;
	font-weight : bold;
	font-size : 0.9em;
	color: navy;
}

.dot {list-style-image: url(dot.gif);}
.square {list-style-image: url(square.gif);}

#text {
	background-color: white;
	border: 0;
	width: 70%;
	float: right;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 10px;
	font-family: 'Times New Roman'; 
	font-size: .9em; 
	font-weight: bold; 
	color: black;   
}

#text p { 
	text-align: left; 
}

#text li {	
	margin-bottom: 10px; 
}


#text h1 { 
	font-family: 'Times New Roman'; 
	font-size: 1.4em; 
	font-weight: bold;
	text-align: center; 
}

#text h2 { 
	font-family: Arial; 
	font-size: 1.1em; 
	font-weight: bold; 
	color: navy; }

#text h3 { 
	font-family: Arial; 
	font-size: 1em; 
	color: navy; 
	font-weight: bold; 

}  

#text a:link, #text a:visited, #text a:hover, #text a:active { 
	color: navy; 
	font-weight: bold; 
}

ol {
	padding-left: 0;
	margin-left: 25px;
}

.nostyle {list-style: none;}
.indent200l {padding-left: 200px;}
.indent150l {padding-left: 150px;}
.indent100l {padding-left: 100px;}
.indent50l {padding-left: 50px;}


.alert { color: navy;
	font-family : Arial, Verdana, san-serif;
font-size : 1em;
padding : 20px;
margin-left: 50px;
margin-right: 50px;
border : 6px solid navy;
text-align: center;
}

.limg img {
	float: left;
	clear: both;
	margin-left: 125px;
}

.special { 
	font-family : Arial, Verdana, san-serif;
	font-size : 0.9em;
	border: solid navy 1px;
	padding : 10px;
} 

.sublist {	
	margin-top: 10px;	
	margin-bottom: 10px;
 
}

.datatable {border: solid navy 1px; }
.datatable td {border: solid navy 1px; padding-left: 5px;}
.datatable tr:hover {color:black; background-color: #DDDDFF}
.datahead {background-color: #CCCCFF}

.yrtable {border: solid navy 1px; }
.yrtable td {border: solid navy 1px; padding-left: 10px; padding-right: 10px; vertical-align: top;}
.yrhead {background-color: #B3B3FF; text-align: center;}

.paleblue {background-color: #D9D9FF}
.ctr {text-align: center;}
.red {color : #8D0000;}
.sm {font-family: Arial, san-serif; font-size: .7em; font-weight: normal;}
.i {font-style: italic;}
.caps {text-transform: uppercase;}

#footer {
	background-color: white;
	width: 100%;	
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 80px;
	clear: both;
}
 
#footer ul { 
list-style: none; 
margin: 0; 
padding: 0; 
padding-top: 4px; 
text-align: center;
} 
#footer li { 
display: inline; 
} 
#footer a:link, #footer a:visited { 
padding: 2px;  
font-family: Arial, Helvetica, sans-serif; 
color: navy;
text-decoration: underline;
font-size: .8em; 
font-weight: bold;
text-align: center;
} 
#footer a:hover { 
color: #006699; 
}

#footer img { 
	padding-left: 5px;
}


.revision { 
font-size: .6em;
padding-left: 10px;
}



