.Title { margin: 0; }
	
.Title a:visited {
	text-decoration: none;
	color: #ffffff;
	margin: 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	border-bottom: none;
}
.Title a:link {
	text-decoration: none;
	color: #ffffff;
	margin: 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	border-bottom: none;
}
.Title a:hover {
	color: #FFFFFF;
	margin: 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	border-bottom: none;
}

.bgndBlack { 
	background-color: #000000; 
}
.bgndWhite { 
	background-color: #FFFFFF
}
.bgndLtGrey { 
	background-color: #CDCDCD; 
}
.bgndSoftGrey { 
	background-color: #E6E6E6; 
}
.bgndMedGrey { 
	background-color: #999999;
}
.bgndDarkGrey { 
	background-color: #666666;
}
.bgndRed { 
	background-color: #CC0033;
}
.bgndLtGreyB { 
	background-color: #F2F2F2;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003399;
}

a:visited, a:link{
	text-decoration: none;
}

a:hover, .a:active {
	text-decoration: underline;
	color:#FFFFF;
	background-color: #CDCDCD;
}

ol {
	margin: 0;
	line-height: 1.5;
}
ul {
	list-style-type: none;
	line-height: 1.5 style;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

body .right { 
	text-align: right; 
}
body .left { 
	text-align: left ; 
}
body .center { 
	text-align: center; 
}
body .top { 
	vertical-align: top; 
}
body .middle { 
	vertical-align: middle; 
}
body .bottom {
	vertical-align: bottom; 
}
body .bold { 
	font-weight: bold; 
}
body .italic { 
	font-style: italic; 
}
body .underline { 
	text-decoration: underline; 
}

#homepage {
	margin-top:100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}

#menu_vertical {
	width: 190px;
	height: 300px; 
	margin-left:5px; 
	margin-top:2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
#	color: #660000;
}
#menu_right_vertical {
	width: 190px;
	margin-left:2px; 
	margin-top:2px;
}
#menu_right_vertical ul {
	margin: 4px;
	list-style-type: none;
	line-height: 2.0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-color: #660000;
	color: #003399;
	position: absolute;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 25px;
}

#footer {
	text-align:center;
	font-size: 10px;
	font-weight:700;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
#header {
	text-align:center;
	font-size: 12px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}


#footer a {
	text-align:center;
	font-size: 10px;
	font-weight:700;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003399;
}




#contact {	
	text-align:left;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left:3px; 
}
#contact .td {	
	text-align:left;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left:3px; 
}
#contentblock {
	text-align:left;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	line-height: normal;
	margin-bottom: 5px;
	margin-top: 6px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	line-height: normal;
	margin-bottom: 2px;
	margin-top: 8px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	line-height: normal;
	margin-bottom: 6px;
	margin-top: 6px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	line-height: normal;
	margin-bottom: 5px;
	margin-top: 6px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	line-height: normal;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	color: #000000;
	font-size: 12px;
	margin: 0 0 15px;
}
a.image {
	border:none;
	border-bottom: none;
}
a.image:visited {
	border:none;
	border-bottom: none;
}
a.image:hover {
	border:none;
	border-bottom: none;
}

.content {
	width:550px;
	padding-left:5px;
	padding-top:6px;
	padding-right:5px;
	text-align:left;
	color:#000000;
	font-size:9pt;
	background:#FFFFFF;
}
dl#menu dt {
	margin: 0px 0;
	height: 14px;
	line-height: 14px;
	text-align: left;
	font-weight: bold;
	border: 0px solid gray;
	background: #FFFFFF;
	width:100px;
}
dl#menu {
	width: 10em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
dl#menu dd {
	border: 0px solid gray;
	width: 100px;
	margin-left:0px;
	text-align:left;
}

d1#menu ul {
	margin-left:0px;
	padding-left:0px;


}
dl#menu li {
	text-align: left;
	background: #ffffff;
	margin-bottom:0px;
	margin-right:2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	display: block;
	background: #FFFFFF;
	list-style-type:square;
	margin-top:2px;
}
dl#menu li a, dl#menu dt a {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	display: block;
	border: 0;
	height: 100%;
	width:100px;
}
dl#menu li a:hover, dl#menu dt a:hover {
	background-color: #FFFFFF;

}
dl {
	margin-left: 10px; 
	margin-top:2px;
	margin-bottom:4px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
dt {
	margin-left: 10px; 
	margin-top:2px;
	margin-bottom:4px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
dd {
	margin-left: 15px; 
	margin-top:2px;
	margin-bottom:8px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #003399;
	line-height: normal;
	border-top: 10px;
}

