/*-----------------USED---------------------------------------------------------------------------*/
body {
	background-color: #000033;
	color: #000033;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.pagetitle { 
	background-color: white;
	color: #000033;
	font-size: 18px;
	font-weight: bold
	}
.subtitle { 
	background-color: white;
	color: #333366;
	font-size: 14px;
	font-weight: bold;
	text-decoration:underline;
	}
.subtitlenounderline { 
	background-color: white;
	color: #333366;
	font-size: 16px;
	font-weight: bold;
	}

.content {
	background-color: white;
	font-size: 14px;
	color: #234E73;
}
.boldcontent {
	background-color: white;
	font-size: 14px;
	color: #234E73;
	font-weight:bold;
}
.tips{
	background-color: white;
	font-size: 12px;
	font-weight:bold;
/*text-align: center;*//*DOESN"T WORK YET*/
	}
.mission{
	background-color: white;
	font-size: 14px;
	font-weight:bold;
	font-style:italic;
/*text-align: center;*//*DOESN"T WORK YET*/
	}
	
.greenpaint{
	background-color: white;
	font-size: 12px;
	color: Green;
	font-weight: bold;
/*text-align: center;*//*DOESN"T WORK YET*/
	}
	
.redsubtitle{
	background-color: white;
	font-size: 14px;
	font-style:italic;
	color: Red;
	font-weight: bold;
	}
.a {
	background-color: white;
	font-size: 14px;
	color: #234E73;
		font-weight: bold;
		text-decoration:none
}
.a:hover {
	background-color: white;
	font-size: 14px;
	color: #234E73;
	font-weight: bold;
			text-decoration:underline;
}

smaller .a {
	background-color: white;
	font-size: 10px;
	color: #234E73;
		font-weight: bold;
		text-decoration:none
}
smaller.a:hover{
	background-color: white;
	font-size: 10px;
	color: #234E73;
	font-weight: bold;
			text-decoration:underline;
}
	
.copyrighttext { 
	background-color: white;
	font-size: 9px;
	color: #999999
	}
	
.copyrighttext a { 
	background-color: white;
	font-size: 9px;
	color: #999999;
	text-decoration:none;
	border-bottom: 1px dotted #999999;
	}

.copyrighttext a:hover { 
	background-color: white;
	font-size: 9px;
	color: #333333;
	}
	
.leftnavrepeatbox {
	background-color:274D72;
	background-image:url(images/LeftSpacer.gif);
	background-repeat:repeat-y;
	}
	

/*-------------NOT USE YET----------------------------------------------------------------------------------------------*/
/*.maincontent_underlined {
	color: #333366;
	font-size: 12px ;
	text-decoration:underline
	}
.littlebold {
	color: #333366;
	font-size: 9px;
	font-weight: bold
	}
.redblink {
	color: #333366;
	font-size: 12px ;
	text-decoration: blink
	}
a.tinyurl:link {
	font-size: 10px;
	font-weight: bolder;
	color: #666699;
	text-decoration: underline;

}
a.tinyurl:hover {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;

}
a.tinyurl:visited {
	font-size: 10px;
	font-weight: bold;
	color: #0099CC;
	text-decoration: underline;
}
a.subtitleURL:link {
	font-size: 16px;
	font-weight: bold;
	color: #666699;
}
a.subtitleURL:hover {
	font-size: 16px;
	font-weight: bold;
	color: #cccccc;
}
a.subtitleURL:visited {
	font-size: 16px;
	font-weight: bold;
	color: #666699;
}