body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	
SCROLLBAR-FACE-COLOR: #FFFFFF; 
SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
SCROLLBAR-SHADOW-COLOR: #000000; 
SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
SCROLLBAR-ARROW-COLOR:  #2D5C53; 
SCROLLBAR-TRACK-COLOR: #EFF4ED; 
SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF; }



a:link {
	color: #B1587B;
}

a:visited {
	color: #B1587B;
}

a:hover {
	color: #000;
}

a:active {
	color: #666;
}

/* top header of page  */

.header {
	background-color: #FFFFFF;
	width: 100%;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #333333;
	padding-bottom: 2px;
	padding-right: 2px;

}
.location {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 2px;


}
.color {
	background-color: #2D5C53;
	border: 1px solid #336666;
	padding: 1px;

}

/* navigation area */
.navBar {
	background-color: #333333;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;

}
.nav {
	text-align: center;
	width: 95%;
	height: 20px;
	padding-top: 4px;
}

a.navlink, a.navlink:visited, a.navlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

a.navlink, a.navlink:visited {
	color: #FFFFFF;
}

a.navlink:hover {
	color: #E0B4BD;
}

a.navlinkOn, a.navlinkOn:visited, a.navlinkOn:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E0B4BD;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

/* end navigation area */

/* 1 pixel line below the nav bar */

.belowNavBar {
	background-color: #333333;
	height: 1px;
}



/* 6-month Policy Badge */

#badge {
	position:absolute;
    left: 80%;
	top: 410px;
}

/* footer */

.footerDiv {
	background-color: #2D5C53;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-bottom: 3px;

}
.footer, a.footer, a.footer:visited, a.footer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 17px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
}

/* end footer area */

/* content area */

.contentTable {
	height: 325px;
	width: 98%;
	border: 0px;
}

/* pink quote area */

.quoteArea {
	background-color: #F3E1E5;
	height: 100%;
	width: 140px;
	padding: 10px;
}

.quote, .quotee {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
	display: block;

}

.quotee {
	text-align: right;

}
.quoteArea .quote, .quoteArea .quotee {
font-size: 10px;
}

/* main page content area - text area for page */

.contentArea {
	padding-top: 10px;
	padding-bottom: 10px;

}
.pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B1587B;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3D1BD;
	margin-top: 2px;

}

.contentHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
p, .contentText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
}

.contentBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}
.contentbg {
	background-image: url(../images/design/logo_heart_faded2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px 5px 5px;
	margin-top: 3px;

}

/* list item */
ul, ol {
	margin-top: 0px;
	margin-bottom: 7px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 20px;
}

ul li {
	list-style-type: disc;
}
/* spacer columns between quote area, content and subnav */

.spacer {
	width: 15px;
}

/* subnav */

.subNavArea {
	background-color: #EFF4ED;
	width: 180px;
	padding-bottom: 5px;
}

.subNavTitle, a.subNavTitle, a.subNavTitle:visited, a.subNavTitle:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B1587B;
	padding: 5px;
	display: block;
	text-decoration: none;
}

a.subNavTitle:hover {
	text-decoration: underline;
}


a.subnavlink, a.subnavlink:visited, a.subnavlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B1587B;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 10px;
}

a.subnavlink:hover {
	text-decoration: underline;
}

a.subsubnavlink, a.subsubnavlink:visited, a.subsubnavlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B1587B;
	display: block;
	padding: 2px 5px 2px 20px;
}

a.subsubnavlink, a.subsubnavlink:visited {
	text-decoration: none;
}

a.subsubnavlink:hover {
	text-decoration: underline;
}


.designBy, a.designBy, a.designBy:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
}

a.designBy:hover {
	text-decoration: underline;
}

.belowFooter {
	text-align: center;
	width: 100%;
}

.salaryTable {
	border-top: 1px solid #C3D1BD;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #C3D1BD;

}
.salaryTable td {
	border-right: 1px solid #C3D1BD;
	border-bottom: 1px solid #C3D1BD;
	padding: 4px;




}
.contentbg2 {
	padding: 10px 5px 5px;
	margin-top: 3px;
}

input.textInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	border: 1px solid #333;
}


.termsbox {
	background-color:#CEDFEC;
	border: 1px solid #000;
	padding: 5px;
}

.biglink a, .biglink a:visited, .biglink {
	color: #ba5980;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight:bold;
}

.biglink a:hover {
	text-decoration: underline;
}