@charset "utf-8";
a{text-decoration: none;}
a:link{
	color:#000000;
}
a:active{
	color:#ffffff;
}
a:hover{
	color:#ffffff;
}
a:visited{
	color:#000000;
}

a.body_links:link{color:#6699cc;}
a.body_links:active{color:orange;}
a.body_links:hover{color:orange;}
a.body_links:visited{color:#6699cc;}

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	background: #cccccc;
	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;
}
img{
	border:0px;
}
.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: 5px solid #5F74AD; /*graypurple*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #78A8C5; /*grayblue*/
	padding: 0 0px 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. */
	height:50px;
}
.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 10px 10px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin-top:20px;
	padding: 0 20px; /* 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: #6699cc; /*#78A8C5; grayblue*/
	font-size: 10px;
}
.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 */
	text-align: center;
}

#text_logo{
	font-family: Trebuchet MS, Century Schoolbook, Bodini MT, Georgia, Garamond;
	font-size: 36px;
	font-weight:bold;
	text-align:center;
	/*vertical-align:middle;
	margin-left: 10px;
	margin-top: 10px;*/
}

#top_menu{
	position:relative;
	top:-5px;
	width: 780px;
	text-align:center;
	background:#6699cc; /*bluegray*/
}

.breadcrumb{font-size:10px;}

.top_nav{
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

.bottom_nav{
	font-size: 10px;
	text-align: center;
}

.menu_item{
	width:154px;
	background-color:#999999;
	padding-top:2px;
	padding-bottom:2px;
	border-top:2px solid #5F74AD;
	border-bottom:2px solid #5F74AD;
	border-left:1px solid #5F74AD;
	border-right:1px solid #5F74AD;
}

.salutation{
	font-size: 10px;
	text-align: center;
}

.inline_title{font-weight:bold;}

.subheading{
	color:#6699cc;
	font-size:18px;
	font-weight:bold;
	}

a.subheading{text-decoration:underline;}	
a.subheading:link{color:#6699cc;}
a.subheading:active{color:orange;}
a.subheading:hover{color:orange;}
a.subheading:visited{color:#6699cc;}

a.breadcrumb{text-decoration:underline;}	
a.breadcrumb:link{color:#6699cc;}
a.breadcrumb:active{color:orange;}
a.breadcrumb:hover{color:orange;}
a.breadcrumb:visited{color:orange;}