/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	font: 11px arial;
	background: #f5f5f5;
}

h1{	
	font: bold 14px verdana;
	color: #45719b;
	display: inline;
}

h2{	
	font: 15px verdana;
	color: white;
	display: inline;
}

.clear{	clear: both; }


a{
	color: #666666;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border: 0;
}

input, textarea{
	width: 90%;
	background: #f5f5f5;
	border: solid 1px #cecece;	
}

input#submit{
	width: 100px;
	background: url(../gfx/buttonSubmit.gif) no-repeat;
	width: 97px;
	height: 24px;
}

.highlight td{ background-color: #e7e7e7; }

#box{
	position: relative;
	width: 780px;
	margin: 0 auto;
	background: url(../gfx/bgRepeat.gif) repeat-y;
}

#header{
	height: 121px;
	width: 740px;
	background: url(../gfx/headerBgRepeat.gif) repeat-x;
	margin-bottom: 10px;
	margin: 0 20px;
}

#logo{
	position: absolute;
	top: 20px;
	left: 40px;
}

#nav{
	position: absolute;
	top: 65px;
	right: 40px;
}

#mainArea{
	width: 740px;
	padding: 0 20px;
}

#homeLeft{
	float: left;
	width: 423px;
}

#mainLeft{
	float: left;
	width: 493px;
}

#mainLeftContent{
	padding: 20px;
	margin-top: 10px;
}

#mainRight{
	float: right;	
	width: 317px;
	margin-top: 20px;
}

#mainRightContent{
	padding: 10px;
	background: url(../gfx/newsBgRepeat.gif) repeat-y;
}

#mainRightContent a{
 color: black;
}

#mainRightContent img{
	margin-right: 5px;
	margin-bottom: 10px;
}

#newsBottom{
	background: url(../gfx/newsBottom.gif) bottom no-repeat;
	width: 317px;
	height: 6px;
}

#footer{
	text-align: center;
	margin: 20px 0;	
}

#pageBottom{
	background:url(../gfx/pageBottom.gif) bottom no-repeat;
	height: 17px;
	width: 780px;
	margin: 0 auto;
}

/* Contact Form */

#contact{
	float: right;
	width: 224px;
	margin: 20px 20px 0 0;
}

#contactTop{
	float: right;
	background: url(../gfx/contactTop.gif) top no-repeat;
	width: 224px;
	height: 37px;
}

#contactForm{
	float: right;
	background: url(../gfx/contactBgRepeat.gif) repeat-y;
	width: 184px;
	padding: 0 20px;
}

#contactBottom{
	float: right;
	background: url(../gfx/contactBottom.gif) bottom no-repeat;
	width: 224px;
	height: 15px;
}