@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
border:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

body{
background:#336699;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFF;
background-image:url('images/sitebg.png');
}

#site{
position:relative;
width:800px;
margin:auto auto;
border-left:2px solid #000;
border-right:2px solid #000;
border-bottom:2px solid #000;
background:#0f93ce;

}

#banner{
position:relative;
height:120px;
width:800px;
}

#nav{
position:relative;
background-image:url('images/navbg.png');
height:43px;
text-align:center;
margin-bottom:20px;
}


#body{

}

#body_left{
position:relative;
width:580px;
float:left;
}

#content{
position:relative;
width:570px;
margin-left:10px;
}
#content_heading{
position:relative;
width:570px;
height:39px;
background-image:url('images/content_heading.png');
}
#content_box{
position:relative;
width:570px;
background-image:url('images/contentbg.png');
}
#content_text{
position:relative;
width:520px;
margin-left:20px;
padding-bottom:10px;
}

#content_text a:link, #content_text a:visited{
color:#2a6591;
font-weight:bold;
text-decoration:none;
}
#content_text a:hover, #content_text a:active{
color:#FFF;
font-weight:bold;
text-decoration:none;
}
#content_footer{
position:relative;
width:570px;
height:25px;
background-image:url('images/content_footer.png');
}



#body_right{
position:relative;
width:220px;
height:370px;
float:right;
text-align:center;
}

#right_links{
position:relative;
height:300px;
}



#right_logo{
position:absolute;
bottom:20px;
right:0px;
width:220px;
}
#clear{
clear:both;
height:20px;
}
#footer{
position:relative;
height:20px;
background-image:url('images/footerbg.png');
text-align:center;
}
#footer_text{
position:relative;
height:10px;
font-size:10px;
top:4px;
}

p{
margin-bottom:3px;	
}

.bold{
font-weight:bold;
}


.h1{
font-size:14px;
font-weight:bold;
font-family:verdana;
}

.h2{
margin-top:10px;	
font-size:12px;
font-weight:bold;
font-family:verdana;
}



.oneline{
width:200px;
border:1px solid #000 !important;
background:#336699 !important;
color:#FFF !important;
font-family:verdana;
font-size:10px;
}
.oneline400{
width:400px;
border:1px solid #000 !important;
background:#336699 !important;
color:#FFF !important;
font-family:verdana;
font-size:10px;
}
.multiline{
width:300px;
height:100px;
border:1px solid #000 !important;
background:#336699 !important;
color:#FFF !important;
font-family:verdana;
font-size:10px;
}
.multiline400{
width:400px;
height:100px;
border:1px solid #000 !important;
background:#336699 !important;
color:#FFF !important;
font-family:verdana;
font-size:10px;
}
.file{
width:300px;
border:1px solid #000 !important;
background:#336699 !important;
color:#000 !important;
font-family:verdana;
font-size:10px;
}
.submit_btn{
color:#FFFFFF;
}
.submit_btn a:link, .submit_btn a:visited{
display:block;
padding-top:2px;
width:40px;
height:15px;

font-size:11px;
font-weight:bold;
text-align:center;
text-decoration:none;

cursor:pointer;
background-color:#FFFFFF;
color:#FFFFFF;
border:1px solid #000;
}
.submit_btn a:hover, .submit_btn a:active{
color:#336699;
background-color:#6cb1e1;
text-decoration:none;
}

h1{
font-size:14px;
font-family:verdana;
font-weight:bold;
margin-bottom:5px;
}
h2{
font-size:12px;
font-family:verdana;
font-weight:bold;
margin-bottom:2px;
}
h3{
font-size:10px;
font-family:verdana;
font-weight:bold;
margin-bottom:2px;
}
ul{
list-style-position: inside;
margin-left:10px;
}

/* List ----------------------------------------------------------------------*/
.list {
	font-family:verdana;
	font-size:10px;
	width:100%;
}
.list_hd_row {
	font-weight:bold;
}
.list_hd {
	padding:2px;
	font-size:12px;
	color:#FFFFFF;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color:#336699;
}
.list_val_row {
}
.list_text {
font-size:10px;
}
.list_text a:link, .list_text a:visited{
font-size:10px;
color:#000;
font-family:verdana;
}
.list_text a:hover, .list_text a:active{
font-size:10px;
color:#FFF;
font-family:verdana;
}

.group_row {
	background-color:#f3e3cb;	
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.group {
	padding:5px;
	
	font-weight:bold;

	border-top-style:solid;
	border-top-width:1px;
	
	border-bottom-style:solid;
	border-bottom-width:1px;
	
	
}
.list_val {
	font-size:10px;
	padding:2px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000;
}
.list_info_table {
	width:100%;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	background-color:#717073;
	border-top-style:solid;
	border-top-width:4px;
	border-top-color:#a0ce67;
	border-bottom-style:solid;
	border-bottom-width:4px;
	border-bottom-color:#a0ce67;
	padding:0px;
}
.list_info_cell {
	font-family:Verdana;
	font-size:10px;
	text-align:center;
	width:200px;
}


@media print{
	input {
		display:none;
	}
	.list_info_table { 
		display:none; 
	}
	.list_hd { 
		font-weight:bold;
		border-color:#444;
	}
	.list_hd_row {}
	.link_hd {}
}

.filterdropdownheading {
font-size:8px;
}


.email_sel {
	width:800px;
	height:350px;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:#a0ce67;
	background-color:#fff;
	overflow:auto;
}
.email_sel_element {
	border-bottom-width:1px;
	border-bottom-color:#aaa;
	border-bottom-style:solid;
}

#list_div {
position:relative;
width:500px;
border:0px solid #000;
padding:5px;
}

#list_div a:link, #list_div a:visited {
color:#000;
text-decoration:none;
}
#list_div a:hover, #list_div a:active {
color:#000;
text-decoration:underline;
}
/* List ----------------------------------------------------------------------*/

