body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-image: url(images/horozontal_line_bg.gif);
	background-repeat: repeat-y;
}
#top_nav{
	height: 28px;
	background-color: #FFFFFF;
}
#left_section {
	height: 100%;
	width: 157px;
	position: absolute;
	left: 0px;
	top: 28px;
}
#right_section {
	width: 70%;
	position: absolute;
	left: 162px;
	top: 28px;
}
#title_header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	text-align: right;
	width: 100%;
	background-color: #8CE8FF;
	white-space: nowrap;
}
#content {
	padding: 10px;
}
h1 {
	font-size: 14px;
	color: #000066;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	color: #0099FF;
}
h4 {
	font-size: 16px;
	color: white;
}
h5 {
	font-size: 14px;
	line-height: 120%;
	color: white;
}
hr {
	color: #999999;
}
#side_nav_contact {
	padding: 10px;
	color: #FFFFFF;
}
#top_buttons {
	margin-top: 4px;
	margin-left: 162px;
}
a:link {
	color: #0099FF;
}
a:hover {
	color: #999999;
}
