* {
	margin: 0px;
	padding: 0px;
}
body {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/body_background.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
}
p, h5, h4, h3, h2, h1 {
	margin: 0
	line-height: 1.5em;
}
p + p {
  margin-top: 1.5em;
}

.floatleft {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
}
#header {
	background-image: url(images/banner_left_thin.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #0d5094;
}
#bannertitle {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	font-style: italic;
}

#indentmenu{
	width: 100%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	background-color: #D2D8E4;
	text-align: center;
	height: 15px;





	background-image: url(images/menu_bg.jpg)
%20center%20center%20repeat-x);
	background-image: url(images/menu_bg.jpg);
}
.center {
	text-align: center;
}


#indentmenu ul{
	padding: 0;
	width: 100%;
	background-color: #D8DCE7;
	background-image: url(images/menu_bg.jpg);
}

#indentmenu ul li{
	display: inline;
}

#indentmenu ul li a{
	float: left;
	color: #000000;
	text-decoration: none;
	padding-right: 2%;
	height: inherit;
	padding-left: 3%;
}

#indentmenu ul li a:visited{
	color: #000000;
}

#indentmenu ul li a:hover, #indentmenu ul li{
	color: white 
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(images/menu_bg3.jpg) center center repeat-x;
}
.current{
	color: white 
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(images/menu_bg2.jpg) center center repeat-x;
	background-color: #6379A2;
	padding-left: 2%;
}
#page {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	padding-bottom: 10px;
	background-color: #BFC8D9;
}
.logo td{
	text-align: center;
	height: 100px;
	vertical-align: middle;
	padding-top: 10px;
	background-image: url(images/thumb-background.jpg);
}
.logo   td   a  img{
	border-top-color: #BFC8D9;
	border-right-color: #BFC8D9;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.logo   td   a:hover  img{
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #6F85AE;
	border-left-color: #6F85AE;

}
.logo_web td{
	text-align: center;
	height: 174px;
	vertical-align: middle;
	padding-top: 10px;
	background-image: url(images/thumb-background_web.jpg);
}
.logo_web td a{
	border-top-color: #BFC8D9;
	border-right-color: #BFC8D9;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.logo_web td a:hover{
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #6F85AE;
	border-left-color: #6F85AE;
}
#sidebar {
	width: 18%;
	clear: none;
	float: right;
	background-color: #EBEEF3;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	margin-left: 1.5em;
	color: #000000;
	font-size: 0.9em;
}
#sidebar a{
	font-size: 1.2em;
	color: #003366;
	text-decoration: none;
}
#sidebar a:hover{
	text-decoration: underline;
	color: #FCF8C9;
}


#maincontent {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #BFC8D9;
	line-height: 1.5em;
	font-size: 0.9em;
}
#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	padding-top: 10px;
	background-color: #0E5CA9;
}
#footer a {
	letter-spacing: 1px;
	font-size: 10px;
	text-decoration: none;
	color: #AFBEDD;
	font-weight: bold;
}
.topspace {
	padding-top: 10px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF2D46;
	width: 200px;
	padding-bottom: 5px;

}
