body {
	background-image: url(../images/backgrounder.gif);
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #656565;
	background-color: #ffffff;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p, ol, ul, dl, li {
	font-size:9pt;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#656565;
	}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
h1 {
	font-size:11pt;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	color:#BF2121;
	font-variant:small-caps;
	border-bottom:1px solid #6289A5;
	}
	
h2{
	font-size:10pt;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	color:#BF2121;
	font-variant:small-caps;
	border-bottom:1px solid #6289A5;
}
h3 {
	font-size:9pt;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	color:#BF2121;
	font-variant:small-caps;
}
a:link, a:visited {
	color: #42678C;
	text-decoration: none;
	}
a:hover {
	color: #666666;
	text-decoration: underline;
	}

/* LAYOUT */
	
#box  {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background:#ffffff;
	width:920px;
	height:100%;
	}
#header {
	width:920px;
	height:310px;
}
#topbanner {
	background-image:url(../images/topbanner.gif);
	height:120px;
	width:920px;
	float:left;
	}
#picturegallery {
	width:920px;
	height:190px;
	float:left;
	}

#main {
	width:920px;
	height:100%px;
	background:url(../images/background.png) repeat-y;
	float:left;
	margin-bottom:10px;
	}
	
#main2 {
	width:920px;
	height:100%px;
	background:url(../images/background2.png) repeat-y;
	float:left;
	margin-bottom:10px;
	}
	
#content{
	width:730px;
	height:100%;
	padding:0;
	float:right;
	}

#maincontent{
	width:480px;
	height:100%;
	padding:20px 10px 10px 10px;
	float:left;
	padding-bottom:10px;
	}

#maincontent-level2{
	width:680px;
	height:100%;
	padding:20px 10px 10px 10px;
	float:left;
	}
	
#secondarycontent{
	width:190px;
	height:100%;
	float: right;
	padding:20px 10px 0px 10px;
	font-size:8.5pt;
	}
	
#mainmenu{
	width:170px;
	height:100%;
	float:left;
	padding: 10px 5px 10px 10px;
	font-size:15pt;
	}
#mainmenu ul{
	width: 130px;
} 
#mainmenu li{
	width: 150px;
	background: #ffffff;
	color: #686868;
	border-top: 1px solid #F1F0EE;
	border-bottom: 3px solid #6A92BA;
	padding:15px 0px 5px 8px;
	margin-bottom:10px;
}

#mainmenu li a {
	text-decoration: none;
	cursor: pointer;
	}

#mainmenu li a.selected {
	border-bottom:3px solid #686868 !important;
	color:#ffffff;
	background: #6A92BA;
	text-decoration: none;
	}
	
#mainmenu li a:hover {
	width:150px;
	border-top: 1px solid #F1F0EE;
	padding:15px 0px 5px 0px;
	color:#BF2121;
}

#submenu ul{
	width: 130px;
	background: #ffffff;
	margin-bottom: 3px;
	padding: 0px 0px 0px 20px;
}

#submenu li {
	width:130px;
	background:#ffffff;
	border:0px;
	height:100%;
	margin:0;
	padding:8px 0px 0px 0px;
}

#submenu li a:hover, #submenu li a:selected; {
	color:#BF2121;
	border:0px;
	height:100%;
	padding:0;
	margin:0;
}
#logo {
	width:325px;
	position:relative;
	left:10px;
	top:20px;
	float:left;
}

#topicons{
	width:100px;
	height:100px;
	background: transparent;
	float:right;
	border:0;
	position:relative;
	top:15px;
	right:10px;
}

#topicons li{
	width: 90px;
	height: 20px;
	background: #ffffff;
	border: 1px solid #f3f3f3;
	padding: 4px 0px 2px 5px;
	margin-bottom: 5px;
	font-size: 7pt;
	vertical-align: middle;
}
#topicons li a{
	color:#686868;
	text-decoration:none;
}
#topicons li a:hover{
	color:#BF2121;
	text-decoration:none;
}
#footer{
	clear: both;
	background: #EEEDEB;
	border-top: 1px solid #A2A2A2;
	color: #7E7E7E;
	text-align: right;
	font-size: 7pt;
	padding: 5px 10px;
	font-style: italic;
}
#footer a{
	color: #7E7E7E;
	text-decoration: none;
}
#footer a:hover{
	text-decoration:underline;
}