@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #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 {
	width: 800px;  /* 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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff; 
	  /* 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; font-size:70%; color:#333333;
}
.oneColFixCtrHdr #footer  {
	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 #mainContent {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#flashbox { width:320px;  float:left; margin-left:20px; height:230px; 

}

#textbox { margin-left:370px; width: 400px; font-size: 60%; color: #333333; line-height:140%;



}
#textbox h1 { font-size:115%; color: #0073ae;

}
.logo { color:#006600;

}

#textbox a:link { font-size:110%; font-weight:bold; padding-left:9px; text-decoration:none; color:#016699;

}
#textbox a:hover { font-size:110%; font-weight:bold; padding-left:9px; text-decoration:underline; color:#acd674;

}#textbox a:visited
 { font-size:110%; font-weight:bold; padding-left:9px; text-decoration:none; color:#016699;}
 
.space img{ padding-left: 30px; padding-top: 30px;


}
#navbar {
padding-bottom: 20px;}
#navbar a:link{ font-size:75%; color:#444444; text-decoration:none; font-weight: bold;



}
#navbar a:hover{ font-size:75%; color:#555555; text-decoration: underline; font-weight: bold;



}
#navbar a:visited{ font-size:75%; color:#333333; text-decoration: none; font-weight: bold;



}
#gradient { background-image:url(../images/greengrad.jpg); background-repeat:repeat-y; text-align:right; color:#ffffff; font-size:90%; padding: 10px 20px 10px 0px;


}
.footerinfo{
font-size:65%; margin:auto; width:370px;

}
.leftside { margin-left:20px; width:160px;float:left; font-weight:500;}
 a img{border:none;}
.rightside { width:150px;float:right; margin-right:20px; font-weight:500;}
.rightside img { vertical-align:top;

}
#footnav {margin: auto; width:420px; font-size: 70%; text-align:center;


}
#footnav a:link { padding-left: 10px; color: #222222; text-decoration:none; font-size:105%;

}
#footnav a:hover { padding-left: 10px; color: #555555; text-decoration:none; font-size:105%;
}
#footnav a:visited { padding-left: 10px; color: #222222; text-decoration:none; font-size:105%;

}
.secnav a link{ 

}
#bottombuttons {  padding-top: 20px;

}
#scroll {
	height:190px;
	overflow: auto;
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #016699;
	scrollbar-shadow-color: #016699; line-height: 170%;	
}

