body {
	background-color: #545543;
	padding: 0;
	margin: 0;
}

.clear{
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Georgia;
	text-decoration: none;
	font-size: 18;
	color: #010101;
	padding: 0;
	margin: 0;
}

h2{
	font-family: Georgia;
	text-decoration: none;
	font-size: 12;
	padding: 0;
	margin: 0;
	color: #6f6f6f;
}

p{
	font-family: Georgia;
	text-decoration: none;
	font-size: 12;
	color: #2a2a2a;
}

#links {
	background: url('images/nav.jpg');
	height: 20px;
	padding: 0;
	margin: 0;
}

#header {
	height: 311px;
	background-image: url('images/header.jpg');
}

.container {
	background: url('images/contentmain.jpg');
	width: 482px;
	height: 550px;
	vertical-align: top;
}

#content {
	background: url('images/contentmain.jpg');
	padding: 0px 5px 0px 15px;
	vertical-align: top;
}

#content ul li {
	font-family: Georgia;
	font-size: 12;
	color: #2a2a2a;
}

#content a {
	font-family: Georgia;
	font-size: 12;
	color: #000000;
}

#content a:hover{
	font-family: Georgia;
	font-size: 12;
	font-weight: bold;
	text-decoration: underline overline;
	color: #000000;
}

#contentbottom {
	vertical-align: bottom;
	height: 9px;
}

#contenttop {
	vertical-align: top;
	height: 41px;
}

.leftRail {
	background: url('images/left.jpg');
	background-repeat: no-repeat;
	width: 285px;
}

#links {
	font-family: Georgia;
	padding-right: 48px;
	font-size: 12;
	color: #4a4a4a;
	width: 100%;
	text-align: center;
}

#links a:visited, #links a {
	font-family: Georgia;
	font-weight: bold;
	text-decoration: none;
	font-size: 12;
	color: #4a4a4a;
}

#links a:hover, .active {
	font-family: Georgia;
	font-weight: bold;
	text-decoration: none;
	font-size: 12;
	color: #000000;
}

.rightRail {
	background: url('images/right.jpg');
	background-repeat: no-repeat;
	width: 333px;
	vertical-align: top;
	padding-top: 150px;
}

.rightrail ul {
	padding-left: 34px;
	margin: 0;
}

.rightrail ul li, .rightrail ul li a{
	list-style: none;
	text-decoration: none;
	font-family: Georgia;
	font-size: 14;
	color: #c5c4c4;
}

.rightrail ul li a:hover{
	list-style: none;
	text-decoration: none;
	font-family: Georgia;
	font-size: 14;
	color: #ffffff;
}

#unitsTitle {
	padding-left: 30px;
	font-family: Georgia;
	text-decoration: underline;
	font-size: 18;
	color: #ffffff;
}