@charset "utf-8";
* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body  {
	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;
	background-color: #D8ED9E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../pics/page-back.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-size: 18px;
	color: #9A0202;
	font-weight: bold;
	letter-spacing: .1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B1CB6A;
	border-right-color: #B1CB6A;
	border-bottom-color: #B1CB6A;
	border-left-color: #B1CB6A;
	background-color: #E4F3BC;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 8px;
}

h4 {
	font-size: 14px;
	color: #9A0202;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B1CB6A;
	border-right-color: #B1CB6A;
	border-bottom-color: #B1CB6A;
	border-left-color: #B1CB6A;
	background-color: #E4F3BC;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 8px;
	text-align: center;
}
h6 {
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}

#container  {
	width: 968px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../pics/container-back2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
} 
#header  {
	background: #DDDDDD;
	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. */
	margin: 0px;
} 
#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 */
}
#header #header-bottom {
	background-image: url(../pics/header-bottom.jpg);
	height: 35px;
}

#header #header-top {
	background-image: url(../pics/header-top.jpg);
	height: 43px;
}
#header #header-mid {
	height: 107px;
	background-image: url(../pics/hm2-back.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}
#contentTop  {
	height: 43px;
	padding-bottom: 24px;
}
#contentTop #icon-links {
	margin-left: 22px;
	background-color: #D9ED9E;
	margin-right: 10px;
}
#contentTop #icon-links ul {
	list-style-type: none;
	height: 43px;
	line-height: 43px;
}
#contentTop #icon-links ul li {
	display: inline;
	list-style-type: none;
	line-height: 43px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 6px;
	margin-right: 6px;
}
#contentTop #icon-links ul li a {
	text-decoration: none;
	color: #333333;
}
#contentTop #icon-links ul li a:hover {
	color: #990000;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 243px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-image: url(../pics/sidebar-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar1 #sidebar-menu {
	margin-left: 28px;
}
#mainContent  {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 243px;
	background-image: url(../pics/main-content.jpg);
	background-repeat: no-repeat;
	background-position: right top;
} 
#theContent #headLines  {
	float: right;
	width: 200px;
	font-size: 11px;
	color: #333333;
	padding: 0px;
	height: 314px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#headLines #headlinesTop  {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-top: 7px;
	background-image: url(../pics/headlines-back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	margin: 0px;
	padding-left: 8px;
}
#headLines #headlinesContent {
	margin: 0px;
	padding: 8px;
	background-image: url(../pics/headlines-content.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#headLines #headlinesBottom {
	background-image: url(../pics/headlines-bottom.gif);
	height: 16px;
	background-repeat: no-repeat;
	background-position: left top;
}

#headLinesContent a   {
	color: #333333;
}
#headLinesContent a:hover {
	color: #990000;
}

#mainContent #theContent {
	line-height: 18px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#mainContent #theContent a {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
#mainContent #theContent a:hover {
	color: #8E9F59;
	text-decoration: none;
	font-weight: normal;
}
#mainContent #theContent h2 {
	font-size: 14px;
	font-weight: bold;
}
#mainContent #theContent h3 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D8ED9E;
	border-bottom-color: #D8ED9E;
	background-color: #F5FAE4;
	text-indent: 8px;
}
#mainContent #theContent .img-right {
	float: right;
	margin-top: 4px;
	margin-right: 0px;
}

#theContent ol {
	margin-left: 30px;
	list-style-position: outside;
}
#mainContent #theContent .alphalist li {
	list-style-type: lower-alpha;
}



#theContent #quickLinks {
	font-size: 11px;
	color: #990000;
	margin-bottom: 12px;
}
#theContent #quickLinks a {
	font-size: 11px;
	color: #666666;
	margin-bottom: 12px;
	text-decoration: none;
}

#theContent #mainTable {
	margin: 0px;
	padding: 0px;
	height: 184px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
#mainTable .medical {
	background-image: url(../pics/s-medical-dental.jpg);
	background-repeat: no-repeat;
	width: 162px;
	text-align: center;
	padding-top: 6px;
}
#mainTable .wellness {
	background-image: url(../pics/s-wellness.jpg);
	background-repeat: no-repeat;
	width: 162px;
	text-align: center;
	padding-top: 6px;
}

