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

html, body {       
	background-color:#e2d4a8;
	margin:0 auto;
	}

p {
	line-height:1.3em;
	font-size:14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:2px 0 8px 0;
	color:#000000;
	text-align:justify;
	}
#leftColumn p	{
	font-size:16px;
	}	

a:link, a:visited {
	color:#AE1F23;
	text-decoration:underline;
	}
	
a:hover {
	color:#000000;
	text-decoration:underline;
	}
		
h1, h2, h3 {
	color:#ae1f23;
	font-family:Geneva, Arial, Helvetica, sans-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:1008px;
	margin:0 auto;
	height:100%;
	background:url('images/containerBG.jpg') repeat-y;
	}
	
#header	{
	background:url('images/header.jpg') no-repeat;
	width:1008px;
	height:280px;
	margin:0 auto
	}

#nav	{
	background:url('images/navBar.jpg') no-repeat;
	width:1008px;
	height:54px
	}
	
#navContainer	{
	width:880px;
	margin:0 auto;
	}
	
.navOn	{
	background:url('images/navSelector.jpg') no-repeat;
	width:110 px;
	height:46px;
	float:left;
	text-align:center;
	padding-left:35px; padding-right:10px; padding-top:8px; padding-bottom:0
	}
	
.navOff	{
	width:110 px;
	height:53px;
	float:left;
	text-align:center;
	padding-left:35px; padding-right:10px; padding-top:8px; padding-bottom:0
	}
	
#nav a, #nav a:visited	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:1.4em;
	color:#FFFFFF;
	text-decoration:none;
	}
	
	
#nav a:hover	{
	color:#000000;
	text-decoration:none;
	}
	
#content {
	width:900px;
	margin:0 auto;
	}

#leftColumn	{
	position:relative;
	top:10px;
	left:30px;
	width:550px;
	height:450px;
	float:left;
	margin-bottom:15px;
	}
	
#magPromo	{
	position:relative;
	top:10px;
	left:40px;
	width:270px;
	float:left;
	text-align:center;
	font-size:10px;
	}

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

#signUp	{
	width:480px;
	height:80px;
	margin:0 auto;
	padding:10px;
	background-color:#f8f4e9;
	border:1px solid #bcbcbc;
	text-align:center;
	}
	
#signUp p	{
	margin:3px 0 0 0;
	font-size:12px;
	text-align:center;
	}
	
#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:1008px;
	height:27px;
	margin:0 auto
	}

#copyright	{
	position:relative;
	width:500px;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	}
	
.clearfooter {   
	height: 324px;   
	clear: both;
	}
	
.contactBox	{
	width:400px;
	padding:10px;
	background-color:#CCCCCC;
	border:1px solid #000000;
	margin-bottom:10px;
	}

/* 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%;
}
.td_border {  border-color: #999999; border-style: dotted; border-top-width: 0; border-bottom-width: 1px; border-left-width: 0; border-right-width: 0}
