body#body {
	margin: 0;
	background: #FFFFFF url('../images/body-bg.gif') repeat-y left;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


div#wrapper {
	background: url('../images/template-bg.jpg') no-repeat top left;
	width: 870px;
	height: 595px;
}

a#logo {
	position: absolute;
	left: 22px;
	top: 14px;
	width: 154px;
	height: 121px;
	background: url('../images/logo.gif') no-repeat;
}

h1#pageTitle {
	position: absolute;
	left: 435px;
	top: 22px;
	width: 400px;
	margin: 0;
	padding: 0;
	height: 40px;
	text-align: right;
	font-size: 28px;
	font-family: arial, sans-serif, helvetica;
	font-weight: normal;
	letter-spacing: 2px;
	color: #D6162F;
}

ul#nav {
	position: absolute;
	left: 19px;
	top: 150px;
	width: 158px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.soman{ display:inline;}
.soman h3{margin:0; padding:0; display:inline;}
.soman h3 a{text-decoration:none;color:#ffffff;}
ul#nav a {
	display: block;
	width: 158px;
	padding: 5px 0 4px 0;
	margin-bottom: 5px;
	background: url('../images/nav-bg-off.gif') no-repeat top left;
	text-align: center;
	text-decoration: none;
	font-family: arial, sans-serif, helvetica;
	font-size: 13px;
	color: #333333;
}

ul#nav a:hover {
	background: url('../images/nav-bg-on.gif') no-repeat top left;
	color: #FFFFFF;
}

div#core {
	position: absolute;
	left: 228px;
	top: 88px;
	width: 590px;
}

div#content {
}

div#footer {
	clear: both;
	padding: 15px 0 10px 0;
	text-align: right;
	font-size: 11px;
	color: #555555;
}

div#footer a {
	color: #333333;
}

h1, h2, h3, h4, h5 {
	font-family: arial, sans-serif, helvetica;
	color: #D6162F;
	font-size: 20px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4, h5 {
	font-size: 14px;
}

div.jobBox {
	background-color: #EEEEEE;
	border: 1px #CCCCCC solid;
	margin-bottom: 10px;
	padding: 10px;
}
div.jobBox h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
div.jobBox p {
	text-align: justify;
}
div.jobBox a {
	width: 90px;
	display: block;
	background-color: #CCCCCC;
	border: 1px #D6162F solid;
	text-align: center;
	color: #D6162F;
	text-decoration: none;
	font-size: 11px;
}
div.jobBox a:hover {
	background-color: #D6162F;
	color: #FFFFFF;
}

table.formTable tr {
}
table.formTable th {
	color: #D6162F;
	font-weight: normal;
	text-align: left;
}
input.formElement, input.formElementRequired {
	font-family: arial, helvetica, sans-serif;
	width: 250px;
	border: 1px solid #bbbbbb;
}
input.formElementRequired {
	border: 1px solid #ff0000;
}
input.formButton, input.formButtonDisabled {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #D6162F;
	height: 22px;
	width: 100px;
	border: 1px solid #D6162F;
	background-color: #DEABB1;
}
input.formButtonDisabled {
	color: #555555;
	background-color: #cccccc;
}
textArea.formElement {
	overflow: auto;
	width: 250px;
	height: 100px;
	border: 1px solid #bbbbbb;
}
textArea.formElementRequired {
	border: 1px solid #ff0000;
}

a img {
	border: none;
}