body {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size:15px;
	text-align: center;
	line-height:1.2em;
	height: 100%;}


h1, h2, h3, h4, h5, h6 {
	color: #004A80;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1em 0;}

h1 {	font-size: 1.4em;}
h2 {	font-size: 1.1em;}
h3 {	font-size: 1em;}


p {
	color: #737373;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: justify;
	margin: 1em 0;
	padding: 0;}
 
img {
	border: 0px;}

a:link {color: #004A80; font-weight:bold;}
a:visited {color: #004A80; font-weight:bold;}
a:hover {color: #004A80; font-weight:bold;}

li {
	color: #737373;
	font-size: .75em;}


#maincontainer {
	background-color: #fff;
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;}

	#header {
		background: url('resources/header_bg.jpg');
		width: 760px;
		height: 320px;
		margin: 0px;
		padding: 0px;
		z-index:1;}

	#leftcol {
		background: url('resources/leftcol_bg.jpg') no-repeat;
		width: 493px;
		float: left;
		padding: 20px 30px;
		margin: 0px;}

	.rightcol-top {
		background: url('resources/rightcol_bgtop.jpg') no-repeat;
		width: 207px;
		height: 20px;
		float: right;
		clear:right;
		padding: 0px;
		margin: 0px;}

	.rightcol-middle {
		background: url('resources/rightcol_bgmid.jpg') repeat-y;
		width: 167px;
		float: right;
		clear:right;
		padding: 0 20px;
		margin: 0px;}

	.rightcol-middle p {
		font-size:0.65em;
		line-height:1.4em;}

	.rightcol-bottom {
		background: url('resources/rightcol_bgbottom.jpg') no-repeat;
		width: 207px;
		height: 10px;
		float: right;
		clear:right;
		padding: 0px;
		margin: 0 0 10px 0;}


	#footer {
		color: #000;
		font-size: .65em;
		line-height:1.4em;
		text-align:center;
		background: url('resources/footer_bg.jpg') no-repeat;
		width: 493px;
		clear: both;
		float:left;
		margin: 0;
		padding: 30px 30px;}

/***********START MAIN RIGHT NAVIGATION***********/

#nav {
	background: url('resources/nav_bg.jpg') left top no-repeat;
	width:167px;
	float: right;
	padding: 10px 20px 20px 20px;
	margin: 0px;
	text-align:right;
}

#nav a {
	font-size:.8em;
	line-height:1.6em;
}



/***********START TOP HEADER NAVIGATION***********/
/***seperate header nav selector for headernav-contact as different padding needed***/

#headernav, #headernav-contact {
	width: 515px;
	z-index: 100;
}



#headernav ul, #headernav-contact {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#headernav li, #headernav-contact li {
	float: left;
	margin: 0;
	list-style-type: none;
}

#headernav li a {
	padding: 60px 0 0 0;
	display: block;
	overflow: hidden;
	height: 0;
}

#headernav-contact li a {
	padding: 80px 0 0 0;
	display: block;
	overflow: hidden;
	height: 0;
}

#headernav-home a {
	background: url('resources/headernav_home.jpg') left top no-repeat;
	width: 90px;
	position: absolute;
	top: 28px;
	margin-left: 334px;
}

#headernav-about a {
	background: url('resources/headernav_about.jpg') left top no-repeat;
	width: 125px;
	height: 90px;
	position: absolute;
	top: 42px;
	margin-left: 414px;
}

#headernav-contact a {
	background: url('resources/headernav_contact.jpg') left top no-repeat;
	width: 125px;
	height: 90px;
	position: absolute;
	top: 61px;
	margin-left: 474px;
}

#headernav-home a:hover {	
	background-position: 0 -60px;
}
#headernav-about a:hover {	
	background-position: 0 -60px;
}
#headernav-contact a:hover {	
	background-position: 0 -80px;
}


.imageleft {
	float:left;
	padding:5px 20px;
}
.imageright {
	float:right;
	padding:5px 20px;
}