
/* Tabula Rasa */
* {
	margin:0;
	padding:0;
	}

html, body {       
	height: 100%;
	background-color:#ffffff;
	background:url(images/bgStrip.jpg) repeat;
	margin:0 auto;
	background-repeat:repeat;
	}

li	{
	margin-left:25px;
	}
	
hr	{
	color: #666666;
	background-color: #666666;
	height: 1px;
	margin:5px 0;
	}

p {
	line-height:1.3em;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:2px 0 8px 0;
	color:#000000;
	text-align:justify;
	}	

a:link, a:visited {
	font-size:10px;
	color:#011C37;
	text-decoration:none;
	}
	
a:hover {
	color:#C20809;
	text-decoration:underline;
	}
		
h1,h2,h3 {
	color:#336699;
	font-family:Georgia, "Times New Roman", Times, serif;
	}	
	
h1 {
	font-size:32px;
	margin-top:15px;
	margin-left:85px;
	}
	
h2 {
	font-size:20px;
	}
	
h3 {
	font-size:18px;
	}
	
h4	{
	color:#000000;
	font-size:16px;
	font-variant:small-caps;
	}
	
#container {
	position: relative;
	width:900px;
	margin:0 auto;
	}
	
#header	{
	background:url(images/header.jpg) no-repeat;
	width:900px;
	height:175px;
	margin:0 auto;
	}

#nav	{
	background:url(images/navBar.jpg) no-repeat;
	width:900px;
	height:23px;
	}
	
#nav a, #nav a:visited	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	font-variant:small-caps;
	line-height:1.4em;
	color:#FFFFFF;
	text-decoration:none;
	}
	
.navSelected	{
	color:#B4C36E;
	}
	
#nav a:hover	{
	color:#B4C36E;
	text-decoration:none;
	}
	
#content {
	background:url(images/contentStrip.jpg) repeat-y;
	width:900px;
	margin:0 auto;
	text-align:left;
	padding-bottom: 9em;
	min-height:100%;
	}

#leftColumn	{
	position:relative;
	top:10px;
	left:30px;
	width:560px;
	height:450px;
	float:left;
	margin-bottom:15px;
	}
	
#rightColumn	{
	position:relative;
	top:10px;
	left:40px;
	width:270px;
	float:left;
	}

#oneColumn	{
	position:relative;
	top:10px;
	margin:0 auto;
	width:840px;
	min-height:400px;
	}

#signUp	{
	background:url(images/signupBG.jpg) no-repeat;
	width:238px;
	height:161px;
	margin:0 auto;
	padding:12px;
	}
#signUp p	{
	margin:3px 0 0 0;
	}
	
#stickyNote	{
	background:url(images/stickyNote.jpg) no-repeat;
	width:262px;
	height:256px;
	margin:0 auto;
	}	
	
#footer {
	position:relative;
	background:url(images/footer.jpg) no-repeat;
	width:900px;
	height:208px;
	margin:0 auto;
	margin: -7.5em auto 0 auto;
	}

.clearfooter {   
	height: 324px;   
	clear: both;
	}
	
#copyright	{
	text-align:center;
	color:#CCCCCC;
	padding-top:150px;
	font-size:10px;
	}
#copyright a, #copyright a:visted	{
	color:#999999;
	}
#copyright a:hover	{
	color:#FFFFFF;
	}

/* global */
.center	{
	text-align:center;
	}	
	
/* 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%;
}

