*
{
	margin: 0;
	padding: 0;
}

.clear { clear: both; }
img { border: 0; }
img.imgleft { float: left; padding: 5px; margin: 0 10px 10px 0; padding: 5px; }
img.imgright { float: right; padding: 5px; margin: 0 0 10px 10px; padding: 5px; }
a { color: #272D85; text-decoration: none; }
a:hover { text-decoration: underline; }




body
{
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}




#headercont
{
	width: 100%;
	height: 50px;
	background: #111;
}

#header
{
	margin: 0 auto;
	width: 800px;
	height: 50px;
}

#header ul
{
	list-style-type: none;
}

#header ul li
{
	display: inline;
}

#header ul li a
{
	float: left;
	line-height: 50px;
	padding: 0 15px;
	color: #FFF;
	text-decoration: none;
}

#header ul li a:hover
{
	color: #7598FF;
	text-decoration: none;
}





#logocont
{
	width: 100%;
	height: 100px;
}

#logo
{
	margin: 0 auto;
	width: 800px;
	height: 100px;
}

#logoleft
{
	float: left;
	width: 400px;
	height: 100px;
}

#logoleft a img { filter:alpha(opacity=100); opacity:1.0; }
#logoleft a:hover img { filter:alpha(opacity=70); opacity:0.7; }

#logoright
{
	float: left;
	width: 400px;
	height: 100px;
	background: url('../images/bg-logoright.png') no-repeat;
}

#logoright p
{
	text-align: right;
}





#graphiccont
{
	width: 100%;
	height: 200px;
}

#graphic, #graphic2, #graphic3, #graphic4, #graphic5, #graphic6
{
	margin: 0 auto;
	width: 800px;
	height: 200px;
	background: url('../images/bg-graphic.png') no-repeat;
}

#graphic2 { background: url('../images/bg-graphic2.png') no-repeat; }
#graphic3 { background: url('../images/bg-graphic3.png') no-repeat; }
#graphic4 { background: url('../images/bg-graphic4.png') no-repeat; }
#graphic5 { background: url('../images/bg-graphic5.png') no-repeat; }
#graphic6 { background: url('../images/bg-graphic6.png') no-repeat; }

#maincont
{
	width: 100%;
	margin: 15px 0 0 0;
}

#main
{
	margin: 0 auto;
	width: 800px;
	background: url('../images/bg-maincont.gif') repeat-y;
	line-height: 22px;
}

#main ul { list-style-type: circle; margin: 0 0 15px 25px; }

#main p
{
	margin: 0 0 15px 0;
}

#main h1, #main h2, #main h3, #main h4, #main h5
{
	margin: 0 0 15px 0;
	font-weight: normal;
	font-size: 20px;
	color: #272D85;
}

#mainleft
{
	float: left;
	width: 470px;
	padding: 5px 20px 5px 10px;
}

#mainright
{
	float: left;
	width: 260px;
	padding: 5px 20px;
}

#mainright ul
{
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
}





#footercont
{
	width: 100%;
	margin: 15px 0 0 0;
}

#footer
{
	margin: 0 auto;
	width: 800px;
	padding: 15px 0;
	border-top: 1px solid #CCC;
	font-size: 11px;
	text-align: center;
}

#footercont a
{
	text-transform: capitalize;
	color: #272D85;
}




#contactform { margin: 0 0 15px 0; }
#main form p, #contactform p { margin: 0; padding: 0; }
#main label { font-weight: bold; padding: 0; }
#main fieldset { border: 0; }
#main input, textarea { background: #F5F5F5; margin: 0 10px 8px 0; border: 1px solid #CCC; padding: 5px; font-size: 12px; font-family: "Arial", Verdana, Helvetica, sans-serif; color: #40545F; }
#contactform p.green { color: #7E9D5F; font-weight: bold; }
#contactform p.red { color: #C00; font-weight: bold; }
