* {
margin: 0;
padding: 0;
}

body {
background: #f2f0f0;
text-align: center;
font: normal 11px/18px verdana;
color: #333;
padding-top: 20px;
}
/*
a {
color: #666;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #ccc;
}
*/
#header {
width: 660px;
height: 138px;
background: #000 url("images/header.jpg") no-repeat;
background-position: top left;
}

#wrapper {
width: 660px;
background: #fff url("images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

h1 {
width: 140px;
height: 30px;
background-color: #053b80;
margin: 0px 1px 1px 0;
float: left;
font: bold 16px/30px verdana;
padding-left: 10px;
color: #fff;
cursor: default;
border-top: solid 2px #ffffff;
}
/*
h1:first-letter {
color: #f00;
text-decoration: underline;
}
*/
h2 {
width: 499px;
height: 30px;
background-color: #053b80;
float: left;
font: bold 16px/30px verdana;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
border-top: solid 1px #ffffff;
}
/*
#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 150px;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana;
display: block;
width: 140px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #333;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}
*/
#sidebar {
width: 132px;
background-color: #ccc;
float: left;
position: relative;
left: -4px;
margin-left: -147px;
/*border-top: 1px solid #fff;*/
font: normal 10px/18px verdana;
padding: 8px;
}

/*style for nav links*/
#sidebar ul{
	list-style-type: none;
}
#sidebar li{
	margin: 15px 0 0 5px;
	border: solid 0px black;
}
#sidebar li a, a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#sidebar li a:hover {
	color: #000000;
	text-decoration: underline;
}

/*
img {
border: none;
}

a img {
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}
*/

#content {
float: left;
width: 495px;
margin: 10px 0 0 10px;
border: solid 0px red;
}
#content img{
margin: 0 15px;
border: none;
}
#content .content_title {
font-weight: bold;
color: #666666;
font-size: 15px;
}

#content .content_title a, a:visited{
font-weight: bold;
color: #666666;
font-size: 15px;
text-decoration: underline;
}
#content .content_title a:hover {
text-decoration: underline;
}

#content ul {
	margin: 0 0 0 20px;
	list-style-type: disc;
}
#content li {
	
}
#content a, a:visited {
	color: #333333;
	font-weight: normal;	
	text-decoration: underline;
}
#content a:hover {
	text-decoration: underline;
}

p {
margin: 10px 0 20px 0;
}
/*
p:first-line {
font-weight: bold;
}
*/

#contact_info {
	margin: 0 40px;
}

#footer {
background: #ffffff;
text-align: center;
clear: both;
width: 660px;
/*margin-left: 163px;*/
padding: 10px 0 10px; 0;
}
#footer ul {
	margin: 0 0 0 0;
	list-style-type: none;
}    
#footer li {
	display: inline;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
#footer li a, a:visited {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#footer li a:hover {
	color: #000000;
	text-decoration: underline;
}   