/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

a:link {
	color: #3886E0;
}

a:hover, {
	text-decoration: underline;
	color: blue;
}

a:visited {
	color: #3886E0;
}

*
{
border: 0;
margin: 0;
}

body
{
	background: #000000 url(images/back_all.jpg) repeat-x top;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

#main
{
margin: 0 auto;
width: 902px;
background: url(images/table_back.jpg) repeat-y;
}

#header
{
background: url(images/header.jpg) no-repeat;
width: 902px;
height: 118px;
}

input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351;
}

.submit input
{
color: #000000;
background: #CCCCCC;
border: 1px outset #000000;
}

#logo
{
padding-left: 40px;
text-align: left;
padding-top: 40px;
text-decoration: none;
text-transform: lowercase;
font-style: italic;
font-size: 16px;
color: #FFFFFF;
font-weight: bold;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}


#logo H2 a
{
font-size: 10px;
}

#buttons
{
float: right;
padding-top: 73px;
height: 40px;
padding-right: 30px;
}

#buttons li {
	display: inline;
}

#buttons a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 1px;
	background: url(images/button.gif) repeat-x;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	font: 18px Arial;
}

#buttons a:hover {
	width: 120px;
    height: 30px;
	background: #FFFFFF url(images/button_r.gif) repeat-x;
}

#content
{
width: 870px;
padding: 15px;
}

#left
{
width: 580px;
padding: 10px;
}

#left H1
{
color: #033B80;
margin: 0;
padding: 0;
font-size: 24px;
}
#left H2
{
color: #033B80;
margin: 0;
padding: 0;
font-size: 18px;
padding-top: 10px;
}

#left a
{
 color: #3886E0;
}

#left a:hover, {
	text-decoration: underline;
	color: blue;
}

#left a:visited {
	color: #3886E0;
}

#right
{
float: right;
width: 254px;
}

#sidebar 
{
width: 254px;
}

#sidebar ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li 
{
	margin-bottom: 15px;
}

#sidebar li ul {
	padding: 10px;
	border-top: none;
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
}


#sidebar li h2 {
	height: 36px;
	margin: 0;
	padding: 10px 0 0 20px;
	background: url(images/title.jpg) no-repeat;
	font-size: 18px;
	color: #ffffff;
}

#sidebar a:link {
	text-decoration: none;
}

#sidebar.smalltips {
	font-size: 5px;
}

#sidebar a:hover {
	text-decoration: underline;
	color: blue;
}
#sidebar a:visited {
		text-decoration: none;
}

#sidebar li a {
	padding-left: 0px;
}

#metamorph2
{
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#footer
{
	background: url(images/footer.gif) repeat-x;
	height: 52px;
	font-size: 10px;
	color: #ffffff;
	padding-top: 20px;
	text-align: center;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#footer a
{
color: #ffffff;
font-size: 10px;
text-decoration: none;
}
.padding
{
padding: 10px;
color:#FF0000;
font-weight: bold;
}

#submit-form {	
	width:560px;
	}
	
	#submit-form-header {
		border-right:1px #ccc solid;
		border-left:1px #ccc solid;
		border-bottom:1px #ccc solid;
		padding:10px 20px 10px 20px;
		}
	
	#submit-form-content {
		border-right:1px #ccc solid;
		border-left:1px #ccc solid;
		padding:20px 20px 10px 20px;
		background:url(images/form-bg.gif) no-repeat;
		background-position:20px 20px;
		height:50px;
	}
	
		#submit-form-field-holder {
			width:301px;
			height:50px;
			float:left;
			}
		
			#submit-form-field {
				margin:0;
				margin-top:9px;
				margin-left:10px;
				padding:5px 0 0 5px;
				width:240px;
				height:20px;
				font-size:14px;
				color:#aaa;	
				}	
				
		#submit-button-holder {		
			height:50px;
			float:left;
			}
			
			#submit-button {
				margin-left:17px;
				float:left;
				border:0;
				}