*
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: 15px;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Geneva, Lucida, Helvetica, Sans-serif;
	background: #013750;
	color: #ffffff;
}

#border
{
	width: 457px;
	background: url('border.gif') no-repeat;
	padding: 10px;
	margin: 80px auto;
}

#box
{
	border: 5px solid #013750;
	background: #010508 url('background.gif') bottom repeat-x;
	width: 427px;
	height: 393px;
}

#heading
{
	background: url('top.gif') no-repeat;
	padding: 25px;
}

	#heading h1
	{
		background: url('logo.png') no-repeat;
		width: 250px;
		height: 65px;
		text-indent: -10000000px;
	}

		#heading h1 a
		{
			display: block;
			outline: 0;
		}
	
	#heading span
	{
		display: block;
		margin-top: 20px;
		color: #ffffff;
		font-size: 11px;
		font-weight: bold;
	}
	
#content
{
	padding: 0 25px;
	margin: 0;
}

	#content a
	{
		color: #ffffff;
		text-decoration: underline;
	}
	
	#content a:hover
	{
		text-decoration: none;
	}

	#content h2
	{
		color: #85e4fa;
		font-size: 15px;
		font-weight: normal;
		margin-bottom: 5px;
	}

	#content h2 span
	{
		color: #ffffff;
		font-weight: bold;
		font-size: 11px;
	}
	
	#content p
	{
		color: #ffffff;
		font-weight: bold;
		font-size: 11px;
	}
	
	#content ul
	{
		color: #ffffff;
		font-weight: bold;
		font-size: 11px;
		margin-left: 25px;
	}
	
	
	#content table
	{
		color: #ffffff;
		font-weight: bold;
		font-size: 11px;
	}

		#content table thead tr td
		{
			color: #ffffff;
			font-weight: bold;
			font-size: 11px;
			padding: 5px;
		}
   
			#content table tbody tr td
			{
				padding: 5px;
				color: #ffffff;
				font-weight: bold;
				font-size: 11px;
			border-top: 1px solid #084764;
			}

	#content label
	{
		display: block;
		padding-bottom: 9px;
		color: #85e4fa;
		font-weight: normal;
		font-size: 15px;
	}

	#content input, #content textarea
	{
		height: 24px;
		width: 300px;
		background: #ffffff;
		border: 0;
		font-size: 20px;
		font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Geneva, Lucida, Helvetica, Sans-serif;
		padding: 5px;
		margin-bottom: 19px;
	}
		#content input#username
		{
			margin-bottom: 30px;
		}
   
		#content input#password
		{
			margin-bottom: 19px;
		}
	
		#content textarea
		{
			height: 160px;
		}
	
	#content img
	{
		border: 0;
		margin-bottom: 9px;
	}

	#content input#login
	{
		padding: 0;
		width: 68px;
		height: 19px;
		margin-right: 5px;
		margin-bottom: 0;
		float: left;
	}

	#content input#send
	{
		padding: 0;
		width: 61px;
		height: 19px;
		margin-bottom: 0;
	}

	#content input#signup
	{
		padding: 0;
		width: 79px;
		height: 19px;
		margin-bottom: 0;
	}

	#content input#save
	{
		padding: 0;
		width: 60px;
		height: 19px;
		margin-bottom: 0;
	}
	
	#content a#forgot
	{
		width: 125px;
		height: 19px;
		float: left;
		text-indent: -1000000px;
		background: url('/button_forgot.gif') no-repeat;
		margin-bottom: 0;
	}
	
#footer
{
	clear: both;
	margin: 30px 25px 0 25px;
	border-top: 1px solid #084764;
	padding-top: 24px;
	padding-bottom: 40px;
	font-size: 10px;
	color: #4cccea;
	font-weight: bold;
}

	#footer a
	{
		color: #4cccea;
		text-decoration: none;
	}
	
	#footer a:hover
	{
		text-decoration: underline;
	}
	
	

h2 {
	color: #C2C7BE;
	font: normal small-caps bold 2.5em Verdana, sans-serif;
	text-decoration: underline;
}

.right {
	font-size: 1.0em;
	padding-right: 100px;
	text-align: right;
}

#info {
	border: 1px solid #C2C7BE;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 20px;
	padding: 0px 15px 0px 15px;
	position: relative;
}

#info a, #info a:visited {
	color: #8A9483;
	text-decoration: none;
}

#info a:hover {
	color: #9BA495;
	text-decoration: underline;
}

#pic {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: 10px;
	width: 90px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 1px solid #000000;
	display: block;
	height: 90px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 90px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 327px;
	left: 150px;
	position: absolute;
	top: -60px;
	width: 300px;
}

#top {
	margin-left: 80px;
}
