body
{
	padding: 10px 0px 10px 0px;
	border-right: 0px;
	margin: 0px;
	font-family: 'Trebuchet MS' , Arial;
	font-size: 13px;
	background-color: #000050;
	text-align: center;
}

form 
{
	margin: 0px;
	padding: 0px;
}

td 
{
	font-size: 13px;
}

img		{
	border: 0;
	display: block;
	}
	
	/* Default links 	*/

a:link, a:visited {
	color: navy;
	}

a:hover {
	text-decoration : underline;
	color: blue;
	}

a:active {
	text-decoration : underline;
	color: blue;
	}

#wrapper	
{
	margin: 0 auto;
	width: 740px;
	background-color:  white;
	}
	
#skyline
{
	background-color: #000050;
	height: 148px;
}
	
#page-header
{
	padding: 10px 0px 10px 0px;
	color: white;
	background-color: darkgray;
	border-top: solid 4px #000050;
	border-bottom: solid 4px #000050;
}

#page-header h1	{
	font-size: 26px;
	text-align: left;
	padding: 0px 0px 0px 25px;
	margin: 0;
	}

#page-header a, #page-header a:link, #page-header a:visited, #page-header a:active
{
	color: white;
	text-decoration: none;
}

#page-header a:hover
{
	color: lightcyan;
	text-decoration: none;
}
	
#page-header p	{
	font-size: 16px;
	text-align: left;
	padding: 0px 0px 0px 25px;
	margin: 0;
	line-height:140%;
	}
	
#register_button
{
	float:right;
	width: 300px;
	padding-top: 5px;
}

#register_button a:link, #register_button a:active, #register_button a:visited
{
	display: block;
	float: left;
	padding: 4px 10px 5px 10px;
	border: white 9px  double;
	color: white;
	background-color: #000050;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: left;
}

#register_button a:hover
{
	display: block;
	float: left;
	padding: 4px 10px 5px 10px;
	border: #000050 9px  double;
	color: white;
	background-color: white;
	font-size: 15px;
	font-weight: bold;
	color: #000050;
	text-decoration: none;
	text-align: left;
}

#content
{
	clear: both;
	padding:  10px 25px 10px 25px;
	text-align: left;
	background-color: white;
	height: 280px;
}

#left
{
	float: left;
	width: 300px;
	padding-top: 30px;
}

#middle
{
	float: left;
	width: 50px;
	height: 280px;
}

#right
{
	float: left;
	width: 300px;
	padding-top: 10px;
}

.footer
{
	clear: both;
	padding-right: 0px;
	border-top: #000050 4px solid;
	padding-left: 0px;
	font-size: 11px;
	padding-bottom: 5px;
	color: white;
	padding-top: 5px;
	background-color: darkgray;
	text-align: center;
}

.footer a:link
{
	text-decoration: underline;
	color: White;
}

.footer a:visited
{
	text-decoration: underline;
	color: White;
}

.footer a:hover
{
	color: aqua;
	text-decoration: underline;
}

.headerbar
{
	background-color: darkgray;
	text-align: center;
	color: White;
	border-bottom: solid 1px #000050;
	padding-bottom: 1px;
}

#quick_table
{
	border: solid 1px #000050;
}

#login_table
{
	border: solid 1px #000050;
}

.login_button a:link, .login_button a:active, .login_button a:visited
{
	background-color: darkgray;
	border: solid 1px #000050;
	color:White;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

.login_button a:hover
{
	background-color: #000050;
	text-decoration: none;
	color:White;
	padding: 0px 5px 0px 5px;
}


	
	/* Typography */
	
 p {
	padding: 0px;
	margin: 7px 0px 7px 0px;
	line-height: 140%;
	font-size: 13px;
	}
	
input, select
{
	font-family: 'Trebuchet MS' , Arial;
	font-size: 13px;
}
	
h2
{
	font-weight: bold;
	font-size: 20px;
	margin: 12px 0px 7px 0px;
	padding: 0px;
	font-family: Georgia, Arial;
	color: darkblue;
}

h3
{
	font-weight: bold;
	font-size: 15px;
	padding: 0px;
	margin: 12px 0px 7px 0px;
	color: darkblue;
	font-family: Georgia, Arial;
	font-weight: bold;
}


	