/*CSS 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: normal;
	font-size: 100%;
	vertical-align: baseline;

}
/*End RESET - Begin Full Width CSS*/
body {
	font: 100% Arial, Arial, Helvetica, sans-serif;
	background: #ebebeb;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #363636;

}

h1 {font-size: 1.5em; font-weight: bold; line-height:1.5em; color:#474747}
h2 {font-size: 1.1em; font-weight: bold; line-height:1.5em; color:#474747}
p {font-size:0.875em;}
#footer p {font-size:0.875em;}
a:link {font-size:0.875em; color: #336695; font-weight: bold; text-decoration: none; }
a:active {font-size:0.875em; color: #336695; font-weight: bold; text-decoration: none; }
a:visited {font-size:0.875em; color: #336695; font-weight: bold; text-decoration: none; }
a:hover {font-size:0.875em; color: #336695; font-weight: bold; text-decoration: underline; }

.mainContent_two_column_left a:link {font-size:1em; color: #474747; line-height:2.5em; font-weight: bold; text-decoration: none; }
.mainContent_two_column_left a:active {font-size:1em; color: #474747; line-height:2.5em; font-weight: bold; text-decoration: none; }
.mainContent_two_column_left a:visited {font-size:1em; color: #474747; line-height:2.5em; font-weight: bold; text-decoration: none; }
.mainContent_two_column_left a:hover {font-size:1em; color: #474747; line-height:2.5em; font-weight: bold; text-decoration: underline; }

ul
{
padding-left: 30px;
margin: 0px;
font-size:0.875em;
}
ol
{
padding-left: 30px;
margin: 0px;
font-size:0.875em;}
li
{
padding-left: 5px; 
line-height:150%
}
form
 {    
    line-height:2.5em;
	text-align:right;
}
#wrap {
		width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		display: block; 
		overflow:hidden; 
		position:relative;
		margin:0 auto;
}

#header {
		width:900px;
		overflow:hidden; 
		float:left;
		display: block; 
		vertical-align: top;
		background-color:#336695;
}

#mainContent {
		width:860px;
		overflow:hidden; 
		float:left;
		display: block; 
	padding: 15px 20px 15px 20px;/* remember that padding is the space inside the div box and margin is the space outside the div box .Values are: top, right, bottom, left */
	margin: 20px 0px 0px 0px;/* remember that padding is the space inside the div box and margin is the space outside the div box. Values are: top, right, bottom, left */
	color:#000000;
	overflow:hidden;  
	background-color:#ffffff;
	text-align:left
}
#mainContent_login {
		width:900px;
		overflow:hidden; 
		float:left;
		display: block; 
	padding: 15px 25px 25px 200px;/* remember that padding is the space inside the div box and margin is the space outside the div box .Values are: top, right, bottom, left */
	margin: 20px 0px 0px 0px;/* remember that padding is the space inside the div box and margin is the space outside the div box. Values are: top, right, bottom, left */
	color:#000000;
	overflow:hidden;  
	background-color:#ffffff;
	text-align:left
}
.mainContent_one_column {
        float: left;
        width: 860px;
		display: block; 
        overflow:hidden;  /* prevents the box from stretching in IE6 */
		color:#474747;
		margin: 0px 0px 15px 0px;/* remember that padding is the space inside the div box and margin is the space outside the div box. Values are: top, right, bottom, left */
}

.mainContent_login_blue {
		float: left;
    	display: block; 
        overflow:hidden;  /* prevents the box from stretching in IE6 */
	color:#474747;
		background-color:#ebebeb;
		margin-left: 10%;/* remember that padding is the space inside the div box and margin is the space outside the div box. Values are: top, right, bottom, left */
		padding: 25px 40px 15px 10px;/* remember that padding is the space inside the div box and margin is the space outside the div box .Values are: top, right, bottom, left */
border-radius: 1.4em;
}


.mainContent_two_column_left {
        float: left;
        width: 220px;
		display: block; 
        overflow:hidden;  /* prevents the box from stretching in IE6 */
	color:#474747;
		background-color:#ebebeb;
		margin: 0px 10px 0px 0px;/* remember that padding is the space inside the div box and margin is the space outside the div box. Values are: top, right, bottom, left */
		padding: 10px 15px 15px 15px;/* remember that padding is the space inside the div box and margin is the space outside the div box .Values are: top, right, bottom, left */
}
.mainContent_two_column_right {
	float: left;
	width: 590px;
	color:#474747;
	display: block; 
	vertical-align: middle; /* keeps the boxes on the same vertical plane as each other when content is added */
	margin: 0px 0px 0px 10px;/* remember that padding is the space inside the div box and margin is the space outside the div box. Values are: top, right, bottom, left */

	padding: 0px 0px 15px 0px;/* remember that padding is the space inside the div box and margin is the space outside the div box .Values are: top, right, bottom, left */
}
.mainContent_two_column_right_form {
		float: left;
    	display: block; 
        overflow:hidden;  /* prevents the box from stretching in IE6 */
	color:#474747;
		background-color:#b0c0c9;
		padding: 0px 0px 0px 0px;/* remember that padding is the space inside the div box and margin is the space outside the div box .Values are: top, right, bottom, left */
		margin: 0px 0px 20px 0px;
   
}
#footer {
		width:860px;
		overflow:hidden; 
		float:left;
		display: block; 
		background:#ffffff;
		text-align:center;
		padding: 15px 20px 15px 20px;/* remember that padding is the space inside the div box and margin is the space outside the div box .Values are: top, right, bottom, left */
		bottom:0;
	margin: 20px 0px 20px 0px;/* remember that padding is the space inside the div box and margin is the space outside the div box. Values are: top, right, bottom, left */
}
