@charset "utf-8";
/* CSS Document */

body {
	background-color:#778ab4;
	background-image:url(images/html_bck.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
}

h2.main {
	color:#000033;
	font-size:16px;
	padding-left:10px;
	padding-right:20px;
	clear:both;
}

p.main {
	color:#000033;
	font-size:12px;
	padding-left:10px;
	padding-right:20px;
}

p.foot {
	color:#000033;
	font-size:10px;
	float:right;
	padding-right:30px;
	margin-top:10px;
	margin-bottom:10px;
}

p.menu {
	padding-left:25px;
	padding-right:5px;
}

p.menu a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
}

p.menu a:hover {
	color:#000000;
}

li {
	color:#000033;
	font-size:12px;
}

img.mid {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

img.right {
	float:right;
	padding-right:100px;
	margin-bottom:10px;
}

#topphrases {
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
}

#wrapper {
	width:770px;
	height:auto;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
}

#top {
	width:100%;
	height:100px;
	background-image:url(images/page-top.jpg);
}

#main {
	width:100%
	height:auto;
	background-color:#FFFFFF;
}

#leftcol {
	width:216px;
	height:auto;
	float:left;
}

#nav1 {
	width:216px;
	height:auto;
	margin-bottom:15px;
}

#nav2 {
	width:216px;
	height:auto;
	margin-bottom:15px;
	background-image:url(images/lhcol-bck.jpg);
	background-repeat:repeat-y;
}

#rightcol {
	width:554px;
	height:auto;
	float:right;
}

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

#bread {
	width:100%;
	height:32px;
}

#pageheader {
	width:100%;
	height:34px;
}

#mainmain {
	width:100%;
	height:auto;
	margin-top:8px;
}

#footer {
	width:100%;
	height:30px;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-y;
}

.filler10 {
	clear:both;
	width:100%;
	height:10px;
}