body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	margin: 0;
	background-color: #DAF1FC;
}

a:link
{
	color: #0066CC;
	text-decoration: none;
}
a:visited
{
	color: #0066CC;
	text-decoration: none;
}
a:hover
{
	color: #0066CC;
	text-decoration: underline;
}
a:active
{
	color: #0066CC;
	text-decoration: none;
}

#container
{
	width: 770px;
	margin: auto;
	text-align: left;
	background-color: #FFFFFF;
}
#header
{
	float: left;
	width: 100%;
	height: 147px;
	background-image:url(../graphics/header.jpg);
	background-position:bottom left;
	background-repeat: no-repeat;
	clear: both;

	
}
#nav
{
	float: left;
	width: 770px;
	height: 21px;
	padding: 5px 0px 2px 0px;
	background-color:#8EBBE8;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	
}
.navButton
{
	font-size: 13px;
	padding: 5px 10px 5px 10px;
	margin: 5px 0px 0px 0px;
	font-weight: bold;
	color: #FFFFFF;
}
.navButton a:link, .navButton a:visited, .navButton a:active  
{
	font-size: 13px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #FFFFFF;
}
.navButton a:hover
{
	font-size: 13px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #EEEEEE;
	text-decoration: none;
}
.navButtonOn 
{
	font-size: 13px;
	padding: 5px 10px 5px 10px;
	margin: 5px 0px 0px 0px;
	font-weight: bold;
	color: #333333;
}
.navButtonOn a:link, .navButtonOn a:visited, .navButtonOn a:active  
{
	font-size: 13px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.navButtonOn a:hover
{
	font-size: 13px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#content
{
	width: 100%;
	padding: 0;
	clear: both;
	background-color: #FFFFFF;
}
#leftColumn
{
	width: 230px;
	float: left;
	padding: 10px 0px 10px 10px;
}
#middleColumn
{
	width:270px;
	float: left;
	padding: 10px 10px 10px 10px;
	text-align: center;
	vertical-align: middle;
}
#doubleRightColumn
{
	width:500px;
	float: left;
	padding: 10px 10px 10px 10px;
	text-align: left;
	vertical-align: middle;
}
#rightColumn
{
	width: 230px;
	float: left;
	padding: 10px 10px 10px 0px;
}
#singleColumn
{
	width: 750px;
	float: left;
	padding: 10px 10px 10px 10px;
}
#footer
{
	width: 100%;
	height: 50px;
	
	clear: both;
	
	background-image:url(../graphics/footer.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	background-color: #DAF1FC;
	
	text-align:right;
	vertical-align: top;
	
	color: #666666;
	font-size:9px;
}
#footer p
{
	margin: 0;
	padding: 20px 0px 0px 0px;
}
#leftColumn p, #rightColumn p, #middleColumn p, #doubleRightColumn p, #singleColumn p, #singleColumn li, #formTable td
{
	margin: 0;
	padding: 3px 0px 3px 0px;
	color: #666666;
}
#leftColumn h3, #rightColumn h3, #middleColumn h3, #doubleRightColumn h3, #singleColumn h3
{
	padding: 0;
	margin: 0px 0px 7px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	
	color: #0066CC;
}
#singleColumn h4
{
	padding: 0;
	margin: 0px 0px 7px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	
	color: #666666;
}
.textBox
{
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #0066CC;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		
	padding: 2px;
}
.textBoxMan
{
	background-color: #DDEEFF;
	border-width: 1px;
	border-style: solid;
	border-color: #0066CC;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		
	padding: 2px;
}
.formButton
{
	background-color: #DDEEFF;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		
	padding: 2px;
}
.smallText
{
	font-size: 10px;
}
#formTabkle
{
	padding: 0;
	margin: 0;
}
#errorMsg
{
	color: #FF0000;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
} 
#jobOverview .header
{
	background-color: #CCCCCC;
	font-size: 13px;
	font-weight: bold;
	
	color: #333333;
}
#jobOverview .row1
{
	background-color: #F3F9FF;
	font-size: 12px;
	font-weight: normal;
	
	color: #666666;
		
}
#jobOverview .row2
{
	background-color: #E5F2FF;
	font-size: 12px;
	font-weight: normal;
	
	color: #666666;
		
}
#jobDetails .title
{
	font-size: 14px;
	font-weight: bold;
	
	color: #666666;
	background-color: #FFFFFF;
}
#jobDetails .description
{
	font-size: 13px;
	font-weight: normal;
	
	color: #666666;
	
	background-color: #FFFFFF;
	

}
#jobDetails .normal
{
	font-size: 12px;
	font-weight: normal;
	
	color: #666666;
}