﻿body {
		font-size: 76%;
		font-family:Arial, Helvetica, sans-serif;
		line-height: 1.4em;
		text-align: center;
}

p, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

p {
	margin: 4px 0 8px;
}
ul, li {
	margin: 4px 0;
}


a {
	text-decoration: none;
}
a:link, a:visited {
	color: #336699;
}

a:hover {
	color: #c1272d;
}

a:active {
color:#FF0000;
}

#over a:hover {
color:#0033CC;
}


#container {
	width: 746px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header{
	background-image:url('images/bg.jpg');
	background-repeat:no-repeat;
	background-position: top;
	height: 430px;
	}


#footer {
	font-size: 90%;
	text-align:center;
	width: 746px;
	clear:both;
	border-top: 1px #CCCCCC dotted;
	padding: 18px 0;
}

#whiteBox {
 background-image: url('images/text_bg.png');
 background-repeat: no-repeat;
 position:relative;
 width: 305px;
 height: 179px;
 margin: 0 0 0 393px;
 padding: 16px;
 top: 230px;
}

.offLeft {
	
	display:block;
	position: absolute;
	left: -9999px;
	width: 900px;
	height: 10px;
	overflow: hidden;
	
}

h2 {
	color: #005aaa;
	font-size: 1.5em
}
h3 {
	background-image: url('images/textBG.gif');
	background-repeat: no-repeat;
	height: 27px;
	width: 215px;
	color: #fff;
	font-size: 1em;
	padding: 4px 12px;
	float: left;
}
.addGap {
	margin-top:20px;
}
#content {
	margin: 30px 20px 80px 0;
}

#content p, #content ul {
	margin-left: 240px;
}


#whiteBox ul {
margin-left: 2em;
}
#whiteBox ul li {
	list-style-image:url('images/dot.gif');
}




