/* ----------------------------------------- */
/* ---- RESET STYLES FOR ALL BROWSERS ------ */
/* --------- AUTHOR: NICK RIGBY ------------ */
/* ----------------------------------------- */
	
body, p, blockquote {
	margin: 0;
	padding: 0;
	}

a img, iframe { border: none; }
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
		
ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
	}
	
a, a:link {}
a:visited {}
a:hover {}
a:active {}

form, fieldset {
	margin: 0;
	padding: 0;
	}
	
fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #000;
	}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
	}
	
select { padding: 0; }




/* ----------------------------------------- */
/* ----------- MAIN STYLES BEGIN ----------- */
/* ----------------------------------------- */

.clear	{
	clear:both;
	}

body {
	font-size:62.5%;
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background:url(/graphics/background.jpg) top left no-repeat;
	background-color:#000168;
	}

#wrapper {
  	width:72em;
	margin:0 auto;
	text-align:left;
	}

#logowrapper	{
	position:relative;
	width:72em;
	float:left;
	height:90px;
	}

#logo	{
	position:absolute;
	top:10px;
	left:30px;
	width:109px;
	}

#mastheadwrapper {
	width:72em;
	float:right;
	}

#masthead {
	width:55em;
	float:right;
	}
	
#contentwrapper {
	width:72em;
	float:left;
	background-color:#fff;
	/* background: #fff url(/graphics/treelight.gif) bottom left no-repeat; */
	}

#bluecorner {
  	width:72em;
	height:15px;
	}

#splashpic {
	width:69em;
	float:left;
	display:inline;
	margin:0 1.5em 1em 1.5em;
	background:url(/graphics/peoplemaster2010.jpg) top left no-repeat;
	background-color:#000;
	height:150px;
	}

#maincontent {
	width:45em;
	float:left;
	display:inline;
	margin:0 0 1em 1.5em;
	border-right:1em solid #fff;
	}
		
#sidecontent {
	width:21em;
	float:right;
	margin:1em 1.5em 1em 0;
	display:inline;
	border-left:1em solid #fff;	
	}

#registerbuttonright {
	background:url(/graphics/registerright.gif) top right no-repeat;
	height:42px;
	}

#registerbuttonleft {
	background:url(/graphics/registerleft.gif) top left no-repeat;
	height:42px;
	float:left;
	width:100%;
	}

#newswrapper {
	width:19em;
	border-left:1px solid #cccccc;
	margin:2em 0 0 0;
	padding:0 0 0 1em;
	}


#bluecornerlower {
	clear:both;
  	width:72em;
	margin:0 auto;
	height:15px;
	text-align:right;
	background-color:#fff;
	}

#bclower {
	clear:both;
	}

#footer	{
  	width:72em;
	margin:1em auto;
	clear:both;
	text-align:right;
	}
	
img.imageleft	{
	float:left;
	margin:0 0.5em 0 0;
	}
	
.submitbutton	{
  	width:24em;
	float:right;
	padding:0 4em 0 0;
	}

.submitbutton p	{
	padding:0 1em 1em 1em;
	}

span.smallright {
	font-size:80%;
	line-height:1.4;
	text-align:right;
	font-weight:normal;
	}
