
/* Tabula Rasa */
* {
	margin:0;
	padding:0;
	}

body	{
	margin:0 auto;
	background-color:#ffffff;
	font-size:12px;
	font-family:Georgia;
	padding:2px 0 5px 0;
	text-align:left;
	}

p {
	line-height:1.3em;
	font-size:12px;
	font-family:Georgia;
	padding:2px 0 5px 0;
	text-align:left;
	}	

a:link, a:visited {
	color:#FF0000;
	}
	
a:hover {
	text-decoration:none;
	border-bottom:1px dotted #ff0000;
	}
		
h1,h3,h4,h5 {
	font-variant:small-caps;
	font-family:Georgia, "Times New Roman", Times, serif;;
	}

h1 {
	font-size:54px;
	}
	
h2 {
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#599EBB;
	}
	
h3 {
	font-size:16px;
	}
	
h4	{
	color:#000000;
	font-size:16px;
	font-variant:small-caps;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#container {
	position:relative;
	width:800px;
	margin:0 auto;
	}

#header	{
	width:800px;
	height:350px;
	background:url(images/header.jpg) no-repeat;
	}
	
#topAd	{
	width:660px;
	height:72px;
	margin:0 auto;
	padding-top:20px;
	}
	
#nav	{
	width:800px;
	height:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	position:relative;
	top:220px;
	}
#nav ul, #footernav ul	{
	list-style:none;
	}
#nav ul li, #footernav ul li	{
	margin:0 15px;
	display:inline;
	}
#nav ul li a, #nav ul li a:visited, #footernav ul li a, #footernav ul li a:visited	{
	color:#000000;
	text-decoration:none;
	}
#nav ul li a:hover, footernav ul li a:hover	{
	color:#33a457;
	text-decoration:none;
	border-bottom:1px dotted #33a457;
	}
.sel  {
	border-bottom:1px dotted #599EBB;
	color:#599EBB;
	}
.noSel	{
	border-bottom:none;
	}
#footernav	{
	width:800px;
	height:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	}
	
#content	{
	width:800px;
	}
	
#footer	{
	width:800px;
	height:70px;
	padding-top:30px;
	background:url(images/footer.jpg) no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	}
	
/* homepage */

#homeLeft	{
	width:500px;
	float:left;
	}
	
#verticalLine	{
	width:6px;
	height:420px;
	float:left;
	background:url(images/verticalLine.jpg) repeat-y;
	text-align:center;
	margin:0 7px;
	}
	
#homeRight	{
	width:280px;
	float:left;
	}
	
#homeSignUp	{
	width:276px;
	height:180px;
	border:2px solid #599EBB;
	background-color:#d5e7ee;
	}
	
#sideAd	{
	width:276px;
	height:180px;
	background-color:#d5e7ee;
	}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}