html, body{
	margin:0; 
	padding:0; 
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
} 

#container{
	width: 701px;
	margin: 0;
}

#top{
	background-image: url("../../../images/header.gif");
	height: 128px;
}

#top h1{
	padding: 0;
	margin: 0;
}

#topnav{
	padding-left: 145px;
	padding-top: 1px;
	background-image: url("../../../images/background_top.gif");
	height: 55px;
	margin-top: -1px;
	font-size: 11px;
}

#container2{
	background: url("../../../images/background.gif") repeat-y 0 0;
	width: 701px;
	float:left;
}

#leftnav{
	float:left;
	width: 135px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 15px;
}

#leftnav p{
	padding-left: 5px;
	margin-bottom: 0px;
}

#content{
	margin-left: 146px;
	padding: 1em;
	width: 522px;
	padding-bottom: 5px;margin-top: -10px;
}

#content h2{
	font-size: 19px;
	text-align: center;
	margin: 0 0 .5em 0; 
	color: #003399;
}

#content .red{
	color: red;
	font-weight: bold;
}

#footer{
	clear: both;
	background-image: url("../../../images/footer.gif");
	padding-top: 9px;
	padding-left: 5px;
	font-size: 10px;
	height: 23px;
	width: 701px;
	color: #4170A0;
}

.org_table{
	border: thin solid black;
	width: 25%;
	font-size: 1;
}

a:visited {color: #4170A0; text-decoration: none;}
a:active {color: #4170A0; text-decoration: none;}
a:link {color: #4170A0; text-decoration: none;}
a:hover {color: red;}

td.side {
	font-size: large;
	vertical-align: top;
	width: 33%;
	color: darkblue;
}

img.left {
	
	float: left;
	padding-right: 10px;
}

img.right {
	float: right;
	padding-left: 10px;
}


/* MISC */

.imgtable
{
	width:490px;
}	

.search_header
{
border-top: black 1px solid;
border-right: black 1px solid;
border-bottom: black 1px solid;
font-size: 10pt;
font-weight: bold;
background: #4170A0;
padding-left: 5px;
}

.search_header_left
{
border: black 1px solid;
font-size: 10pt;
font-weight: bold;
background: #4170A0;
padding-left: 5px;
}

.result_TD
{
border-right: black 1px solid;
border-bottom: black 1px solid;
font-size: 10pt;
padding-left: 5px;
}

.result_leftTD
{
border-left: black 1px solid;
border-right: black 1px solid;
border-bottom: black 1px solid;
font-size: 10pt;
padding-left: 5px;
}


.result_light_TD
{
border-right: black 1px solid;
border-bottom: black 1px solid;
font-size: 10pt;
background: #f0f8ff;
}

.result_light_leftTD
{
border-left: black 1px solid;
border-right: black 1px solid;
border-bottom: black 1px solid;
font-size: 10pt;
background: #f0f8ff;
}

.search_img_header
{
font-size: 10pt;
font-weight: bold;
padding-left: 5px;
}
.search_img_header_left
{
font-size: 10pt;
font-weight: bold;
padding-left: 5px;
}
.result_img_TD
{

font-size: 10pt;
padding-left: 5px;
}
.resultimg_img_leftTD
{

font-size: 10pt;
padding-left: 5px;
}

.button { 
border-style: solid; 
border-width: 1px; 
border-color: black; 
font-size: 8pt; 
font-weight: normal;
padding: 1px;
}

.txtinput { 
width:	110px;
border-style: solid; 
border-width: 1px; 
border-color: black; 
background: rgb(255,255,255); 
color: rgb(0,0,0); 
}

.txtinput_disabled { 
width:	110px;
border-style: solid; 
border-width: 1px; 
border-color: gray; 
background: rgb(255,255,255); 
color: rgb(0,0,0); 
}

h4{
line-height: 5%;
}

.left-float{
float:left;
margin-right:20px;
width:200px;
height:100%;
}

.small{
font-size:75%;
}

.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#4170A0;
color:#fff;
width:100%;
padding:5px;
text-align:left;
font-weight:bold;
/*border:1px solid #000000;*/
}

.menutitle2{
cursor:pointer;
margin-bottom: 5px;
background-color:#4170A0;
color:#fff;
width:100%;
padding:5px;
text-align:center;
font-weight:bold;
/*border:1px solid #000000;*/
}


.submenu{
margin-bottom: 0.5em;
text-align:left;
}


.job {
line-height:100%;
}

ul.noshow {
list-style-type: none;
}



