@charset "utf-8";
body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #dae8f2;
	list-style-image: url(images/lightBulb.png);
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;	
}
.lightBulbOff{list-style-image: url(images/lightBulbOFF.png);}
a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
	font-weight: 600;
}
a:hover{
text-decoration: underline; color:#FF0000;
}
h1{font-size: 110%;}
.oneColElsCtr #container {
	width: 100%;
	background: #dae8f2; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin: 10px 0px 0px;
}
.oneColElsCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}
.oneColElsCtr #mainContentSmaller {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: .9em;
	margin: 0px;
}
#pullUp{margin-top: .1em;}
.note{font-size: .8em}
.biggerAndBold{	
	font-size: 1.2em;
	font-weight: 600;}
.normal{font-weight: normal; line-height: normal; font-size: smaller;}
.contact{margin-top: .5em; margin-bottom: .5em;}
input.formInputButton{ 
	display: block;
	overflow: auto;
	font-weight: 600;
	color: #003273;
	text-decoration: none;
	background-color: #e7eef3;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px solid #000;
padding: .5em;
	}
	input.formInputButton:hover   {
	z-index: 100;
color: #ffffff;
font-weight: 600;
font-style: normal;
text-decoration: none;
background: #003273;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px solid #000;
padding: .5em;
	}
select{

-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}


h1{font-size: 150%; float: right; margin-right: 5em; font-color: rgb(0, 51, 102); }
h2{font-size: 105%}
ul {
	position: relative;
	left: -15px;
	top: -20px;
}
.lessTopMargin{margin-top: .5px;}
#smartbutton{
	margin-bottom: -5px;
}
