
* 
{ 
	padding: 0; 
	margin: 0; 
}

body 
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

a:link { color: #333; text-decoration: underline;}
a:visited { color: #333; text-decoration: underline;}

td
{
 padding: 4px;
 text-align: center;
}

#wrapper 
{ 
 margin: 0 auto;
 width: 922px;
}

#header 
{
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 /*height: 200px;*/
 height: auto;
 margin: 10px 0px 1px 0px;
 /*background: #ffffff;*/
 background: #FFFFFF url(images/banner.jpg) no-repeat scroll 0px 0px;
}

#navigation 
{
 float: left;
 width: 900px;
 color: #000000;
 padding: 10px;
 border: 1px solid #ccc;
 margin: 0px 0px 1px 0px;
 background: #ffffff;
}

#beta_notice
{
 float: left;
 width: 920px;
 height: 18px;
 color: navy;
 padding: 0px;
 border: 1px solid lightblue;
 margin: 0px 0px 1px 0px;
 background: lightblue;	
}

#leftcolumn 
{
 color: #333;
 border: 1px solid #ccc;
 margin: 0px 0px 1px 0px;
 padding: 10px;
 /*height: 350px;*/
 height: auto;
 width: 900px;
 float: left;
 background: #ffffff;
}

#rightcolumn 
{ 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 margin: 0px 0px 1px 0px;
 padding: 10px;
 /*height: 350px;*/
 height: auto;
 width: 200px;
 display: inline;
 background: #ffffff;
}

#footer 
{ 
 width: 900px;
 clear: both;
 color: #333;
 border: 1px solid #ccc;
 background: #ffffff;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

#loginbox
{
	margin: 0px auto;
	margin-left: 30%;
	margin-right: 30%;
	margin-top: 50px; /* Makes it a little off the top of the screen */
	width: 40%; /* For centering it on the screen */
	position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
	background: #E0FFFF; /* Login Box background color. Change this if desired. */
	border: solid navy 10px; /* Makes a black border around the login box */
	z-index: 9; /* Makes it on top of everything else */
	font-family: arial; /* Sets the font */
	visibility: hidden; /* Makes it hidden at first. Very Important.*/
	padding: 10px;
	text-align: center;
}

