@charset "utf-8";


body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:100%;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* 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: 0px solid #000000;
	margin-top: 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 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. */
}
.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 #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: left;
}
.oneColFixCtrHdr #mainPage {
	padding: 5px 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: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align: center;
}
.oneColFixCtrHdr #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 */
}
/* TOP MENUBAR-----------------------------------------------------*/
#menu
{
	background-image: url(../images/allbar.gif);
	background-repeat: repeat-x;
	height: 38px;
	width: 100%;
	margin-left:0px;
	text-align: left;
	border: 0px;
	clear:both;
	padding: 0px;
}

a.menubar:link {
	height: 35px;
	text-align: left;
	vertical-align: middle;
	display: block;
	margin: 0px;
	line-height: 35px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #223542;
	text-decoration: none;
	background-image: url(../images/navbar_orange_divider.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}
a.menubar:visited {
	height: 35px;
	text-align: left;
	vertical-align: middle;
	display: block;
	margin: 0px;
	line-height: 35px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #223542;
	text-decoration: none;
	background-image: url(../images/navbar_orange_divider.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}
a.menubar:hover {
	height: 35px;
	text-align: left;
	vertical-align: middle;
	display: block;
	margin: 0px;
	line-height: 35px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/navbar_orange_divider.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}
a.menubar:active {
	height: 35px;
	text-align: left;
	vertical-align: middle;
	display: block;
	margin: 0px;
	line-height: 35px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #223542;
	text-decoration: none;
	background-image: url(../images/navbar_orange_divider.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/* end top menu */
#maintitle {
	margin-top: 5px;
	width: 780px;
	background-image: url(../images/mainbox_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 15px;
	font-weight: bold;
}
#maintitleb {
	margin-top: 5px;
	width: 780px;
	background-image: url(../images/mainbox_boxtop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 10px;
}
.oneColFixCtrHdr #mainbody {
	width: 745px;
	background-image: url(../images/mainbox_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px 50px 0px 15px;
}
#mainbottom {
	width: 780px;
	background-image: url(../images/mainbox_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.picmargin {
border-width: 1px;
border-style: solid;
border-color: #000000;
margin-right:5px;
margin-top:3px;
}
.pageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #416883;
	line-height: 45px;
	vertical-align: top;
}
