html,body{
	margin: 0 auto;
	padding: 0;
	background: #00223D;
	}

body{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #000066;
	}

p{
	margin: 0 10px 10px;
	}

a{
	color: #666699;
	}



img{
	margin: 0 auto;
	border: none;
	}


div#header{
	float:center;
	width: 100%;
	margin: 0 auto !important;
	height: 151px;
		}
	
div#header img{
	z-index: 300;
	}



div#container{
	margin:0 auto !important;
	border: none;
	text-align: left;
	width: 850px;
	}


div#wrapper{
	float: center;
	width: 100%;
	background: url(tile.gif) center repeat-y;
	padding-bottom:10px;
	}


/*---- content box -----*/

div#content{
	width:750px;
	float: center;
	margin-left: 49px;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	background: #ffffff;
	height: 100%;
	z-index: 0;
	}
	
div#content p{
	line-height: 1.4em;
	margin: 15px 20px;
	}


div#content a{
	text-decoration: none;
	}


div#content a:hover{
	text-decoration: underline;
	}


div#content a:visited{
	color: #990066;
	}


div#content h1{
	font: 16px, Verdana, sans-serif;
	margin: 10px 5px;
	font-weight: bold;
	color: #0066cc;
	}

ul.content {
    padding: 0 0 0 10px ; 
    margin-top: 15px;
    margin-left: 275px;
    z-index:50;
	}

li.content  {
    line-height: 30px;
	}


/*----  end content box  ----*/


div#miva{
	width: 700px;
	margin: 25px 10px 0 25px;
	}




div#extra{
	width:750px;
	margin-left:49px;
	margin-top: -5px;
	background: #fff;
	color: #000;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #ccc;
	}


div#footer{
	width:750px;
	margin-left:49px;
	background: #fafafa;
	color: #888;
	font-size: 10px;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	text-align: center;
	padding-top: 10px;
	margin-bottom:10px;
	}


div#footer p{
	margin: 0;
	padding: 10px 10px;
	}

div#footer a{
	text-decoration: none;
	}


div#footer a:hover{
	text-decoration: underline;
	}


div#footer a:visited{
	color: #990066;
	}