@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1{
	font-famil:Georgia;
	color:#5e3788;
	font-size: 26px;
	line-height:27px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:100;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h2{
	font-size: 13px;
	line-height: 15px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
h3{
	font-size: 22px;
	line-height:23px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:100;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e98293;
	}
h4{
	font-size: 22px;
	line-height:23px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:100;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5e3788;
	}
p,td,tr{
	font-size: 12px;
	line-height:14px;
	color:#666666;
	}
li.list{
	font-size: 12px;
	line-height:14px;
	list-style-image:url(images/bullet2.gif);
	}
.footer{
	font-size: 10px;
	margin-top:0px;
	margin-bottom:0px;
	color:#FFFFFF;
	}
.pink{
	color:#e98293;
	}
a:link {color: #5e3788;text-decoration: underline;}
a:visited {text-decoration: underline;color: #5e3788;}
a:hover {text-decoration: none;color: #5e3788;}
a:active {text-decoration: underline;color: #5e3788;}

a.sidenav:link {color: #e98293;text-decoration: none;}
a.sidenav:visited {text-decoration: none;color: #e98293;}
a.sidenav:hover {text-decoration: underline;color: #e98293;}
a.sidenav:active {text-decoration: none;color: #e98293;}

a.nav:link {color: #8f73ac;text-decoration: none;}
a.nav:visited {text-decoration: none;color: #8f73ac;}
a.nav:hover {text-decoration: none;color: #FFFFFF;}
a.nav:active {text-decoration: none;color: #FFFFFF;}

a.footer:link {color: #FFFFFF;text-decoration: underline;}
a.footer:visited {text-decoration: underline;color: #FFFFFF;}
a.footer:hover {text-decoration: none;color: #FFFFFF;}
a.footer:active {text-decoration: underline;color: #FFFFFF;}

body {
	-webkit-text-size-adjust: none;
	background-color: #4c60a4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #000000;
	/*background-color: #5e3788;*/
	background-image: url(images/massive-bgd.jpg);
	background-attachment:fixed;
}
.oneColFixCtrHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #nav {
	background: #5e3788; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:32px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin: 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 10px 0px 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
background: none;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
}
.lsb{
	-webkit-appearance:button;
	padding:0 8px;
	border:1px solid #999;
	-webkit-border-radius:3px;
	background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#ddd));
	font-size:12px;height:1.85em!important;margin:.2em;
}

.lsb:active{
	background:-webkit-gradient(linear,left top,left bottom,from(#ccc),to(#ddd))
	}
	
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-weight: normal;
}

input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	font-weight: normal;
}

.removecheckboxstyle {
	border: none;
}


input:focus, select:focus, checkbox:focus, textarea:focus {
	color: #333333;
	background: #EEEEEE;
}