body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #393939;
	background-attachment: fixed;
	background-image: url(../images/background_tile.gif);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}
.content {
	padding-left: 24px;
	padding-bottom: 24px;
}

.content a:link, .content a:visited, .content a:active, .content a:hover {
	color: #0000FF;
}
.nav {
	font-size: 14px;
	color: #d8d3c8;
	text-align: left;
	background-image: url(../images/menu.jpg);
	padding-left:20px;
}
.nav a {
padding-right:10px;
}
.nav a:link, .nav a:visited, .nav a:active {
	color: #d8d3c8; 
	text-decoration:none;
}
.nav a:hover {
	color: #b8b3a8; 
	text-decoration:none;
}

h1 {
	font-size: 20px;
	margin-bottom: 0px;
	line-height: 26px;
}
h2 {
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 21px;
}
hr {
	width: 75%;
	text-align: center;
	color:#d8d3c8;
}
.footer {
	font-size: 13px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 24px;
}
.footer a:link, .footer a:visited, .footer a:active {

	text-decoration: none;
	color: #8e8f91;
}
.footer a:hover {

	text-decoration: underline;
	color: #8e8f91;
}

ul {
	margin-left: 15px;
	padding-left: 2px;
	line-height: 21px;
}
.whatsnext {
	line-height: 24px;
}
a:link, a:visited, a:active, a:hover {
	color: #0000FF;
}
.rightcolumn {
	text-align:center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e1f0ee;
	text-decoration:none
	color:#393939;
}
.makeitblue, .makeitblue a {
	color: #0747ff;
	text-decoration:none;
}
.makeitgrey, .makeitgrey a {
	color: #393939;
	text-decoration:none;
}


