/* Frozen by the forward speeds  I'm running from the outside world */

* {
	margin:0;
	padding:0;
}

body {
	font-family: "lucida grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, "trebuchet MS", helvetica, sans-serif;
	line-height: 1.2em;
	font-size: 13px;
	background:url(../images/bg2.jpg);
}

h1 { 
	font-size: 115%;
	color: #036;
	line-height: 20px;
}
p {
	margin-bottom: 1em;
}
a {
	color: #D14256;
	color:#699;
	color: #639b9f;
	color: #0F527F;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #9f9863;
	color: #9f9f63;
	color: #a5a53e;
	color: #8095B2;
	color: #0F527F;

}
#main {
	margin: 20px auto; 
	width: 700px;
	background: #FFFFFF;
	padding: 25px;
}
.frmA {
	margin-top: 5px;
	width: 180px; 
	padding: 2px;
	font-family: arial, lucida grande, lucida sans unicode, lucida sans, trebuchet ms, Verdana, Geneva, Helvetica, sans-serif;
	overflow:hidden;
	font-size: 13px;
}
* html .frmA, html*.frmA {
	padding: 5px;
}
.frmA2 {
	margin-top: 5px;
	font-family:lucida grande, lucida sans unicode, lucida sans, trebuchet ms, Verdana, Geneva, Helvetica, sans-serif;
	overflow:hidden;
	font-size: 13px;
}
.req {
	color: #D14256;
	font-weight: bold;
}
.heading {
	color: #036;
	font-weight: bold;
	line-height: 15px;
}



table {
	background: #F7F7F7;	
}
th {
	background: #DCDCDC;
}
td {
	margin-bottom: 5px;
	padding: 5px;
}

/* ///////////////////////// MAIN PAGE FORM ///////////////////////// */

#main2 {
	width: 480px;
	margin: 0 auto;
	border: 0;
}
.tblSub {
	background: #F0F3E8;
}

/* ///////////////////////// FORM PAGES ///////////////////////// */

#intro {
	padding: 10px; 
	margin-bottom: 8px; 
	width: 680px; 
	float: left;
}
#top {
	width: 700px; 
	float: left;	
}
#formDiv {
	float: left; 
	margin-bottom: 13px;
}
#aware {
	padding: 0 15px; 
	width: 670px; 
	clear: both;
}
.floatLeft {
	float: left;
}

/* ///////////////////////// CLEARFIX ///////////////////////// */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */