*{
margin: 0;
padding: 0;
}
body{
font: 12px Arial,sans-serif;
text-align:center;
background: #083958;
border-top: 10px solid #083958;
color: #666;}

a:hover{text-decoration:underline;}

a {text-decoration: none;color: #0066cc;}

p{padding: 5px 0;}

h3{font-weight: bold;font-size: 20px;padding-bottom: 10px;text-transform: uppercase;color: #083958;}

div#container{background: #fff;}
div.wrapper{text-align:left;margin: 0 auto;width: 900px;}
div#header{background: url("haderbg1.gif") repeat-x top left;height: 200px;}

div#left,div#left1{float: left;width: 43%;margin: 10px 0 20px 0;}
div#left1{width: 78%;}
div#middle{float:right;width: 55%;margin: 10px 0 20px 0;}
div#sidebar{float: right;width:20%;margin: 10px 0 20px 0;}
ul{list-style-type: none;list-style-position: inside;width: 100%;background: #F6FAFF;float: left;padding: 0 10px;}
ul li{width: 33%;float:left;}

li.titlemenu,li.titlemenu1{display: block;width: 100%;background: #D3E4F5 url("folder_heart.png") no-repeat top left;text-indent: 25px;font-weight: bold;padding: 5px 0;clear: both;border-bottom: solid 1px #fff;border-top: solid 1px #fff;}
li.titlemenu1{background: #083958 url("nav.gif") no-repeat top left; color: #fff;}
li.titlemenu a{color: #083958;}


div#left img {margin: 1px;border: 1px solid #D3E4F5;}
div#footer{padding: 10px 0;margin-top: 20px;text-align: center;clear: both;background: #083958;color: #fff;}


#tableguide {
	width: 100%;
	}

#headertableguide {
	/* background: #083958; */
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;}

tr#tablebg{background:#083958 url("table.gif") no-repeat top left;}

#celltableguide-even {
	border-bottom: solid 1px #D3E4F5;
	padding: 5px 10px;
	background: #F6FAFF;

}

#celltableguide-odd {
	padding: 5px 10px;
	background: #D3E4F5;
