/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-image:url(background.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#logo {
	float:left; 
	background-image:url(road3.jpg); 
	width:274px; 
	height:213px;
}

#topheader { 
	float:right; 
	width:526px; 
	height:97px; 
	background-color:#F0F0F0; 
	background-image:url(header2.jpg); 
	position:relative
}

#toplinks {
	position:absolute; 
	right:10px; 
	top:10px;
}

#menu {
	float:right; 
	width:526px; 
	height:32px; 
	background-image:url(bg_menu.gif); 
	background-repeat:repeat-x;
}

#submenu {
	float:right; 
	width:526px; 
	height:32px; 
	background-image:url(bg_submenu.gif); 
	background-position:top; 
	background-repeat:repeat-x;
}

#contentarea {
	position: relative;
	width: 800px; 
	background: #ffffff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#contenttext {
	float:right; 
	width:529px; 
	margin-right: 15px;
}

#leftpanel {
	float:left; 
	width:250px;
}

#footer {
	position:relative;
	bottom:0; /* stick to bottom */ 
	float:left; width:800px; 
	background-color:#F0F0F0; 
	padding:10px 0px 10px 0px;
}


/*GRAY PANEL*/
.graypanel {
	border:solid 1px #666666; 
	background-color:#F7F7F7; 
	padding:10px; 
	margin:10px;
}

/*TABLE*/
table {

	float:right; 
	width:529px; 
	margin-right: 0px;
	border-collapse:collapse;
	border:1px solid #DDDDDD;
}
caption {
	font: 1.5em/1.5em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	background: url(bg_caption.jpg) right top;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	height: 45px;
	color: #003366;
}
thead th {
	background: url(bg_th.jpg) no-repeat right;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	height: 30px;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	padding:10px 7px 10px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #DDDDDD;
}

tbody tr {
	background: url(bg_td1.jpg) repeat-x top;
}

tbody tr.odd {
	background: #FFF8E8 url(bg_td2.jpg) repeat-x;
}

tbody th,td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	padding: 10px 7px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}

a 	{
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #003366;
	text-decoration: underline;
}

tfoot th {
	background: url(bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}

tfoot td {
	background: url(bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}

.bodytext a {
	color: #666666;
	text-decoration: none;
}

.bodytext a:hover {
	text-decoration: underline;
	
}

.titletext {
	font: 0.7em serif;
	font-size:35px;
	color:#003366;
	width:515px;
	top: 200px;
}

.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}

.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#003366;
}

.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}

.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}

.smallwhitetext a:hover{
	text-decoration:underline;
}

.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}

.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}

.smallgraytext a:hover{
	text-decoration:underline;
}

.smallbluetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#003366;
}

.smallbluetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#003366;
	text-decoration:none;
}

.smallbluetext a:hover{
	text-decoration:underline;
}