
body {
	font-family: Times New Roman;
	font-size: 16px;	
	list-style-position: outside;
	list-style-type: square;
	background-color: #003366;
	
}


td {
	font-family:  Times New Roman;
	font-size: 12px;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: none;
}

	

#container
{
	margin:          auto;
	width:           1000px;
	position:        relative;
	background-color: #FFFFFF;
	border-color:     #000000;
	border-style:     solid;
	border-width:     1px 4px 5px 1px;	
}


#header
{
	margin:          0 auto;
	height:          115px;
	background-color: transparant;	
	border-color:     #003366;
	border-style:     dotted;
	border-width:     0px 0px 1px 0px;	
}

#divider
{
	margin:          2px 0px 2px 0px;
	height:          1px;
	background-color: transparant;	
	border-color:     #003366;
	border-style:     dotted;
	border-width:     0px 0px 1px 0px;	
}

#left
{
	float: left; 
	width: 48%; 
	margin:0px 0px 0px 10px;
	background-color: #FFFFFF;
}
#right
{
	float: right; 
	width: 48%; 
	margin:0px 0px 0px 10px;
	background-color: #FFFFFF;
}

a {  color: #003366; text-decoration: none} a:active {  color: #003366; text-decoration: none} a:hover {  color: #003366; text-decoration: none}
IMG { margin:5px 10px 5px 10px }

.siteTitle {  font-family:  Times New Roman;; font-size: 36px; font-weight: bold; color: #003366}
.siteSubTitle {  font-family:  Times New Roman;; font-size: 14px; color: #003366}


a.nextpage:link {
	font-family:  Times New Roman;
	color: #003366;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
a.nextpage:visited {
	font-family:  Times New Roman;
	color: #003366;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
a.nextpage:hover {
	font-family:  Times New Roman;
	color: #003366;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
}


