@charset "UTF-8";
body {
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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: #4d7aa5;
}
.oneColFixCtrHdr #container {
	width: 783px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColFixLtHdr  #container {
	width: 783px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #ebeef5 url(../../images/bg_LogoOnBlue.jpg) no-repeat right top;
}

#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 #header {
	height:147px;
	padding: 0;  /* 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. */
	background: #FFFFFF url(../../images/hdrimg_homepg.jpg) no-repeat right top; 
}

.twoColFixLtHdr #header {
	height:147px;
	padding: 0;  /* 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. */
	background: #FFFFFF url(../../images/hdrimg_homepg.jpg) no-repeat right top; 
}

.oneColFixCtrHdr #header1 {
	height:147px;
	padding: 0;  /* 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. */
	background: #FFFFFF url(../../images/hdrimg_profiles.jpg) no-repeat right top; 
}

.twoColFixLtHdr #header1 {
	height:147px;
	padding: 0;  /* 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. */
	background: #FFFFFF url(../../images/hdrimg_profiles.jpg) no-repeat right top; 
}

.oneColFixCtrHdr #header2 {
	height:147px;
	padding: 0;  /* 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. */
	background: #FFFFFF url(../../images/hdrimg_services.jpg) no-repeat right top; 
}

.twoColFixLtHdr #header2 {
	height:147px;
	padding: 0;  /* 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. */
	background: #FFFFFF url(../../images/hdrimg_services.jpg) no-repeat right top; 
}

.oneColFixCtrHdr #header3 {
	height:147px;
	padding: 0;  /* 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. */
	background: #FFFFFF url(../../images/hdrimg_news.jpg) no-repeat right top; 
}

.twoColFixLtHdr #header3 {
	height:147px;
	padding: 0;  /* 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. */
	background: #FFFFFF url(../../images/hdrimg_news.jpg) no-repeat right top; 
}

.oneColFixCtrHdr #header4 {
	height:147px;
	padding: 0;  /* 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. */
	background: #FFFFFF url(../../images/hdrimg_askus.jpg) no-repeat right top; 
}

.twoColFixLtHdr #header4 {
	height:147px;
	padding: 0;  /* 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. */
	background: #FFFFFF url(../../images/hdrimg_askus.jpg) no-repeat right top; 
}

.oneColFixCtrHdr #header5 {
	height:147px;
	padding: 0;  /* 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. */
	background: #FFFFFF url(../../images/hdrimg_quicklinks.jpg) no-repeat right top; 
}

.twoColFixLtHdr #header5 {
	height:147px;
	padding: 0;  /* 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. */
	background: #FFFFFF url(../../images/hdrimg_quicklinks.jpg) no-repeat right top; 
}

.oneColFixCtrHdr #header6 {
	height:147px;
	padding: 0;  /* 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. */
	background: #FFFFFF url(../../images/hdrimg_contact.jpg) no-repeat right top; 
}

.twoColFixLtHdr #header6 {
	height:147px;
	padding: 0;  /* 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. */
	background: #FFFFFF url(../../images/hdrimg_contact.jpg) no-repeat right top; 
}

#logo {
	float:left;
}
#utilitybox {
	text-align:right;
	float:right;
	padding:20px 20px 0 0;
}
#search {
	vertical-align: top;
	padding:4px;
}
#searchinput {
	vertical-align: top;
	height:11px;
	width:122px;
	
}
#signup {
padding:4px;
}
#navigation {
	background-color: #004677;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	height: 33px;
}
.oneColFixCtrHdr h1 {
	font-size: 20px;
	font-weight: normal;
	padding-left: 18px;
	background-image: url(../../images/arrow_lightblue-h1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #004677;
	
}

.twoColFixLtHdr h1 {
	font-size: 20px;
	font-weight: normal;
	padding-left: 18px;
	background-image: url(../../images/arrow_darkblue-h1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #004677;
	
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #004677;
	
}

h3 {
		font-size: 16px;
	font-weight: normal;
	color: #004677;
	
}

h4 {
	font-size: 14px;
	font-weight: normal;
	color: #004677;
	
}

h5 {
	font-size: 12px;
	font-weight: normal;
	color: #004677;
	
}

h6 {
	font-size: 11px;
	font-weight: normal;
	color: #004677;
	
}
#services h2 {
	font-size: 16px;
	font-weight: normal;
	background-position: left center;
	color: #4d7aa5;
}
p {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}
li {
	font-size: 11px;
	list-style-image: url(../../images/arrow_lightblue-bullet.gif);
	padding-top: 0px;
	padding-bottom: 5px;
}

a {
	color: #004677;
}
a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.oneColFixCtrHdr #welcomeimage {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 30px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ebeef5 url(../../images/bg_LogoOnBlue.jpg) no-repeat right top;
}

.oneColFixCtrHdr #mainContentx {
	padding: 30px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../../images/bg_LogoOnWhite.jpg) no-repeat right top;
}

.twoColFixLtHdr #mainContent { 
	margin-left: 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.footer{
	height: 10px;
	width: 783px;
	clear: both;
	background:#004677;
	color: #ebeef5;
	font-size: 10px;
	padding:10px 0 20px 0;
	background:#ebeef4;
	color:#004677;
}

.footer a{
	color: #ffffff;
	color:#004677;
}

#footleft{
	height: 10px;
	float:left;
	text-align: left;
}

#footright{
	height: 10px;
	float:right;
	text-align: right;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 30px 10px 15px 20px;
}

.twoColFixLtHdr #sidebar1 ul {
margin-left: 0px;
}

.twoColFixLtHdr #sidebar1 li a:hover{
	background-color: #ccd5e5;
	display: block;
	padding: 6px 0 6px 6px;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 li a{
	padding: 6px 0 6px 6px;
	display: block;
	text-decoration: none;
}

.twoColFixLtHdr #sidebar1 li {
	padding: 0px;
	font-size: 13px;
	color: #004677;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9dbad7;
	list-style-type: none;
	list-style-image: url(#);
}
 
.mainmenuitem {
	padding-right: 15px;
	padding-left: 15px;
}


#mmlink0 {
    background-color:red;
}
