body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #666666;
}
body {
margin:auto;
}
hr { color:#CCCCCC; height:1px;}

#container {
	width:850px;
	height:100%;
	margin:auto;
	background-color:#FFFFFF;
	padding-bottom:50px;
}
#heading {
	width:850px;
	margin:10px auto;
	text-align:justify;
}
#main {
	width: 65%;
	height: 100%;
	float:left;
	padding-left: 10px;
	padding-right:15px;
	padding-bottom:75px;
	text-align:left;
}
#rightcol {
	height:100%;
	position:relative;
	margin-left:70%;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	border-left-width:1px;
	border-left-style:groove; 
	border-left-color:#CCCCCC;
	text-align:left;
}
#footer {
display:block;
clear:both;
padding-bottom:10px;
}
a:link {
	color: #FF9933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: overline;
	color: #FFCC66;
}
a:active {
	text-decoration: none;
}
.large {
font-size:large;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.largegrey {
color: #CCCCCC;
font-size:large;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.headings {
font-size:x-large;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #CCCCCC;
}
.smallsans {
font-size:small;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.smaller {
font-size:small;
}
.color {color:#CC0000;}


