body {
	margin: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 100%;
line-height:1.125em; 
border-top: solid 5px #5c7094;
background: url(../images/bg.png) repeat-x bottom #fff;

}


h1 {
color:#3e4c64;
font-weight: normal;
font-size: 24px;
} 


h2 {
color:#849bc0;
font-weight: bold;
font-size: 16px;
padding-top: 10px;
margin-bottom: -5px;
} 

.home {
	margin: 20px 0 0 0;
	font-family: Helvetica,sans-serif;
	font-size: 41px;
	font-weight: normal;
line-height:1.125em; 

}


p {
    font-size:0.875em;
}


p.block {
font-style: italic;
margin: 30px 0;
color:#3e4c64;
font-size:0.9em;
}

ul {
padding: 0 0 0 10px;
margin: -10px 0px 0 10px;
}

li {padding: 5px 0 0 0;
    font-size:0.875em;
}

a {text-decoration: none}

a:hover {text-decoration: underline;}

#container-home {
	width: 960px;
	height: 580px;
	margin: 0px auto 10px auto;
	padding: 0;
	border-bottom: 25px solid #99b4df;
	background-color: #fff;
	background-image: url(images/homepage-image.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#container {
	width: 960px;
	min-height: 580px;
	margin: 0px auto 0px auto;
	padding: 0 0 30px 0;
	border-bottom: px solid #99b4df;
	background-color: #fff;
}
#top {
width: 100%;
height: 60px;
margin: 0;
padding: 0;
position: relative;
}

.logo {
left: 0;
top: 0;
position: absolute;
margin-left: 20px;
margin-top: 15px;
z-index:1;
}

/* Top Nav*/

ul#navcontainer {
margin:0 0 0 240px;padding:0;
}

ul#navcontainer li {
	display: inline;
}

ul#navcontainer li a
{
	text-decoration: none;
	background-image: url(images/tab2.png);
	background-repeat: no-repeat;
	height: 35px;
	float: left;
	width: 140px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 8px;
	top: -3px;
}

ul#navcontainer li a:hover
{
text-decoration: none;
	background-image: url(images/tab.png);
	background-repeat: no-repeat;
	height: 35px;
	float: left;
	width: 140px;
	color: #fff;
	font-size: 14px;
	text-align: center;
		top: -3px;
}

ul#navcontainer li a#current
{
text-decoration: none;
	background-image: url(images/tab.png);
	background-repeat: no-repeat;
	height: 35px;
	float: left;
	width: 140px;
	color: #fff;
	font-size: 14px;
	text-align: center;
		top: -3px;
}

/*Body Container*/

#bodycontainer {
clear:both;
width: 100%;
}

/*Home Menu*/

ul#homemenu{
float: left;
margin: 10px 0 30px 15px;
list-style-type: none;
padding: 0px 0 0 80px;
line-height:20px;

}

ul#homemenu li{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color:#3e4c64;
	text-decoration: none;
	background-image:  url(images/star-bullet-blue.png);
	background-repeat: no-repeat;
	background-position: 0.1em;
	text-transform: uppercase;
	padding-left: 2em;
}

/*Left Nav*/

ul#leftmenu{
float:left;
width: 300px;
list-style-type: none;
padding-left: 10px;
margin-top: 0;
padding-top: 120px;
width: 100%:
}

ul#leftmenu li{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #5c7094;
	text-decoration: none;
	background-image:  url(images/star-bullet-blue.png);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	text-transform: uppercase;
	padding-left: 2em;
}
/* Content Area*/

#content {
margin:40px 70px 0 330px;
}

#content-home {
margin:0px 0 0 400px;
padding: 0 0 10px 0;
}

#content-home p {
padding-right: 40px;}

.homecontact {
margin: 20px 0 0px 100px}


.mail {
margin: 10px 0 0 166px;
color:#3e4c64;
font-size: 14px;
line-height: 14px;
font-weight: normal;
}

/* Base*/

#base {
clear: both;
width: 100%;
text-align: left;
margin: 0;
padding-left:15px;
}

/* Footer*/


#footer {
clear: both;
margin: 0px 0 10px 30px;
}

#footer p {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
text-align: center;
font-weight: normal;
color: #333333;}

#footer a {
font-size: 8pt;
color: #666666;
}

