/* CSS Document */	
body {
	background-color:#6480CE;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 0px;
	}
h1 {
	font-size: 18px;
	color: #000279;
	margin: 30px 0px 0px 0px;
}
h2 {
	font-size: 14px;
	margin-bottom: 0px;
	color: #000279;
}
h3 {
	color: #ED0080;
}

#container {
	width:720px;
	height:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-y;
	text-align: left;
	}
	
#banner	{
	width:720px;
	height:243px;
	z-index: 2;
	}
#flash	{
	z-index:4;
	padding:0px;
	height: 142px;
	width: 100%;
	border-bottom: solid #090C76 1px;
	}
		
#nav	{
	background-color:#C6006C;
	width:720px;
	height:30px;
	z-index:7;
	border-bottom: solid #090C76 1px;
	border-top: solid #090C76 1px;
	}
#nav ul {
	margin: 7px 0px 0px -14px;
}
#nav li {
	float: left;
	list-style-type: none;
	margin-right: 40px;
	margin-left: 0px;
}
#nav a {
	font-weight: bold;
	color: #FDFA31;
	text-decoration: none;
}
#nav a:hover {
	color: #000279;
}
#legal	{
	width:100%;
	height:30px;
	background-color:#C6006C;
	color: #FBDF2E;
	font-size: 12px;
	text-align: center;
	border-bottom: #090C76 solid 1px;
	border-top: #090C76 solid 1px;
	padding-top: 9px;
	font-weight: 100;
	}	
#legal a {
	color: #FEFA32;
	text-decoration: none;
	margin-left: 10px;
	font-weight: lighter;
}
	
#documentaion	{
	width:664px;
	height: auto;
	margin-left: 25px;
	}
#documentaion a {
	color: #000279;
	font-weight: normal;
}
#documentaion a:hover {
	color: #A20058;
}

#contactform	{
	text-align:left;
	color:#000000;
	width:630px;
	padding:8px 16px 8px 16px;
	border-top: solid #090C76 1px;
	}
.comments	{
	width:527px;
	border:#090C76 solid 1px;
	padding:10px 16px 16px 10px;
	color:#000000;
	line-height:18px;
	margin-left: 30px;
	}	
	
.inputbox {
	font-family:Arial,Verdana,sans-serif;
	color:#000000;
	font-size:13px;
	border-color: #090C76;
	border-width:1px;
	border-style:solid;
	background-color: #FFFFFF;
	}
.buttons	{
	font-family:Arial,Verdana,sans-serif;
	background-color:#C6006C;
	font-weight:bold;
	color:#EBCB22;
	font-size:14px;
	border-top-color:#EBCB22;
	border-left-color:#EBCB22; 
	border-bottom-color:#090C76;
	border-right-color:#090C76;
	border-width:1px;
	padding:2px;
	}
.checkb	{
	background:transparent;
	border-color:#090C76;
	border-width:1px;
	}
