body, html {
	margin: 0;
    padding: 0;
    color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}

body {
	text-align: center;
	}
		
body p {
	color: #000000;
	}

#whole {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 8px 20px;
	background: #FFFFFF;
}

a { color: #669933;
		}

a:link {
	text-decoration: underline;
	}
		
a:hover {
	text-decoration: none;
	}
	
a:active {
	text-decoration: none;
}

h1 {
	font-family:"Trebuchet MS", Verdana, Arial;
	color: #2E1C63;
	font-size: 185%;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 165%;
	color: #FFFFFF;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	}

h3 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 125%;
	color: #FFFFFF;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	}

h4 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 125%;
	color: #2E1C63;
	font-style: italic;
	margin-top:0px;
	margin-bottom: 0px;
	text-align: left;
	}

input, select, form {
	margin: 0px;
	padding: 0px;
	}

div#row_1 {
	float: left;
	width: 800px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 12px;
	color: #000000;
	text-align: left;
		}

div.left_a {
	float:left;
	width: 300px;
	margin-top: 12px;
	}

.replace {
	position: relative;
	margin: 0px /*auto*/;
	padding: 0px;
	overflow: hidden;
	/* */
}
.replace span {
	display: block;
	position: absolute;
	top: 1px;
	left: 0px;
	z-index: 1;
}
#logoh1, #logoh1 span {
	height: 133px;
	width: 260px;
	background-image: url(images/logo.gif);
	color: #FFF;
}

div#login {
	padding: 10px;
	}

div.right_a {
	color: #2E1C63;
	float: left;
	width: 452px;
	border: 1px solid #E3DFF1;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 8px 0px 8px 8px;
	margin-left: 12px;
	}
table {
	font-size: 8pt;
	margin-bottom: 0px;
	}
table tr th {
	width: 130px;
	margin-right: 8px;
	font-weight: normal;
	line-height: 12px;
	}

td#user {
	margin-top: 20px;
	}

input#name {
	width: 100px;
	}


div.right_a label {
	font-weight: bolder;
	font-size: 8pt;
	color: 2E1C63;
	margin: 0px;
	}

div.right_a img {
	margin-top: 12px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-style: none;
	}

div.right_a a{
	font-size: 7pt;
	margin: 0px;
		}
a.forgot {
	padding-left: 170px;
	line-height: 9px;
	}
	



/* navigation */
#navcontainer {
	float: left;
	width: 460px;
	margin-top: 12px;
	margin-left: 12px;
	background: url(images/nav_bkgd.gif);
	background-repeat: repeat-x;
    }

#navcontainer ul {
    margin:0;
    padding-top: 5px;
	height: 25px;
	padding-left: 0px;
    list-style: none;
    }
#navcontainer li {
    float: left;
    margin-top: 0;
	margin-right: 0;
	padding:0;
    }

#navcontainer li.nav_home {
	background:transparent url(images/nav_home.gif);
	display: block;
	width: 62px;
    height: 20px;
	}

a#nav_home {
	display: block;
	width: 62px;
    height: 20px;
    background-image: url(images/nav_home.gif);
	margin: 0;
	padding: 0;

}
a#nav_home:hover {
    background-image: url(images/glow_home.gif);
}
a .alt { display: none; }

#navcontainer li.nav_jobsearch {
	background: transparent url(images/nav_search.gif);
	display: block;
	width: 96px;
    height: 20px;
	}

a#nav_jobsearch {
	display: block;
    width: 96px;
    height: 20px;
    background-image: url(images/nav_search.gif);
	margin: 0;
}
a#nav_jobsearch:hover {
    background-image: url(images/glow_search.gif);
}
a .alt { display: none; }

#navcontainer li.nav_postresume {
	background: transparent url(images/nav_post.gif);
	display: block;
	width: 107px;
    height: 20px;
	}

a#nav_postresume {
	display: block;
    width: 107px;
    height: 20px;
    background-image: url(images/nav_post.gif);
	margin: 0;
}
a#nav_postresume:hover {
    background-image: url(images/glow_post.gif);
}
a .alt { display: none; }

#navcontainer li.nav_myaccount {
	background: transparent url(images/nav_account.gif);
	display: block;
	width: 97px;
    height: 20px;
	}

a#nav_myaccount {
	display: block;
    width: 97px;
    height: 20px;
    background-image: url(images/nav_account.gif);
	margin: 0;
}
a#nav_myaccount:hover {
    background-image: url(images/glow_account.gif);
}
a .alt { display: none; }


#navcontainer li.nav_contactus {
	background: transparent url(images/nav_contact.gif);
	display: block;
	width: 98px;
    height: 20px;
	}

a#nav_contactus {
	display: block;
    width: 98px;
    height: 20px;
    background-image: url(images/nav_contact.gif);
	margin: 0;
}
a#nav_contactus:hover {
    background-image: url(images/glow_contact.gif);
}
a .alt { display: none; }
/*navigation ends*/

