body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin:0;
	padding:0;
	line-height:1.6em;
	color:#3B4372
}
h1 {
	font-size:1.8em;
	padding:0;
	margin:0;
}
h2 {
	font-size:1.4em;
}
h3 {
	color:#8CC63E;
	font-size:1.1em;
	padding:0;
	margin:0;
}
a {
	color:#99232F;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
form {
	padding:0;
	margin:0;
}
fieldset {
	border:none;
}
legend {
	color:#8CC63E;
	font-weight:bold;
}
.green {
	color:#8CC63E;
}
.blue {
	color:#3B4372;
}
#all {
	width:990px;
	margin:0px auto;
	border:1px solid #eee;
}
#header {
}
#menuWrapper {
}
/*menu*/
#menu {
	padding-left:22px;
	float:left;
	width:700px;
	color:#8CC63E;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */

.menu5 {
text-align:left; 
/*font-family: verdana, sans-serif; */
position:relative; 
font-size:0.9em;
height:2.5em; 
margin:0; 
padding:0; 
list-style-type:none;
}
.menu5 ul {
padding:0; 
margin:0; 
list-style-type:none; /* for Firefox */
}
.menu5 li {
float:left; 
position:relative;
padding:3px;
display:block; 
line-height:2.5em; 
}
.menu5 li a, .menu5 li a:visited {
display:block; 
text-decoration:none; 
/*width:6em; */
color:#3B4372; 
float:left; 
/*padding-right:1em; */
height:2.5em; 
line-height:2.5em; 
}
* html .menu5 li a, .menu5 li a:visited {
/*width:7em; w\idth:6em;  hack for IE5.5 */
}
.menu5 li ul {
visibility:hidden; 
position:absolute; 
top:2.5em; 
left:0; 
height:0; 
overflow:hidden;
}
.menu5 table {
margin:-1px; 
border-collapse:collapse; 
font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a,
.menu5 li a:hover {
text-decoration:none; 
color:#8CC63E;
border:0;
}
.menu5 li:hover ul,
.menu5 li a:hover ul {
visibility:visible; 
height:auto; 
width:9em; 
background:#fff; 
/*border:1px solid #ddd; */
left:0; 
top:2.5em; 
overflow:visible;
}
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
display:block; 
font-weight:normal; 
background:transparent; 
text-decoration:none; 
height:auto; 
line-height:1.5em; 
/*padding:0.5em; */
width:8em;
border-bottom:1px solid #ccc;

}
* html .menu5 li a:hover ul li a {
width:8em; w\idth:7em; /* hack for IE5.5 */
}
.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
visibility:hidden; 
position:absolute; 
top:0; 
left:9.5em; 
height:0; 
overflow:hidden;
}
.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
text-decoration:none;
}
.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
visibility:visible; 
color:#000; 
/*border:1px solid #ddd; */
height:auto; 
background:#fff; 
width:8.5em;
} 
.menu5 li:hover ul li:hover ul.left,
.menu5 li a:hover ul li a:hover ul.left {
left:-9.3em;
}
.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
display:block; height:auto;
}
.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
text-decoration:underline;
}
/**/
#search {
	float:right;
	width:250px;
	padding:10px 0 0 0;
	text-align:right;
}
.btn {
	background:transparent;
	color:#3B4372;
	padding:0;
	margin:0;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
}
#main {
	clear:left;
	padding:7px 10px 20px 25px;
}
#leftCol {
	float:left;
	width:503px;
	padding:0;
}
#rightCol {
	width:445px;
	float:right;
	text-align:center;
	height:480px;
}
/* home styles */
.homePage #leftCol{
	padding:40px 0 0 40px;
	font-size:1em;
	width:355px;
}
.homePage #rightCol p {
	padding:0 0 5px 0;
	font-size:0.9em;
}
.homePage #rightCol {
	text-align:left;
	width:525px;
}
.homePage #leftCol h1 {
	font-size:2.8em;
	padding:0;
	margin:0;
	line-height:0.9em;
}
.homePage #rightCol h2 {
	color:#FFFFFF;
	margin:40px 0 0 250px;
}
.homePage #rightCol p {
	color:#756862;
	margin:23px 40px 0 280px;
	line-height:1em;
}
.homePage #rightCol a {
	color:#756862;
	text-decoration:none;
}
/* text pages
.textPage #leftCol{
	width:440px;
	padding:25px 0 0 25px;
}
.textPage #rightCol {
	padding:0;
} */
.vacancies {
	border-bottom:1px solid #ccc;
	padding:5px 0;
}
#footer {
	clear:both;
	background-color:#8CC63E;
	text-align:center;
	color:#FFFFFF;
	padding:3px;
}
.error {
	color:#FF0000;
}
.note {
	font-size:0.8em;
	color:#999999;
}
.borderBtm {
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
}
/* admin pages */
.adminTable, .borderTable {
	border:1px solid #ccc;
	border-collapse:collapse;
}
.adminTable tr {
	border-bottom:1px solid #ccc;
}
.adminTable th {
	background-color:#3B4372;
	color:#FFFFFF;
	font-weight:bold;
	border-left:1px solid #ccc;
}
.adminTable th a {
	text-decoration:underline;
	color:#FFFFFF;
}
.adminBox {
	margin-bottom:10px;
}