@charset "utf-8";

#container {
	
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	width: 620px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:0px;
}

#menu {
	
	background: #FFffFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	width: 206px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float:left;
		font-family:Verdana;
	font-size:10.0pt;
	color:black;
	font-weight:normal;
}


A:link 		{ color: #62A1D6; text-decoration: none;}
A:visited 	{ color: #62A1D6; text-decoration: none;}
A:active 	{ color: #62A1D6; text-decoration: none;}
A:hover 	{ color: #000000; text-decoration: none;}


#Header {
background: #FFFFff;
width: 620px;
	text-align: center;
	font-size:0px;
}


#mainContent {
background: #ffFFFF;
width: 620px;
	text-align: center;
	font-size:0px;
}

H1

{
text-align: center;
text-indent:0pt;
	font-family:Verdana;
	font-size:26.0pt;
	color:black;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}

H2

{
text-align: center;
text-indent:0pt;
	font-family:Verdana;
	font-size:22.0pt;
	color:black;
	font-weight:bold;
	margin:10px 0px 0px 0px;
}

P, TD

{
text-align: center;
text-indent:0pt;
	font-family:Verdana;
	font-size:11.0pt;
	color:black;
	font-weight:bold;
}

.footer

{
text-align: center;
text-indent:0pt;
	font-family:Verdana;
	font-size:14.0pt;
	color:black;
	font-weight:normal;
}