@charset "UTF-8";
/* CSS Document */

body {
	color: #4B5D67;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: url(images/bg_body.gif) top left repeat-x #9BC3D5
}

p {
	margin : 0 0 1em 0.5;
	padding: 0em 0.5em 0em 0em;
}

#maincontent {
	float: left;
	width: 500px;
	background-color: #FFF;
	display: block;
	margin: 0;
	padding: 30px 10px 15px 40px;

}
#maincontent ul {
	text-decoration: none;
	line-height: 120%;
	list-style-image: url(images/bullet_01.gif);
	padding-bottom: 5px;
}
#maincontent li span {
	text-decoration: none;
	color: #4B5D67;
}


.indenttext{
	margin-left: 200px;
}

#rightcolumn {
	float: right;
	width: 235px;
	margin-right: 10px;
	padding: 0px;
	margin-top: 30px;
}

#rightcolumn ul li  {
	color: #006699;
	text-decoration: none;
	list-style-image: url(images/icon_01.gif);
	line-height: 150%;
}
#rightcolumn ul li a:hover {
	color: #d46a24;
}

#subarea {
	background-image:url(images/subarea-bg-image.gif);
	display: block;
	float: left;
	background-repeat: no-repeat;
}
#subarea h2 {
	font-family: "Arial Narrow", Arial, sans-serif;
	color: #000000;
	font-size: 16px;
}

#container{
	margin : 0 auto;
	width: 824px;
	background-image: url(images/bg_main1.gif);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: outset;
	border-left-style: outset;
	border-right-color: #a2a2a2;
	border-left-color: #a2a2a2;
}
#subarea ul {
	list-style-type : none;
	width : 550px;
	margin : 0;
	padding: 0;

}
#subarea li {
	float : left;
	width : 233px;
	padding : 0 0 2em 40px;
	
	margin-top: 20px;
}
h3 {
	font-size : 100%;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 0px;
	color: #F90;
}

h3 img { display : block }



#container #maincontent h1 {
	font-size: 18px;
	color: #006699;
	line-height: 100%;
	font-weight: lighter;
	margin-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
}
#container #maincontent h2 {
	font-size: 18px;
	line-height: 100%;
	font-weight: lighter;
	margin-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
}
#mainimage {
	position: relative;
	bottom: 0;
	float: left;
	display: block;
	width: 204px;
	height: 165px;
}

#subimages {
	margin-top: 10px;
	margin-bottom: 10px;
}
.bluetext {
	color: #006699;
}
img { border: none; }
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 148px;
	width: 100%;
}
#navigation {
	height: 140px;
	width: 376px;
	text-align: right;
	vertical-align: middle;
	padding-top: 6px;
}
#bluedivider{
	float: left;
	height: 232px;
	margin-top:20px;
	display: inline;

}
a {
	color: #00558B;
}
a:hover {
	color: #d46a24;
}
#footer {
	width: 824px;
	background: #015289 url(images/bg_footer.jpg) no-repeat top;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	clear: both;
	height: 60px;
	font-size: 90%;
}
a:hover.footertxt {
	color: #F90;
}

.footertxt {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright {
	font-size: 100%;
	color: #000;
}
