@charset "utf-8";
body, html {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	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;
}
.oneColFixCtrHdr #container {
	position:relative;
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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 {
	position:relative;
	background-color: #ffffff; 
	height:115px;
	padding: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent {
	position:relative;
	padding-top: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	position: relative;
	clear: both;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#7B9DB7;
	border-top:1px solid black;
	border-bottom:1px solid black;
	text-align:right;
	min-height:40px;
	width:980px;
	margin:0 auto;
}
.oneColFixCtrHdr #LinkFarm {
	padding:10px 0 25px;
	background-color:#ffffff;
	color:#444444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	border-bottom:1px solid #cccccc;
	width: 980px;
	margin: 0 auto;
} 
.oneColFixCtrHdr #LinkFarm a{	
	padding:0 0 2px 0;
	color: #444444;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
}
.oneColFixCtrHdr #LinkFarm a:hover{	
	color:#444444;;
	text-decoration:underline;
	font-size:11px;
	font-weight:normal;
}
.oneColFixCtrHdr #LinkFarm br{	
	margin:0;
	padding:0;
}
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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	color:#000066;
	text-decoration:none;
	background-color:transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color:#000066;
	text-decoration:none;
	background-color:transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:active {
	color:#a1d88b;
	text-decoration:none;
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color:#7B9DB7;
	background-color:#FFFFFF;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.TopCartLinks:link {
	color:#000000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
a.TopCartLinks:visited {
	color:#000000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
a.TopCartLinks:hover {
	color:#993333;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

a.LandingPageLinks:link {
	color:#666;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:3px;
}
a.LandingPageLinks:visited {
	color:#666;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.LandingPageLinks:hover {
	color:#000;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

fieldset{
	border:2px #577C99 solid;
	margin:15px 0px;
}
legend{
	color:#ffffff;
	background-color:#7B9DB7;
	font-weight:bold;
	border: 1px solid #000000;
	padding: 2px 6px;
}
.curved {
	background-color:#ddd;
	color:#577C99;
	font-size:12px;
	font-weight:bold;
	margin:5px 0px;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	/*behavior:url(http://www.janlynn.com/css/border-radius.htc);*/
}
.curved h1{
	color:#577C99;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