div#row_2 {
	float: left;
	clear: left;
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	text-align: left;
		}

div.left_b {
	float: left;
	clear: left;
	width: 280px;
	height: 186px;
	margin-bottom: 0px;
	padding: 12px 6px 12px 12px;
	color: #116613;
	background: url(images/bkgd_blue.jpg) top left repeat-x;
	clear: both;
    }

div.left_b h2 {
	margin-top: 0px;
	}
div.left_b h3 {
	padding-bottom: 2px;
	}

div.left_b table {
	margin: 0px;
	padding: 0px;
	}

th.category {
	color: #AFE70A;
	font-weight: bold;
	}

div.left_b label {
	float: left;
	color: #AFE70A;
	font-weight: bold;
	}

input#label {
	width: 130px;
	}

input#label2 {
	width: 90px;
	}

div#submit { 
	width: 150px;
	margin-top: 1px;
	margin-left: 1px;
	text-align: right;
	}

p {
	margin: 0px;
	padding: 0px;
	}
	
p.advanced {
	clear: both;
	padding-top: 0px;
	color: #AFE70A;
	font-size: 7pt;
	margin-botton: 0px;
	padding-bottom: 0px;
	}

p.advanced a {
	color: #AFE70A;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
	}

input#but_find {
	margin-top: 8px;
	margin-left: 120px;
	}

div.right_b {
	float: left;
	width: 460px;
	padding: 0px;
	margin-left: 12px;
	background: url(images/bkgd_green.jpg) no-repeat;
	text-align: left;
	} 
 div.right_b_left {
 	width: 248px;
	float: left;
	padding-left: 12px;
	padding-top: 12px;
	}
	
div.right_b_left h2 {
	color: #2E1C63;
	}

div.right_b_left h3 {
	color: #2E1C63;
	margin-bottom: 0px;
	}

div.right_b_left a.post img{
	display: block;
	margin-left: 90px;
	margin-top: 8px;
	margin-bottom: 0px;
	border-style: none;
	
		}

p.main_text {
	color: #2E1C63;
	font-size: 8pt;
	width: 248px;
	margin-top: 0px;
	margin-left: 0px;
	line-height: 17px;
	margin-bottom: 0px;
	}

img.image {
	padding: 0px;
	margin: 0px;
	
	}

div.right_b_left a {
	text-decoration: none;
	
	}

div.right_b_left a img {
	border-style: none;
	margin-left: 110px;
	margin-top: 8px;
	margin-bottom: 12px;
	}

div.right_b_right {
	width: 189px;
	float: left;
	}


div#row_3 {
	float: left;
	width: 800px;
	margin-right: 0px;
	margin-top: 12px;
	margin-bottom: 0px;
	color: #000000;
	text-align: left;
		}


div.left_c {
	width: 275px;
	float: left;
	color: #2E1C63;
	background-color: #F5F4FB;
	border: 1px solid #E3DFF1;
	margin-top: 0px;
	margin-bottom: 12px;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	}
	
div.left_c h4 {
	margin: 0px;
	line-height: 30px;
	font-weight: bolder;
	border-bottom: 1px solid #E3DFF1;
	}

div.left_c ul {
	margin: 0px 0px 0px;
	padding: 10px 0px 10px;
	list-style: none;
	line-height: 15px;
	
	}

div.left_c li{
	font-size: 8pt;
	margin-top: 2px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	background: url(images/arrows.gif) no-repeat 0px 7px;
	}

div.left_c ul li.last {
	margin-bottom: 8px;
	}

div.left_c  a {
	color: #2E1C63;
	}

div.mid_c {
	float: left;
	text-align: center;
	width: 240px;
	margin-left: 12px;
	margin-bottom: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px; 
	border-right: 1px solid #E3DFF1;
	}
	
div.mid_c img {
	margin-top: 12px;
	}

div.mid_c p {
	font-size: 8pt;
	line-height:18px;
	text-align: left;
	margin: 8px 8px 0px 8px;
	}
	
p.link {
	color: #F86401;
	float: right;
	margin-top: 0px;
	margin-bottom: 4px;
	}

div.mid_c a {
	margin-left: 4px;
	}

div.mid_c h4 {
	color: #FFFFFF;
	background: url(images/hdr_green.gif) top left repeat-x;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	}


div.right_c {
	width: 194px;
	float: left;
	text-align: center;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-left: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	}

div.right_c h4 {
	color: #FFFFFF;
	background: url(images/hdr_blue.gif) top left repeat-x;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	}



div.right_c img {
	margin-bottom: 6px;
	margin-top: 8px
	}

div.right_c a {
	margin-left: 4px;
	font-size: 8pt;
	}
	




#footer {
	text-align: center;
	clear: both;
	margin-top: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	border-top: 1px solid #E3DFF1;
	}

#footer p {
	margin-top: 12px;
	padding-bottom: 20px;
	}



span.line {
	margin-right: 2px;
	margin-left: 2px;
	color: #333333;
	}
	
