@charset "UTF-8";
/* CSS Document */

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* BEGIN */

hr {
	height: 1px;
	}

h1 {
	font: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 0pt;
	word-spacing: 0.2pt;
	line-height: 1.5;
	}
	
p	{
	font-family: helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 10px;
	word-spacing: 0.2pt;
	line-height: 1.5;
	}

style1	{
	font-family: helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	word-spacing: 0.2pt;
	line-height: 1.5;
	}	
	
style3	{
	font-family: helvetica, Arial, sans-serif;
	color: fff;
	font-size: 10px;
	word-spacing: 3pt;
	line-height: 1.5;
	}	
	
	
body {
	background-image: url(../images/starBkgd.jpg);
	background-repeat: repeat;
	font-family: Helvetica, Arial, sans-serif;
	}

div#content { 
	width:641px; 
	height:486px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0;
	text-align: left;
	background: url(../images/splashPage_v1.png) no-repeat top; 
	}

div#contentMain {
	float: right;
	width: 360px;
	margin: 0;
	margin-top: 60px;
	padding: 10px;
	}
	
div#contentSub { 
	float: left;
	width: 266px;
	margin: 0;
	padding: 0;
	}
	

/* FORM */

/* =label/labelspan */
label, label span {
	display: block;
	padding-bottom: .25em;
	}

label {
	width: 100%;
	}
	
label span {
	width: 45%;
	}
	
/* =input */
fieldset input { 
	border: 3px solid #FFF;
	width: 300px;
	height: 23px;
	}
	
fieldset input:hover {
	border-color: #00FFFF;
	}
	
fieldset input:active, input:focus {
	border: 3px solid;
	border-color: #00FFFF;
	}
	
/* =fieldset */
	fieldset {
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 0px;
	overflow: hidden;
	}
	
/* =div */
	form div {
	margin-bottom: 20px;
	padding: 10px 0px;
	text-align: left;
	}
	
	
	
	
	
	
