/* CSS Document */
/*
 * DEFAULT STYLES
 * 
 */
body {
	/*font-size:small; */
	color: #0CF;
	font-weight: normal;
	font-family: sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #020f1f;
	background-image: url(../images/logo_head.gif);
	background-repeat: no-repeat;
}
body div#wrap {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	padding: 0px;
	top: 0px;
}
body div#header {
	display: block;
	width: 100%;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #09F;
}
body div#menu {
	margin-top: 47px;
	margin-bottom: 7px;
	margin-left: 4px;
}
#menu a{
	color: #FFF;
	display: inline-block;
	background-image: url(../images/heading_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #133d68;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2376D1;
	border-right-color: #1d62ae;
	border-bottom-color: #15467B;
	border-left-color: #1d62ae;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 1px;
	margin-right: 1px;
}
.compName {
	color: #ec008c;
	font-weight: bold;
}
body div#content, #content {
	display: block;
	height: auto;
	text-align: left;
	color: #FFF;
	/*font-size: small;*/
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-image: url(../images/bar_bott.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
body div#footer {
	clear: both;
	height: auto;
	display: block;
	text-align: center;
	background-image: url(../images/bg_shadow.gif);
	background-repeat: repeat-x;
	background-position: top;
	color:#06F;
}
body div#footer p {
	margin-top: 2px;
	padding: 0px;
	color:#06C;
}
/*
 * BASIC ELEMENTS
 * 
 */

/*body required as early browsers don't understand p by itself */
body, p {
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
body h1, h2, h3, h4, h5 {
	clear: both;
	color: #FFF;
	background-image: url(../images/bar_bg_pink.gif);
	background-repeat: repeat-x;
	background-position: center;
	display: block;
	height: 14px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F06;
	border-bottom-color: #F06;
}
ul {
	margin-top: 3px;
	margin-bottom: 3px;
}
blockquote {
	margin: 0em;
	padding-top: 0.3em;
	padding-right: 0.7em;
	padding-bottom: 0.3em;
	padding-left: 0.6em;
}
#stepWrap {
	background-image: url(../images/bg_shadow.png);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #55001C;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding: 3px;
	background-color: #031627;
}
#subHeading {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.textB {
 font-size: 11px;
 background-color:#FFF;
 border: 1px solid #666666;

 /*size:9;
 width:80px;*/
}
form * {
	margin:0;
	padding:0;
} /* Standard margin and padding reset, normally done on the body */
legend {
	color:#666; /* IE styles legends with blue text by default */
 *margin-left:-7px; /* A hack that only ie reads to position the legend in the same place cross browser */
}
fieldset {
	border:1px solid #dedede;	
	margin: 5px;
	padding: 3px; /* Default fieldset borders vary cross browser, so make them the same */
}
fieldset div {
	overflow:hidden; /* Contain the floating elements */
	display:inline-block; /* Give layout in ie to contain float */
}
fieldset div {
	display:block;
} /* Reset element back to block leaving layout in ie */
label {
	color:#000;
	 /* float:left;Take out of flow so the input starts at the same height */
	/*width:5em;  Set a width so the inputs line up */
}
.submit{
	background-image: url(../images/bar_bg_greenlime.gif);
	background-repeat: repeat-x;
	background-position: center;
color:#999;
padding:2px;
/*background:none;text-decoration:underline;*/
border:none;
display:block;

float:left;
} 
.reqField {
	color: #900;
}
hr {
	color: #FFF;
	text-align: left;
	border-top-width: 1;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-top-color: #95BD8A;
	height: 0px;
}
a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #069;
}
a:hover {
	text-decoration: underline;
	color: #060;
}
a:active {
	text-decoration: none;
	color: #069;
}
