@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	margin: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFF00;

}
img
{  border-style: none;
}
#head{
	color: #005CFB;
	background-color: #005CFB;
	height: 50px;
	border-bottom: solid #ED1C67 10px;
}	

#nav ul {
	height: 30px;
	display: inline;
	list-style:none;
	padding-left: 5px;
	text-align: center;
	width: 150px;
		}
		
#nav li { 
		display: inline;
		font-size: 1.3em;
		}
#nav ul li a{
	display: block;
	width: 150px;
	float: left;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
			}
#nav ul li a:hover, a:active { text-decoration: underline; color:#FFFF00;}
#container{
	margin: 0;
	padding: 0 5px 0 5px;
}
#main h1, h2, h3, h4{
	font: Geneva, Arial, Helvetica, sans-serif;
	color:#005CFB;
}
div.myLeft ul li a{
	text-decoration: underline;
	color:#ED1C67;
}

#flash{
float: left;
width: 800px;
}

#list ul{
	font-family: Arial, Helvetica, sans-serif;
	color: #005CFB;
	float: right;
	width: 225px;
	margin: 20px 50px 0 0;
}
#list li{
	text-transform: uppercase;
	list-style-type: none;
	color: #005CFB;
	text-decoration: none;
}

#list a:hover {
	color: #FFFF00;
	text-decoration:underline;
}
.myLeft {
	TEXT-ALIGN: left;
	FONT-FAMILY: Arial, Helvetica,sans-serif;
	COLOR: #005CFB;
	float: left;
	width: 550px;
	padding: 0 50px 20px 20px;
}
.myLeft LI {
	LIST-STYLE-TYPE: none;
	COLOR:#0000FF;
}
.myList {
	TEXT-ALIGN: right;
	PADDING-RIGHT: 50px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #ED1C67;
	float: right;
}
.myList LI {
	LIST-STYLE-TYPE: none
}
#contact{
	margin: 0 auto;
	width: 600px;
	text-align:left;
	padding: 20px;
	height: 600px;
}
#contact input{
	margin-right: 50px;
}
#footer{
	height: 75px;
	clear: both;
	color: #FFFF00;
	background-color: #ED1C67;
	font-size: 1.2em;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}
