body {
	background-color: #0d9fa8;
	background-image:url(../images/bodyBackground.gif);
	background-repeat:repeat-y;
	background-position:center top;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}

.header {
	width: 961px; 
	border-bottom: 1px solid #cbcbcb; 
	padding-bottom: 20px; 
	background-color: #ffffff;
}

.contentLeft {
	background-color: #ffffff;
	background-image:url(../images/contentBackground.gif);
	background-repeat:repeat-x;
	border: 1px solid #ffffff;
}

.contentRight {
	
}

.recentPostingHeader {
	background-image:url(../images/recentPostingHeaderBG.gif);
	background-repeat:repeat-x;
	padding: 6px;
	font-size: 14px;
	color: #fff;
	border: 1px solid #9f937e;
	font-weight: bold;
}

.applyBox {
	float: right;
	width: 200px;
	height: 123px;
	background-image:url(../images/applyBoxBG.gif);
	background-repeat:no-repeat;
	text-align: center;
	padding: 20px 0px 0px 0px;
	margin: 5px 10px 0px 10px;
}


/*RESUME VIEW STYLES*/

.resumeFormatControls {
	width: 600px;
	/*border: 1px solid #9f937e;
	padding: 5px;*/
	padding-top: 10px;

}

.resumeFormatControls table, 
.resumeFormatControls tr, 
.resumeFormatControls td, 
.resumeFormatControls th {
	margin: 0px;
	padding: 0px;
	max-width: 580px;
	/*border: 0px;*/
	color: #000000;
	vertical-align: top;
}

.resumeFormatControls table {
	border: 1px solid #c0c0c0;
}

.resumeFormatControls table table {
	border: 0px;
}

.resumeFormatControls td {
	margin: 0px;
	padding: 3px;

}

.resumeFormatControls p {
	margin: 4px 0px;
}

.resumeFormatControls img {
	max-width: 600px;
	height: auto;
}

.resumeFormatControls h1,
.resumeFormatControls h2,
.resumeFormatControls h3,
.resumeFormatControls h4 {
	color: #000000;
	font-size: 12px;
	font-style:normal;
}

.resumeFormatControls li {
	color: #000000;
	font-size: 12px;
	font-style:normal;
	margin-top: 2px;
	margin-bottom: 2px;
}

.resumeFormatControls ul, .resumeFormatControls ol {	
	margin-top: 2px;
	margin-bottom: 12px;
}



/*END RESUME VIEW STYLES*/


/*FORM STYLES*/

#userForms td {
	padding: 8px 6px;
}

.inp{
	width:261px;
}

.inp2{
	width:150px;
}

.submit {
	font-weight: bold; 
	font-size: 13px; 
	border: 1px solid #000;
	padding: 2px 10px;
}

.submit:hover {
	cursor: pointer; cursor: hand;
}

select, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #cbcbcb;
	margin-top: 3px;
}

.btn1 {
	border: 1px solid #cbcbcb;
	margin-top: 3px;
	width: 100px;
	text-align: center;
	float: right;
	background-color: #d4d0c8;
	height: 18px;
	vertical-align: middle;
}

.btn1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.state{
	font-weight:normal;
}

.terms {
    font-size:11px; 
    font-family:arial, helvetica, sans-serif;
}

.required {
	color: #CC3333; 
	font-size: 18px; 
	font-weight: bold;
}

/*END FORM STYLES*/

/*TEXT STYLES*/

p, td, li, font {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}

h1 {
	font-size: 19px;
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #103c6b;
}

.blueText {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #103c6b;
	font-weight: bold;
}

a {
	text-decoration:none;
	color:#3333FF;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;	
}


h2{
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	text-transform:uppercase;
}

.drkblue {
    font-size: 18px;
    font-weight: bold;
    color: 103C6B;
}

.finePrint {
	font-size: 10px;
}

/*END TEXT STYLES*/







    
