Body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
   	background : #006;
	text-align: center;
	color: #006;
}

.callback{
	background : #fff url(images/bg_tiles.gif);
	text-align: left;
}

#main{
	width:796px;
	background : #fff url(images/bg_tiles.gif) repeat y fixed;
}

#header {
	width:796px;
	height:80px;
	padding: 20px 0px 0px 30px;
}

#mainContent {
	width:796px;
	padding: 20px 30px;
}

P {
	font-size: 90%;
	line-height: 120%;
}

P.trailer {
	margin-top: -5px;
}

P.footText {
	font-size: 70%;
	line-height: 160%;
	text-align: center;
	padding: 10px 0px;
}

P.copyright{
	font-size: 70%;
	line-height: 160%;
	color: #006;
	text-align: right;
	padding: 10px 0px;
}

LI {
	font-size: 90%;
	line-height: 120%;
	padding-bottom: 12px;
	margin-left: -20px;
}


H1, H2, H3, H4{
	color: #039;
}

H1{
	font-size: 140%;
	line-height: 160%;

}

H2{
	font-size: 120%;
	line-height: 140%;
}

H3{
	font-size: 100%;
	line-height: 120%;

}

IMG.smpic{
	border: 1px solid #039;
}

.contactForm{
	color: #039;
}

A:Link {
	text-decoration: none;
	font-weight: bold;
	color: #00c;
}

A:Visited {
	text-decoration: none;
	font-weight: bold;
	color: #00c;
}

A:Hover {
	text-decoration: underline;
	color: #00f;
}

A.footLink:Link {
	text-decoration: none;
	text-transform: uppercase;
	color: #039;
}

A.footLink:Visited {
	text-decoration: none;
	text-transform: uppercase;
	color: #039;
}

A.footLink:Hover {
	text-decoration: underline;
	color: #00f;
}

A.copyLink:Link {
	text-decoration: none;
	color: #039;
}

A.copyLink:Visited {
	text-decoration: none;
	color: #039;
}

A.copyLink:Hover {
	text-decoration: underline;
	color: #00f;
}


