@charset "utf-8";
/* CSS Document */
/******* the basics ************/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	line-height: 19px;
}	
body {
	margin-left: 10px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 10px;
}
a:link {
	text-decoration: underline;
	color: #0066FF;
}
a:visited {
	text-decoration: underline;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a:active {
	text-decoration: underline;
	color: #0066FF;
}

/********* page structure **********/



#container {
	text-align: left;
	width: 600px;
}

#mainContent {
	float: left;
	width: 400px;
	
}
#mainContent2 {
	float: left;
	width: 200px;
}


h1 {
	font-size: 15px;
	font-weight: bold;
	color: #46454A;
}
h2 {
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	border-bottom-width: 14px;
	border-bottom-style: solid;
	border-bottom-color: #0084D7;
	width: 100%;
	line-height: 21px;
}
p {
	font-size: 12px;
	line-height: 22px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
}
h5 {
	font-size: 11px;
	color: #000033;
}
h6 {
	font-size: 11px;
	color: #000033;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}


/* Miscellaneous classes for reuse */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.menulink{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a.menulink:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.menulink:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.menulink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.menulink:active {
	text-decoration: none;
	color: #FFFFFF;
}

