body {font-size: 11px; margin: 0px auto; padding: 0px; background: url(../images/background_body_grey.gif) top center repeat-y; font-family: arial, sans-serif;}
h1{
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2{
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h4{
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.pageContent {width: 1000px; margin: 0px auto; padding: 0px;}

.header {width: 1000px; margin: 0px auto; padding: 0px;}
.topMenu{ width: 100%; height:25px;}
.banner {width: 100%; height: 156px; background: url(../images/header_bg.gif);}
.bannerimg1 {width: 216px; height: 156px; background: url(../images/header1.gif); float:left;}
.bannerimg2 {width: 195px; height: 156px; background: url(../images/header2.gif); float:right;}
.bannerimg3 {width: 187px; height: 156px; background: url(../images/header3.gif); float:right;}
.bannerimg4 {width: 216px; height: 156px; background: url(../images/header4.gif); float:right;}

.pageBody{ width: 100%;}
.leftMenu{ width: 200px; height:100%; float:left;}
.mainContent{ height:100%; width:760px; float:right; padding: 10px; font-size:12px; text-align:left;}
.mainContentHeader{width: 100%; border-bottom: solid 1px #ccc; text-align: left; font-size: 16px; color: Gray;}
.footer{ height:20px; width:100%; background-color: #0D0F64; }

/*----------------------------*/
/* 2.3 - Navigation - Level 1 */
/*----------------------------*/
.nav1-container {width: 100%; top: 4px; position: absolute; z-index: 3; background: transparent;}
.nav1 {margin: 0px; padding: 0px; font-family: verdana, arial, sans serif; font-size: 1.0em; background: transparent;}
.nav1 ul {float: left; margin: 0px; padding: 0px 5px 0px 0px; background: transparent; }	
.nav1 li {display: inline; list-style: none; margin: 0px; padding: 0px;}
.nav1 li a {display: block; float: left; margin: 0px; padding: 2px 5px 2px 5px; border-right: solid 1px Gray; color: Gray; text-decoration: none; font-size: 10px;}
.nav1 a:hover, .nav2 a.selected {color: rgb(50,50,50); text-decoration: none; }


.HomeFixed {width: 100%;}
.HomeFixedHeader{ width: 750px; padding: 5px; font-size:11px; font-weight:bold; color: #FFFFFF; background-color: #0D0F64;}
.HomeFixedContent{width: 100%;}
.HomeFixedImage{width:198px; float: left; height: 100px; background-color: Gray; border: solid 1px black;}

.Form{text-align:left; width:580px; padding: 10px 10px 10px 10px; background-color: #efefef;}
.FormRow{width:500px; padding-top:3px;}
.FormTitle{float:left; width: 60px; padding: 5px 0px 5px 5px;}
.FormObject{float:left;}
.ButtonContainer{ text-align: center;}

.LoginBody{width: 300px; padding: 10px 10px 10px 10px; background-color: #efefef; text-align: left; border: solid 1px #ccc;}
.LoginHeader{width: 100%; padding-bottom: 5px; border-style:none; border-bottom: solid 1px #ccc; font-size: 14px; color:Gray;}
.LoginContent{padding-top: 20px; padding-bottom: 20px;}


/*----------------------------*/
/*---- Left Menu Navigation---*/
/*----------------------------*/




.menuContainer ul
{
	margin: 0;
padding: 0;
list-style-type: none;
}

.menuContainer li
{
	margin: 0;
padding: 0;
list-style-type: none;
}

.menuContainer dd
{
	margin: 0;
padding: 0;
list-style-type: none;
}

.menuContainer dt
{
	margin: 0;
padding: 0;
list-style-type: none;
}

dl#menu {
width: 200px;
}
dl#menu dt {
cursor: pointer;
margin: 2px 0;
height: 20px;
line-height: 20px;
font-weight: bold;
border: 1px solid gray;
background: #ccc;
}
dl#menu dd {
border: 1px solid gray;
}
dl#menu li {
text-align: center;
background: #fff;
}
dl#menu li a, dl#menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
text-align: left;

}

dl#menu dt
{
	padding-left: 5px;
	text-align: left;
}



#menu li a
{
	 padding: 5px 5px 5px 20px;
}



dl#menu li a:hover
{
	background: #eee;
}

#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}





