* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(images/bg.gif) repeat-x top;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;
}

a { color: #255EA8; text-decoration: none; }
a:hover { color: #48B9EF; text-decoration: underline; }

#wrap {
width: 800px;
margin: 0px auto 20px auto;
}

#header {
	width:800px;
	height:90px;
line-height:50px;
font-size: 38px;
background:url(images/header2.gif) no-repeat;
}
#header h1 {
font-size: 24px;
font-weight: 100;
padding: 20px 0 0 30px;
}
#header h1 a {
text-decoration: none;
color: #003366;
}
#header h1 a:hover { color: #000; }
#header h2 {
padding-right: 20px;
color: #000;
font-size: 16px;
font-weight: 100;
letter-spacing: -1px;
padding: 0 0 0 21px;
}

#menu {
height: 30px;
line-height: 30px;
background: #DDDDBC url(images/menu.gif) no-repeat;
}
#menu ul {
padding-left: 20px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #000;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #000;
text-decoration: underline;
}
#content {
background: #585C68 url(images/contentbg.gif) repeat-y;
}
.right {
float: right;
width: 550px;
padding: 30px 20px 10px 10px;
}
.right h2 { 
font-weight: 100;
padding: 10px 0 10px 0;
}

.left {
float:left;
width: 180px;
padding: 30px 0px 10px 40px;
}
.left h2 { font-size: 14px; color: #666; font-weight: 100; }
.left ul { padding: 5px 0 15px 15px; font-size: 11px; color: #666; }

#bottom {
background: #585C68 url(images/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
}
#footer a {
color: #333;
text-decoration: none;
}
#footer a:hover {
color: #000;
text-decoration: underline;
}


.my_left_header{
	text-align:left;
	padding-left:0;
	font-size:14px;
}

.my_left_item{
	width:120px;
	padding-bottom:5px;
	background:url(images/bullets.gif) no-repeat 0px 5px;
	padding-left:20px;
	line-height:20px;
	border-bottom: 1px dotted #b1b199;
}

.box_1_top h1{
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
}
