@charset "UTF-8";
/* CSS Document */

div, p, h1, h2, h3 ,h4, h5, form, span, body {
	margin:0px;
	padding:0px;
}

*{
	font-size:100%;
	text-align:left;
}
	
body{
	background-color:#a59780;
	background-image:url(../images/bg1.jpg);
	background-repeat:repeat-y;
	background-position:top center;
}

#wrapper{
	width:906px;
	margin:0px auto;
	background-image:url(../images/content.jpg);
	background-repeat:no-repeat;
}

#header{
	padding:75px 0px 0px 15px;
	width:auto;
	height:50px;
}


#contentLefty{
	float:left;
	width:430px;
	font-size:0.8em;
}
#contentLeft{
	/*float:left;*/
	width:900px;
}

#contentRight{
	float:right;
	width:430px;
	border-left:2px solid #999;
	font-size:0.8em;
}

.itsABox{
	padding:15px;
}
	
.clearBoth{
	clear:both;
}
a, a:link, a:visited{
	color:#06f;
	text-decoration:none;
}

a:hover, a:focus, a:active{
	color:#06f;
	text-decoration:underline;
}

.red{
	color:#f30;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #f30;
	border-left:5px solid #f30;
	padding:5px;
	background-color:#fff;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:0.8em;*/
	margin:0px 0px 10px 0px;
}

h1{
	font-size:1.3em;
	font-family:"Courier New", Courier, monospace;
	color:#000;
	margin:0px 0px 10px 0px;
}
h2{
	font-size:1em;
	font-family:"Courier New", Courier, monospace;
	color:#000;
	margin:0px 0px 10px 0px;
}

#footNotes{
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:35px;
	width:350px;
}

sup{
	font-style:italic;
}

.headerNav{
	font-size:1em;
	color:#000;
	text-align:left;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
}

.intro{
	padding:10px;
	background-color:#fff;
	border:1px solid #999;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:0.8em;*/
	margin:0px 0px 10px 0px;
	width:849px;
}

.form{
	width:200px;
	border:1px solid #000;
	padding:3px;
	font-family:"Courier New", Courier, monospace;
	font-size:1em;
	margin:0px 0px 5px 0px;
}

.inline{
	display:inline;
}

p.larger{
	font-size:0.9em;
	font-weight:bold;
	font-style:italic;
	padding:5px 10px;
	background-color:#CCC;
	border-left:3px solid #666;
}

div.larger{
	padding:5px 10px;
	margin-bottom:5px;
	background-color:#ccc;
	border-left:3px solid #666;
	border-top:1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}

.rightBigger{
	font-size:160%;
}

div.largerWhite{
	padding:5px 10px;
	margin-bottom:5px;
	background-color:#fff;
	border-left:10px solid #f00;
	border-top:1px solid #f00;
	border-right:1px solid #f00;
	border-bottom:1px solid #f00;
}

.small{
	font-size:0.7em;
	color:#666;
	margin-left:15px;
}
form{
	margin:0px 0px 10px 0px;
}

a.grey, a.grey:link, a.grey:visited{
	color:#666;
	text-decoration:underline;
}

a.important, a:link.important, a:visited.important{
	font-weight:bold;
	color:#03c;
	font-size:110%;
	text-decoration:underline;
}

a:hover.important, a:active.important, a:focus.important{
	font-weight:bold;
	color:#006;
	font-size:110%;
	text-decoration:underline;
}

.signed{
	font-family:"Courier New", Courier, monospace;
	fon-size:2em;
}

.signupNew{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666;
	width:170px;
	padding:3px;
	border:1px solid #000;
}

.normal{
	font-size:0.8em;
}

#sidebar{
	width:250px;
	background-color:#fff;
	border: 1px solid #000;
	padding:10px;
}

.rightImagePad{
	float:right;
	padding:0px 0px 15px 15px;
}