body {
	margin: 0 auto;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;	
	font-size: 13px;
	color: #202020;
	background-color: #ffffff;
}


h1,h2,h3,h4,h5,p,img {
	border: 0;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

h1 {
	font-weight: bold;
}

a {
	color: #004e82;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#top {
	height: 125px;
	background-image: url("../images/top.png");
	background-repeat: repeat-x;
	margin-bottom: 30px;
}

#top_short {
	height: 57px;
	background-image: url("../images/top_short.png");
	background-repeat: repeat-x;
	margin-bottom: 30px;
}

.topmost {
	height: 23px;
	padding: 10px;
	text-transform: lowercase;
	color: #2a2a2a;
}

.right {
	float: right;
}

.menu {
	margin: 0;
	padding: 0;
}

.menu li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

.menu li a {
	color: #2a2a2a;
	text-decoration: none;
}

.menu li a:hover {
	color: #000;
	text-decoration: underline;
}

.sitename {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 20px;
}

.siteslogan {
	color: #461f27;
}

.bar {
	color: #FFF;
	height: 56px;
	padding: 8px;
	padding-left: 12px;
}

.bar h3 {
	color: #bcbfc1;
}

.jobtitle {
	padding-top: 12px;
	padding-right: 12px;
}

.success {
	border: 1px solid #008208;
	background-color: #b1ffb2;
	padding: 5px;
}

.error {
	border: 1px solid #800000;
	background-color: #ffb1b3;
	padding: 5px;
}

.rounded_box {
	width: 650px;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

.rounded_box_small {
	width: 414px;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

.page {
	width: 860px;
	margin: 0 auto;
}

.page_right {
	float: right;
	width: 420px;
}

.page_left {
	float: left;
	width: 420px;
}

.page td {
	padding: 10px;
}

.padding { padding: 20px; padding-top: 10px; padding-bottom: 10px; }
.rnd_top { margin-top: -5px; }
.rnd_bottom { margin-bottom: -5px; }


input[type=text], input[type=password], select {
	width: 280px;
	padding: 4px;
}

input[type=submit] {
	font-size: 110%;
	padding: 5px;
}

table.info input[type=text] {
	width: 350px;
}

table.info td.no_input {
	padding: 5px;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.help:hover { z-index:25; background-color:#fff }
a.help span { display: none }
a.help:hover span {
	display: block;
	position: absolute;
	width: 15em;
	border: 1px solid #c0c0c0;
	background-color: #fff; 
	color: #000;
	padding: 5px;
	text-align: left;
}
.help_ico {
	border: 0;
	margin-bottom: -5px;
	cursor: help;
}

.faded {
	color: #808080;
}

.headertb {
	margin: 0;
	padding: 0;
	margin-top: -4px;
}
.headertb tr {
	margin: 0;
	padding: 0;

}
.headertb td {
	margin: 0;
	padding: 0;
}