body {
	background-color:#545b63;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px
}

.td_Dash_Ver {
	background-image:url(../images/dot_ver.gif);
	background-repeat:repeat-y;
	background-position:center
}

.td_Dash_Hor {
	background-image:url(../images/dot_hor.gif);
	background-repeat:repeat-x;
	background-position:center
}

#page {
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: center;
} 

#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 980px;
}

#body {
	position: absolute;
	top: 115px;
	left: 0px;
	width: 980px;
	text-align: center;
}

/* Body Text Styles */

.body_text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	line-height:1.4em
}
a.body_text:link {
	color: #666666;
	text-decoration:none;
}
a.body_text:visited {
	text-decoration:none;
	color: #666666;
}
a.body_text:hover {
	text-decoration:underline;
	color: #6600FF;
}
a.body_text:active {
	text-decoration:none;
	color: #666666;
}

.body_text_Small {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}

.body_text_Black {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height:1.4em
}
a.body_text_Black:link {
	color: #000000;
	text-decoration:none;
}
a.body_text_Black:visited {
	text-decoration:none;
	color: #000000;
}
a.body_text_Black:hover {
	text-decoration:underline;
	color: #FF9900;
}
a.body_text_Black:active {
	text-decoration:none;
	color: #000000;
}


.body_text_Blue {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0066cc;
	line-height:1.4em
}
a.body_text_Blue:link {
	color: #0066cc;
	text-decoration:none;
}
a.body_text_Blue:visited {
	text-decoration:none;
	color: #0066cc;
}
a.body_text_Blue:hover {
	text-decoration:underline;
	color: #FF9900;
}
a.body_text_Blue:active {
	text-decoration:none;
	color: #0066cc;
}


.body_text_Green {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #339900;
	line-height:1.4em
}
a.body_text_Green:link {
	color: #339900;
	text-decoration:none;
}
a.body_text_Green:visited {
	text-decoration:none;
	color: #339900;
}
a.body_text_Green:hover {
	text-decoration:underline;
	color: #FF9900;
}
a.body_text_Green:active {
	text-decoration:none;
	color: #339900;
}


.body_text_Purple {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #660099;
	line-height:1.4em
}
a.body_text_Purple:link {
	color: #660099;
	text-decoration:none;
}
a.body_text_Purple:visited {
	text-decoration:none;
	color: #660099;
}
a.body_text_Purple:hover {
	text-decoration:underline;
	color: #FF9900;
}
a.body_text_Purple:active {
	text-decoration:none;
	color: #660099;
}


.body_text_White {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height:1.4em
}
a.body_text_White:link {
	color: #FFFFFF;
	text-decoration:none;
}
a.body_text_White:visited {
	text-decoration:none;
	color: #FFFFFF;
}
a.body_text_White:hover {
	text-decoration:underline;
	color: #00FFFF;
}
a.body_text_White:active {
	text-decoration:none;
	color: #FFFFFF;
}


.footer_text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	line-height:1.4em
}


/* Title Text Styles */

.title_text_Purple {
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helveticass;
	font-size: 26px;
	font-weight: normal;
	color: #660099
}

.title_text_Blue {
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helveticass;
	font-size: 26px;
	font-weight: normal;
	color: #0099cc
}

.title_text_Gray {
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helveticass;
	font-size: 26px;
	font-weight: normal;
	color: #666666
}

.title_text_Green {
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helveticass;
	font-size: 26px;
	font-weight: normal;
	color: #339900
}


/* Thick Text Styles */

.thick_text_Purple {
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helveticass;
	font-size: 18px;
	font-weight: normal;
	color: #660099
}

.thick_text_Blue {
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helveticass;
	font-size: 18px;
	font-weight: normal;
	color: #006699
}

.thick_text_Gray {
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helveticass;
	font-size: 18px;
	font-weight: normal;
	color: #666666
}

.thick_text_Green {
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helveticass;
	font-size: 18px;
	font-weight: normal;
	color: #339900;
	line-height:2em;
}

/* Arrow Style */

.arrow_Blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0099cc;
	line-height:1.5em
}

.arrow_Orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	line-height:1.5em
}

.arrow_Black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	line-height:1.5em
}


/* Image Style */

.image_border {
	border: #E6E6E6;
	border-style: solid;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color:#FFFFFF;
}
/* Form Style */

.form_style_1 { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #525b51;
	border: #dadada;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 4px
}

.form_style_X { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal; 
	border:0px;
	padding: 4px;
	background-color: transparent ; 
}
.form_button_xpStyle { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	background-image:url(../images/but_bg.jpg);
	color:#000000;
	font-weight:normal;
	height:18px;
	background-color: transparent ; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
	cursor:hand;
}

/* rotating logos */
#featuredEmployerLogos {
	list-style: none; 
	margin: 10px 0 10px 7px; 
	overflow: hidden; 
	padding: 0; 
}

#featuredEmployerLogos li { 
	background: #fff;
	float: left; 
	height: 90px; 
	margin: 0 5px 5px 0; 
	overflow: hidden; 
	padding: 5px; 
	position: relative; 
	width: 100px;
}

#featuredEmployerLogos li a { 
	background: #fff; 
	display: block; 
	left: 5px; 
	position: absolute; 
	text-align: center; 
	top: 5px; 
	width: 100px;
}

#featuredEmployerLogos li a img { 
	display: block; 
	margin: 0 auto; 
	position: relative;
}

