 body {
 margin-top: 10px;
 margin-left: 10px;
 margin-right: 10px; 
 margin-bottom: 0px;
 font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #000066;
 }

/*this container holds the main image and holds the contentright div containing the right-hand text*/	
.content1 {
	
	margin-top: 0;
	background-color: #a5a5a0;
	padding-bottom: 5px;
	
}

/*style the text in the upper boxes*/
#contentright p {
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 2px;
}

/*style the footer area*/
#footer {
	
	clear: both;
	font-size: 70%;
	
	height: 24px;
	padding-top: 4px;

	font-weight: bold;
	background-color: #000066;
	color: #a5a5a0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffff00;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*link styles*/
a:link {
	color: #000000;
	text-decoration:underline
}	
a:visited {
color: #000000;
text-decoration:underline
	
}
a:link:hover {
	color: #000066;
	text-decoration:underline
	
}

.menuLink {
padding-top: 10px;
padding-bottom: 10px;
}
.menuLink a:link {
	color: #ffffff;
}	
.menuLink a:visited {
color: #ffffff;
	
}
.menuLink a:link:hover {
	color: #ffff00;
	
}

.footer a:link {
	color: #a5a5a0;
}	
.footer a:visited {
color: #a5a5a0;
	
}
.footer a:link:hover {
	color: #ffff00;
	
}

/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 10px;
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 10px;
	list-style-position: outside;
	list-style-image: url(pageGraphics/bullet_yellow.gif);
}

.lowerTable {
	padding-top: 10px;
	background-color: #a5a5a0;
	padding-bottom: 10px;
	text-align: left;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #ffff00;
}


.headerBG {
	background-image: url(pageGraphics/header_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.YellowText {
	color: #FFFF00;
}
.NavyText {
	color: #000066;
}

.RtColumnText {
background-color:#FFFFFF;
color:#666666;
}