﻿body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background: #e5e9b7;
margin: 0;
text-align: left;
}
ul { 
display: block;
}
LI.list1 {
list-style: square inside url('bullet.gif');
} 
a:active {
		color: #666666;
}
a:hover {
		color: #666666;
}
a:link {
		color: #666666;
}
#indenttext { 
margin-left: 75px;
display: block;
} 
#indenttext2 { 
margin-left: 15px
}
#container {
width: 707px;
margin: 35px auto;
}
#header {
	background: url('logo.png');
	width: 255px;
	height: 50px;
	padding-top: 0px;
	background-repeat: no-repeat;
}
#content {
background: #e5e9b7;
float:right;
width: 527px;
text-align: left;
}
#sidebar {
margin-top: 2px;
background: url(nav_bg.gif);
float: left;
width: 180px;
text-align: left;
padding-top: 2px;
}
#sidebar_bottom {
background:url(nav_bg2.gif) no-repeat;
float:left;
width: 180px;
height: 75px;
font-size: 10px;
text-align: center;
}
#heading {
text-align: left;
font-family: Times New Roman, Times, serif;
font-size: medium;
font-weight: bold;
font-variant: small-caps;
}
#subheading {
text-align: left;
font-family: Times New Roman, Times, serif;
font-size: 13px;
font-weight: bold;
font-variant: small-caps;
}
#footer {
width: 100%;
height: 14px;
}