/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
body{
background:#ededed
}
#container {
	width:730px;
	margin:0px auto;
}

#header {
	width:730px;
	height:89px;
	margin-top:20px;
	margin-bottom:20px;
	background:url(header.jpg) no-repeat;
}

#menu {
	float:left;
	width:200px;
	height:310px;
	line-height:15px;
	padding-left:5px;
	text-align:left;

}


#content {
	width:430px;
	overflow:auto;
	margin:0 0 1em 3em;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	line-height:1.5em;
	padding:10px;
	background:#fff;	
}

#footer {
	clear:both;
	width:735px;
	padding-right:5px;
	background-image:url(footer.jpg);
	background-repeat:no-repeat;
	width:730px;
	height:28px;
	padding-top:4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#ffffff;
	font-weight:bold;
}

#footer a {
	color:#ffffff;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
}

#footer a:hover {
	color:#202020;
}

p {
	min-height: 10em;
	display: table-cell;
	vertical-align: middle;
}

a {
	color:#202020;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

a:hover {
	color:#777777;
}

#menu li a, #menu ul {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	list-style:none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #4D4D4D;
	display: block;
	background:  url(menu_img.gif);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #FFF;
	background:  url(menu_img.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
h2{
padding:0;
margin:0;
border-bottom:#fff solid 1px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
text-align:left;
color:#64a4ab;
}