body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: verdana, arial, sans-serif;
  	font-size: 12px;
	color: #061C37;
	line-height:1.5em;
	background:url(menu_bg.png) repeat-x #FFFFFF top;
}

*
{
  margin: 0 auto 0 auto;
 text-align:left;
}

#container
{
  display: block; 
  height:auto;
  position: relative; 
  width: 1000px;
 }


h2{
	color:#053865;
	padding-top:10px;
	padding-bottom:10px;
}

h3{
	color:#000033;
	padding-top:5px;
	padding-bottom:10px;
}

.off
{
color:#3A6028;
	
}

table{
border:thin #CCCCCC solid;
border-radius:15px;
-moz-border-radius:15px;
box-shadow: 5px 5px 5px #888888;
}


#table_contact{
border:thin #CCCCCC solid;
border-radius:15px;
-moz-border-radius:15px;
box-shadow: 5px 5px 5px #888888;
background:#99c7ef;
}
table th{
text-align:center;
padding-bottom:5px;
border-bottom:#CCCCCC 1px solid;
}


#mainpic
{
width:1000px;
height:81px;
}

#logo{
height:50px;
width:400px;
float:left;
padding-top:15px;
padding-left:15px;
}


#menu
{
height:28px;
width:100%;
position:relative;
}

#content_wrapper{
float:left;
padding-left:25px;
width:980px;
position:relative;
clear: both;
}

#content
{
width:630px;
height:auto;
float:left;
background-color:#fffff;
padding-left:10px;
padding-right:10px;
padding-bottom:20px;
padding-top:20px;
}

#sidebar{
padding-top:30px;
padding-bottom:20px;
width:350px;
height:auto;
float:right;
}

#footer_page
{
background: url(footer_bg_page.png) top repeat-x;
clear:both;
}

#footer
{
background: url(footer_bg.png) top no-repeat;
padding-top:0px;
width:1000px;
height:50px;
text-align:center;
}

#footer h3 a,#footer h3 a:visited
{
display:inline;
text-align:center;
font-size:12px;
text-decoration:none;
color:#FFFFFF;
}

#footer h3 a:hover{
color:#000033;
}

#menuwrapper ul {
	list-style: none;
	padding: 0px;
	margin-left:auto;
	width:980px;
}


#menubar li a{
	float: left;
	width:auto;
	height: 28px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 8px;
	font-size: 12px;
	padding-left:15px;
	padding-right:15px;
}

 
#menubar li {
	float: left;
	width: 9em;
}
#menubar li {position: relative;}

/* hide from IE mac \*/
#menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */



#menubar li ul, #menubar ul li  {
	width: 18em;
}


#menubar li ul {
	margin-top:28px;
	position:absolute;
	display: none;
}

#menubar li:hover{
	background:url(menu_hover.png) repeat-x top;
}

#menubar a:hover{
color:#000000;
}

#menubar li ul li{
	height:28px;
	background:#053865;
}

#menubar li ul li a{
	padding-top:5px;
	padding-bottom:5px;
	height:25px;
}



#menubar li:hover ul, #menubar li.p7hvr ul {
	display: block;
}


html, body {
text-align: center;
}

p {
text-align:justify;
padding-bottom:10px;
}