body {
	font: 60% Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	background: #666666;
	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: #555555;
}

.oneColElsCtrHdr #container {
	width: 850px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 0px;  /* 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. */
} 
.oneColElsCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height:586px;
}
.oneColElsCtrHdr #footer { 
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align:center;
	background-image:url(images/footer.jpg);
	height:46px;
	padding-top:21px;
	font-size:12px;
	
} 
.oneColElsCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.header1 h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#CC0000;

}
#secolumn {
	position:absolute;
	left: 309px;
	top: 300px;
	width: 598px;
	height: 550px;
}
#top-nav {
	position:absolute;
	left:89px;
	padding-top:6px;
	padding-left:6px;
	top:95px;
	width:817px;
	height:30px;
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;	
}

a.top-nav:link{ font-family:verdana; font-size:11px; color:#FFFFFF; text-decoration:none; }
a.top-nav:active{font-family:verdana; font-size:11px; color:#FFFFFF; text-decoration:none; }
a.top-nav:visited{font-family:verdana; font-size:11px; color:#FFFFFF; text-decoration:none; }
a.top-nav:hover{  font-family:verdana; font-size:11px;  color: #FFFFFF;  text-decoration: none; }

a.internal:link{ font-family:verdana; font-size:11px; color:#555555; text-decoration:none; }
a.internal:active{font-family:verdana; font-size:11px; color:#555555; text-decoration:none; }
a.internal:visited{font-family:verdana; font-size:11px; color:#555555; text-decoration:none; }
a.internal:hover{  font-family:verdana; font-size:11px;  color: #555555;  text-decoration: none; }

input
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#FF0000;

}
select 
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#FF0000;

}
ul
{
padding-left:-10px;
 
}
.pkg-link
{
color:#FFFFFF;
}
a.pkg-link:link{ font-family:verdana; font-size:11px; color:#FFFFFF; text-decoration:none; }
a.pkg-link:active{font-family:verdana; font-size:11px; color:#FFFFFF; text-decoration:none; }
a.pkg-link:visited{font-family:verdana; font-size:11px; color:#FFFFFF; text-decoration:none; }
a.pkg-link:hover{  font-family:verdana; font-size:11px;  color: #FFFFFF; text-decoration:underline;}

.top-nav-link
{
color:#FFFFFF;
}

.left-nav-link
{
color:#FFFFFF;
}
a.left-nav-link:link{ font-family:verdana; font-size:12px; color:#FF0000; text-decoration:none; }
a.left-nav-link:active{font-family:verdana; font-size:12px; color:#FF0000; text-decoration:none; }
a.left-nav-link:visited{font-family:verdana; font-size:12px; color:#FF0000; text-decoration:none; }
a.left-nav-link:hover{  font-family:verdana; font-size:12px;  color: #0033FF; text-decoration:underline;}
.footer-nav-link
{
color:#666666;
}
a.footer-nav-link:link{ font-family:verdana; font-size:11px; color:#666666; text-decoration:none; }
a.footer-nav-link:active{font-family:verdana; font-size:11px; color:#666666; text-decoration:none; }
a.footer-nav-link:visited{font-family:verdana; font-size:11px; color:#666666; text-decoration:none; }
a.footer-nav-link:hover{  font-family:verdana; font-size:11px;  color: #666666;  text-decoration: none; }


