@charset "utf-8";
/* CSS Document */

html {
	width: 100%;
}

body {
	width:900px;
	margin:0px auto;
	padding:0px;
	text-align:center; /*Hack IE5/WIN */
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;
}

a{ color:#5a87d8;  }
a:hover{ color:#7D9704; }
a:visited{ color:#5a87d8; }
a:visited:hover{ color:#7D9704; }

#box1 {
	width:880px;
	float:left;
	clear:both;
}

#box2 {
	float:left;
	width:200px;
	text-align:left;
	margin-right:10px;
	border-right:1px dashed #666666;
	min-height:600px;
}
#box2 ul{
	list-style-type:none;
        font-weight:bold;
        font-size:13px;
        padding: 10px 0px 20px 20px;
        margin: 0px;
        color:#000000;
}
#box2 ul li {padding-bottom:5px; }
#box2 ul li a{ color:#000000; text-decoration:none; }
#box2 ul li a:hover{ color:#7D9704; }
#box2 ul li a:visited{ color:#000000; }
#box2 ul li a:visited:hover{ color:#7D9704; }

#box3 {
	float:left;
	width:475px;
	text-align:left;
	margin-right:10px;
        padding-right:20px;
	border-right:1px dashed #666666;
	min-height:600px;
}

#box3 table{
	margin:0px auto;
	width:350px;
	text-align:left;
}

#box4 {
	float:left;
	width:160px;
	min-height:600px;
	text-align:left;
}

#box4 table {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#box5 {
	border: 1px solid #999999;
	padding:3px;
	margin-bottom:10px;
	float:left;
	width:100%;
	min-height:450px;
}

#box5 table {
	text-align:left;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#box5 table th {
	text-decoration:underline;
}

.box6{
	float:left;
	padding: 0px 10px 0px 10px;
	margin-left:25px;
	line-height:1.6em;
}

.box7 {
	margin: 0px 20px 0px 20px;
	float:left;
}

#box9 {
	clear:both;
	float:left;
	width:100%;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom:1px dotted #333333;
}

#box10{
	text-align:left;
	padding-left:10px;
	float:left;
	width:140px;
}

#box11{
	float:left;
	width:375px;
}

#box11 td{
	vertical-align:top;
	padding-right:20px;
}

#box11 td .labels{
	font-weight:bold;
	min-width:120px;
}


#box12{
	float:left;
	width:160px;
}

#box13 {
	border: 1px solid #999999;
	padding:3px;
	margin-bottom:10px;
	float:left;
	width:100%;
}

#box13 table {
	text-align:left;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#box13 table th {
	text-decoration:underline;
}


.bullet{
	background: url("/bullet.jpg") no-repeat left center;
	
}


.left{
	float:left;
}

.right{
	float:right;
}

#header{
	width:860px;
	height:92px;
	margin: 0px;
	padding:10px 20px 0px 20px;
	float:left;
	background: url("/header.jpg") no-repeat left top;
}

h1{
	font-family:"Times New Roman", Times, serif;
	font-size:29px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px;
	padding: 0px 0px 0px 0px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	margin:0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	vertical-align:top;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#7D9704;
	margin:0px;
	padding: 0px 0px 0px 0px;
}

#logo {
	float:left;
	height:68px;
	width:375px;
	margin:0px;
	padding: 18px 0px 0px 0px;
}

#menu {
	float:left;
	height:32px;
	width:900px;
	color:#FFFFFF;
	background: url("/menu_bg.jpg") repeat-x left top;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

#menu ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

#menu li {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 7px 15px 0px 15px;
	height:32px;
	}

#menu li a {
	color: #FFFFFF;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	padding:0px 23px 0px 23px;
	margin: 0px;
	height:32px;
	text-decoration: none; }

#menu li:hover {
	
}

#footer {
	float:left;
	height:29px;
	width:900px;
	background: url("/footer.jpg") repeat-x left top;
	padding:5px 0px 0px 0px;
	margin:0px;
}

#box-hack {
	float:left;
	width:95%;
	padding:10px 20px 0px 20px;	
}

#content{
	float:left;
	width:880px;
	clear:both;
	padding:15px 10px 10px 10px;
	background-color:#FFFFFF;	
	overflow:hidden;
}



#ads {
	width:120px;
	height:600px;
	padding: 0px 20px 0px 0px;
	float:right;
}
	