#mainTable .pension {
	background-image: url(../pics/healthcare.jpg);
	background-repeat: no-repeat;
	width: 162px;
	text-align: center;
	padding-top: 6px;
}
#mainTable .faq {
	background-image: url(../pics/retirement-benefits.jpg);
	background-repeat: no-repeat;
	width: 162px;
	text-align: center;
	padding-top: 6px;
}
#mainTable .news {
	background-image: url(../pics/students.jpg);
	background-repeat: no-repeat;
	width: 129px;
	text-align: center;
	padding-top: 6px;
}
#theContent #indexContent {
	margin-right: 230px;
	margin-top: 20px;
	line-height: 17px;
	color: #333333;
}
#theContent #indexContent a {
	color: #990000;
	text-decoration: none;
}
#theContent #indexContent a:hover {
	color: #91A25C;
}


.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin: 0px;
} 
#footer #footer-bottom {
	background-image: url(../pics/footer-bottom.jpg);
	background-repeat: no-repeat;
	height: 43px;
}
#footer #footer-content {
	background-image: url(../pics/footer-back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#footer #footer-content p {
	padding-top: 3px;
	padding-bottom: 3px;
}


#footer #footer-content #footer-links {
	margin-left: 250px;
	margin-right: 40px;
	text-align: center;
	font-size: 11px;
	color: #900;
	padding-top: 8px;
}
#footer #footer-content #footer-links a {
	text-align: center;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#footer #footer-content #footer-links a:hover {
	color: #990100;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar-menu .menu-title {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-color: #ADC661;
	width: 197px;
	margin-bottom: 2px;
}
#theContent .faq-header {
	background-color: #D8ED9E;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	line-height: 24px;
	border: 1px solid #ADC661;
}
#theContent .faq-header td {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	line-height: 24px;
	padding-left: 8px;
	padding-right: 4px;
}
#theContent ul {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 20px;
}
#theContent .myfaqs li a {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	margin-bottom: 8px;
	display: block;
}
#theContent .myfaqs li a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}
#theContent .faq-q {
	font-weight: bold;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin-bottom: 8px;
}
#header-mid #pageTitle {
	margin-left: 20px;
}
#header-mid #pageTitle .smallHeader {
	font-size: 18px;
}
#theContent .table44 td {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8ED9E;
}
#theContent .faq-table {
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CAE08B;
	border-right-color: #CAE08B;
	border-bottom-color: #CAE08B;
	border-left-color: #CAE08B;
	margin-top: 12px;
	margin-bottom: 12px;
	border-bottom-style: none;
	border-left-style: none;
}
#theContent .faq-table td {
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5EB99;
	border-right-color: #D5EB99;
	border-bottom-color: #D5EB99;
	border-left-color: #D5EB99;
	border-top-style: none;
	border-right-style: none;
}
#theContent .faq_ul {
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
}
#theContent .subPanel {
	float: right;
	width: 250px;
	border: 1px solid #B1CB6A;
	padding: 6px;
	margin-bottom: 8px;
	margin-left: 12px;
}
#theContent .ul-news {
	list-style-position: outside;
	list-style-type: disc;
	color: #666666;
}
#theContent .ul-news li {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 8px;
}
#theContent .ul-news a {
	color: #666666;
}
#theContent .idTable td {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8ED9E;
}
#theContent #idForm input {
	border: 1px solid #999999;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 12px;
}
#idForm .idTable #dateButton {
	background-color: #E4F3BC;
	border: 1px solid #ADC661;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	color: #990000;
}
#icon-links .hrq {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
#icon-links .hrq:hover {
	font-weight: bold;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
}
#theContent table tr .hb-header {
	font-size: 14px;
	font-weight: bold;
	color: #900;
	text-align: center;
	background-color: #E4F3BC;
	line-height: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.table44 tr td .website {
	background-color: #D9ED9E;
	display: block;
	height: 28px;
	width: 64px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #900;
	color: #333;
}

accent {
	font-weight: bold;
	color: #333;
	font-size: 14px;
}
#theContent #siteLinks {
	font-size: 1.2em;
}
#theContent #siteLinks a.red {
	color: #900;
	font-weight: bold;
}

