body 
{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#53637C;
	font: normal 12px , Arial, Helvetica, sans-serif;
	color: #3B3B3B;
	width:1003px;
}

#banner
{
	height:150px;
	background-color:#53637C;
}

h1 {
	color: #4F789F;
}

h2 {
	color: #94B8CD;
}

h3 
{
	color: #3B3B3B;
	font-size: 1em;
}

a {
	color: #4F789F;
}

a:hover {
	text-decoration: none;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 10px 15px;
	background: #3B3B3B;
	text-transform: uppercase;
	font: bold 12px Arial, serif;
	color: #FFFFFF;
}

.boxed .content {
	padding: 20px;
}

.boxed ul {
	list-style: none;
}

/* Post */

.post {
	clear: both;
	padding:10px 10px 10px 10px;
}

.post .content {
	line-height: 1.6em;
}

.post .title {
	margin-bottom: 10px;
	font-family: Arial, serif;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

/* Header */

#JobHeading {
	margin: 0 auto;
	background-color:#D4DAEA;
}

#header {
	width: 1003px;
	height: 70px;
	margin: 0 auto;
	background-color:#D4DAEA;
}

#header h1, #header h2 {
	text-transform: none;
	font-family:Arial Sans-Serif;
	font-weight: normal;
}

#header h1 {
	float: left;
	padding:2px 5px 2px 0px;
	letter-spacing: 3px;
	font-size: 38px;
	text-align:right;
}

#header h2 
{
	float: left;
	padding:10px 5px 2px 0px;
	letter-spacing: 2px;
	font-size:17px;
	text-align:left;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* End Header */

#content {
	width: 1003px;
	/*margin: 0 auto;
	background-repeat:repeat-y;
	border-top: 1px solid #3B3B3B;*/
	background-color:White;
	
}

#sidebar {
	float: left;
	width: 200px;
	background-image:url(../Images/line_block.gif); 
	background-repeat:repeat-y;
	padding-left: 1px;
}

/* Menu */

#menu 
{
	width: 1003px;
	margin: 0 auto;
	height:20px;
	text-align:left;
	vertical-align:middle;
	background-color:#7586A4;
	padding:5px 0px 0px 0px;
	text-decoration:none;
}

#menu ul {
	padding: 0px;
	letter-spacing:10px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a 
{
	display: block;
	padding:0px 0px 0px 7px;
	text-decoration:none;
	color: white;
}

#menu a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

#menu .active a {
	color: white;
	text-decoration:underline;
}

/* Breadcrumb 8 */
#breadcrumb
{
	height:20px; 
	background-color:#B8C9E3; 
	color: #000000; 
}

#breadcrumb-text
{
	padding-left:6px; 
	padding-top:3px;
	font-size:10px;
}

/*Left Child Content*/
#leftchild
{
	width:200px;
	border-right:solid 1px #A3AEC0;
	background-color:#D5D9E1;
	vertical-align:top;
}

/* Table */

#tableheader
{
	border-bottom-color:#3b3b3b;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

/* End Table */

/* Footer */

#footer {
	width: 1003px;
	height: 25px;
	background: #7586A4/*#595959*/;
	font-size: 11px;
	color: #FFFFFF;
}
#footer-text
{
	padding:2px 10px;
}


#legal {
	float: left;
}

#links {
	float: right;
}

.clicklink 
{
	font: normal 12px Arial, Verdana, Sans-serif;
	font-weight:bold;
}

#pagetitle
{
	font:normal 16px arial,verdana, san-serif;
	font-weight:bold;
	color:#53637C;
}




.apptitle1
{
font-family: Arial, Verdana, Sans-serif;
color: White;
vertical-align:bottom;
background-color:#7586A4;
font-size: 14px;
font-weight: bold;
height:25px;
width: 100%;
display: block;
}

.applabel
{
font-family: Arial, Verdana, Sans-serif;
color: black;
font-size: 12px;
text-align: left;
width: 12em;
float: left;
margin-left: .5em;
display: block;
}

.apptbltextbox
{
background: white;
/*border: 1px solid #781351;*/
font-family: Arial, Verdana, Sans-serif;
color: black;
font-size: 12px;
text-align: left;
}

.apptableform
{
border: solid 1px #7586A4;
width:350px;
background-color:white;
}