html
{	height: 100%;
	margin: 0;
	padding: 0;
}

body
{	font-family: arial;
	margin: 0;
	padding: 0;
	background: #194F77;
}

h1
{	color: black;
	margin: 0 0 0 20px;
	padding: 0;
}

h2
{	color: black;
	margin: 0 0 0 30px;
	padding: 0;
}

a
{	color: black;
	text-decoration: none;
}

a:hover
{	color: #cd1761;
}

img
{	border: 0;
}

/* starting table 1x1 */
#container 
{	position: relative;
	width: 932px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#headtop
{	background: url("../imgs/top_4.gif") no-repeat -1px 0;
	width: 932px;
	height: 40px;
	float: left;
}

#head
{	background: white url("../imgs/main-hdr.jpg") no-repeat 18px 0;
	width: 932px;
	height: 211px;
	float: left;	
}

#headright
{	float: right;
	color: white;
	text-align: right;
	padding: 10px 25px 0 0;
}

#headright h1
{	color: white;
	font-size: 30px;
	font-weight: normal;
}

#content
{	float: left;
	width: 932px;
}

#menu
{
}

#main
{	background: white;
	position: relative;
	width: 932px;
}

#foottop
{	background: white url("../imgs/footer-top.gif") no-repeat 18px 0;
	width: 932px;
	height: 36px;
	float: left;	
}

#foot
{	background: white;
	width: 932px;
	font-size: 12px;
}

#footbottom
{	background: transparent url("../imgs/bottom_4.gif") no-repeat -1px 0;
	width: 932px;
	height: 40px;
	float: left;
}

.clear
{	clear: both;
}

.left
{	float: left;
}

.right
{	float: right;
	padding: 0 5px 0 0;
}

.font10{
	FONT-SIZE: 10px;
}
.font10bold{
	FONT-SIZE: 10px; font-weight: bold;
}
.font11{
	FONT-SIZE: 11px;
}
.font11bold{
	FONT-SIZE: 11px; font-weight: bold;
}
.font12{
	FONT-SIZE: 12px;
}
.font12bold{
	FONT-SIZE: 12px; font-weight: bold;
}

.font13{
	FONT-SIZE: 13px;
}
.font13bold{
	FONT-SIZE: 14px; font-weight: bold;
}

.font14{
	FONT-SIZE: 14px;
}
.font14bold{
	FONT-SIZE: 14px; font-weight: bold;
}

.font16{
	FONT-SIZE: 16px;
}


.font16Bold{
	FONT-SIZE: 16px; font-weight: bold;
}
