@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #676767;
}
body {
	background-color: #BABABA;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #9f2424;
}
a:visited {
	color: #9f2424;
}
a:hover {
	color: #D13A3A;
}
a:active {
	color: #9f2424;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	margin-top: 8px;
    margin-bottom: 8px;

}

h1 {
	font-size: 18px;
	color: #3a5f8e;
	font-weight: lighter;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

form {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	}
	
ul { 
	
	list-style: round; 
	line-height: 1.5em;
} 




#left-menu{
position:absolute;
left:-7px;
top:280px;
z-index:999;
}

.leftmenu-text {
margin-left: 15px;
margin-right: 30px;
}

#container{
	position:absolute;
	left:0px;
	top:0px;
	width:833px;
	height:100%;
	left:50%;
	margin-left:-416px;
	min-height: 100%;

}

.greybar {
	background-image: url(../images/orbit-04.png);
	height: 27px;
	color: #ffffff;
	font-weight:normal;
}

.nav {
	background-image: url(../images/orbit.jpg);
	height: 40px;
}

.footerbkgd {
	background-image: url(../images/orbit-04.png);
	background-repeat:repeat-y;
	height: 127px;
}

.footer {
	
	font-size: 10px;
	color: #bebebe;
}

.content {

height: 305px;
width: 833;
background-color: #FFFFFF;
vertical-align: top;

}

#footerlinks {
	
	font-size: 10px;
	color: #ffffff;
}

#footerlinks a:link {
	color: #ffffff;
	text-decoration: none;
}
#footerlinks a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footerlinks a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#footerlinks a:active {
	color: #ffffff;
	text-decoration: none;
}



.subtitle {
	font-size: 13px;
	color: #990000;
	font-weight: bold;
}

.subtitle-normal {
	font-size: 13px;
	color: #990000;
}



.header-blue {
	color: #2361A7;
	font-weight: bold;
	background-color: #DCE0F1;
}



.table-border {
	border: thin solid #DCE0F1;
	
}


	
.search {
border: 1px solid #000000;
font-size:10px
}

.searchtext {
margin-left: 1.5em;
color: #ffffff;
}