@charset "utf-8";
/* CSS Document */

body {
	padding:0px;
	margin:0px;
	background-color:#6c93bf;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#676767;
}
td { 
	font-family:Verdana, Geneva, sans-serif;
}
body,html{
	height:100.1%;
}
p {
	line-height:24px;
}
#logo p {
	line-height:normal;	
}
img {
	border:0px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#676767;
	font-weight:normal;
	font-size:18px;
}

a:link, a:visited, a:active {
	color:#1d59a3;
	text-decoration:none;
}

a:hover {
	color:#0e325f;
	text-decoration:none;
}

#container {
	background-image:url(images/main-bg.jpg);
	width:962px;
	margin:auto;
}

#logo {
	background-image:url(images/head-bg2.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:10px;
	text-align:right;
	height:81px;
	padding-right:52px;
	padding-top:33px;
	width:900px;
	margin:auto;
}

#mainpic {
		background-image:url(images/main-pic2.jpg);
		background-repeat:no-repeat;
		height:404px;
		width:952px;
		margin:auto;
}

#leftcol {
	float:left;
	width:198px;
	padding-left:18px;
	padding-top:54px;
	line-height:32px;
	text-align:right;
}

#menu {
	padding-right:30px;
}

#menu a:link, #menu a:visited, #menu a:active {
	color:#1d59a3;
	text-decoration:none;
}

#menu a:hover {
	color:#0e325f;
	text-decoration:none;
}

#rightcol {
	float:left;	
	background-image:url(images/content-bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-right:60px;
	width:620px;
	padding-left:30px;
	padding-top:30px;
	padding-bottom:30px;
	margin-top:21px;
}

#footer {
	background-image:url(images/foot-bg.jpg);	
	background-repeat:no-repeat;
	height:28px;
	clear:both;
	text-align:center;
}
