@charset "UTF-8";

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin-top:0px;
}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: normal;
	margin-top:30px;
	margin-bottom:15px;
}
p, td, tr {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	line-height:18px;
}
ul {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	line-height:16px;
	list-style-image:url(images/bullet.gif);
	margin-left: 11px;
	
}
.bigger {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: normal;
}
a:link {color: #B6CF40;text-decoration: underline;}
a:visited {text-decoration: underline;color: #B6CF40;}
a:hover {text-decoration: none;color: #666666;}
a:active {text-decoration: underline;color: #B6CF40;}

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

a.nav:link {color: #666666;text-decoration: none;}
a.nav:visited {text-decoration: none;color: #666666;}
a.nav:hover {text-decoration: none;color: #B6CF40;}
a.nav:active {text-decoration: none;color: #666666;}
/*h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}*/
body {
	-webkit-text-size-adjust: none;
	font-family: Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	margin: 18px; /* 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 */
	/*background-image: url(images/bg.jpg);*/
}
.oneColFixCtrHdr #container {
	width: 960px;  /* 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 */
	/*border: 1px solid #FFFFFF;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 0 0 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 #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: 0px 0px 0px 0px;
	padding: 40px 40px 40px 400px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 25px 10px 0px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: -28px 0 0 0;
	/*background-color: #EEE;*/
	background-image: url(images/bottom-curves.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:30px;
}
.oneColFixCtrHdr #footer p {
	font-size:10px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #nav {
	padding: 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background-color: #EEE;*/
	background-image: url(images/top-curves.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:70px;
}
.oneColFixCtrHdr #nav p {
	font-size: 14px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 26px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#666666;
}

.green {
	color:#B6CF40;
}

.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;
}
