body {
	background-color: white;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

body, td, th, input, select, textarea {
	color: #475d6e;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}

#container {
	margin: 20px auto;
	width: 900px;
}

#header {
	height: 26px;
	background-image: url(../images/header_bck.gif);
	padding-left: 64px;
	background-repeat: no-repeat;
}

#body {
	background-color: #004a80;
	background-image: url(../images/body_bck.gif);
	padding-left: 2px;
	padding-right: 2px;
}
#body_int {
	background-image: url(../images/body_int_bck.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#body_footer {
	background-color: #004a80;
	background-image: url(../images/body_footer.gif);
	height: 11px;
	font-size: 3px;
}


#logo_head {
	height: 110px;
	background-image: url(../images/logo_head_bck.jpg);
	background-position: center top;
}
#logo_head td {
	vertical-align: top;
}
#logo {
	padding: 28px 0 0 28px;
	width: 166px;
}
#ems {
	padding: 55px 0px 0px 0;
}
#flash_home {
	padding: 0px 22px 0 0;
	text-align: right;
}



#content {
	padding: 0 0 21px 34px;	
	background-image: url(../images/content_area_bck.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#content_header {
	background-image: url(../images/content_header.gif);
	height: 19px;
	font-size: 3px;
	background-repeat: no-repeat;
}
#content_footer {
	height: 19px;
	background-image: url(../images/content_footer.gif);
	font-size: 3px;
	background-repeat: no-repeat;
	background-position: left;
}
#content_body {
	background-image: url(../images/content_bck.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#content_box {
	width: 557px;
	vertical-align: top;
}
#content_box_header {
	background-image: url(../images/content_box_header.gif);
	background-color: white;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
}
#content_box_footer {
	background-image: url(../images/content_box_footer.gif);
	background-color: white;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
}
#content_box_body {
	background-image: url(../images/content_box_bck.gif);
	background-color: white;
	padding: 15px 25px;
	width: 507px;
	line-height: 140%;
	text-align: justify;
	vertical-align: top;
}

#content_height {
	height: 447px;
	vertical-align: top;
}

#images {
	padding-left: 19px;
	padding-right: 15px;
	vertical-align: top;
}

#content_box_big {
	width: 814px;
	vertical-align: top;
	padding-left: 19px;
}
#content_box_big_header {
	background-image: url(../images/content_box_big_header.gif);
	background-color: white;
	height: 10px;
	font-size: 3px;
}
#content_box_big_footer {
	background-image: url(../images/content_box_big_footer.gif);
	background-color: white;
	height: 10px;
	font-size: 3px;
}
#content_box_big_body {
	background-image: url(../images/content_box_big_bck.gif);
	background-color: white;
	padding: 15px 25px;
	width: 764px;
	line-height: 140%;
	text-align: justify;
	vertical-align: top;
}	


h1 {
	color: #00adef;
	font-size: 17px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}
h2 {
	color: #00adef;
	font-size: 8.5pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}
p {
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
}
span.box {
	border: 1px solid #D5F0FC;
	padding: 10px;
	display: block;
	margin-top: 15px;
	padding-right: 20px;
}
p.highlight {
	background-color: #F0FAFD;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px dashed #91D9FA;
}
p.date {
	border-top: 1px solid #E2F5FC;
	width: 50%;
	padding-top: 5px;
	padding-bottom: 20px;
	margin-top: -5px;
	color: #65ABDC;
}

a:link, a:visited, a:active {
	color: #0041FB;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #0072EC;
}

#footer {
	font-size: 7.5pt;
	padding-top: 7px;
	line-height: 130%;
	text-align: center;
}
#footer span {
	color: #A8BAC7;
	padding: 0 3px;
	font-size: 9px;
}

#goblinfactory {
	float: right;
	text-align: right;
}
#lnks {
	text-align: left;
	float: left;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix {
	height: 1%;
}

.image_box_top {
	background-image: url(../images/img_box_top.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
	width: 243px;
	font-size: 3px;
}
.image_box_bottom {
	background-image: url(../images/img_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
	width: 243px;
	font-size: 3px;
}
.image_box_body {
	background-repeat: repeat-y;
	text-align: center;
	background-position: center;
	background-image: url(../images/img_box_body.gif);
	min-height: 136px;
}


.tbl {
	border: 1px solid #5FBFF0;
	/*border: 1px solid #A7DFFC;*/
}
.tbl td, .tbl th {
	padding: 3px 6px;
}
.tbl td {
	border-right: 1px solid #CBEBFC;
}
.tbl th {
	background-color: #A7DFFC;
	color: #003471;
	font-weight: bold;
	text-align: left;
}
.alt {
	background-color: #E2F5FC;
}



#login {
	border: 1px solid #D5F0FC;
	padding: 10px;
	width: 230px;
}
#upload {
	border: 1px solid #A7DFFC;
	padding: 10px;
	width: 410px;
	margin-top: 20px;
}
* html #File1 {
	width: 300px;
}
.button {
	border: 1px solid #1bb5ef;
	background-color: #d5f0fc;
	color: #0f7de4;
	margin-top: 5px;
	width: 60px;
	height: 20px;
}



.popmenu {
	display: none;
	position: absolute;
	background-color: white;
	border: 1px solid #75cdf5;
	border-top: none;
	z-index: 1;
	background-image: url(images/menu_active_bck.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.popmenu div.popmenu {
	margin-left: 148px;
	margin-top: -26px;
	position: absolute;
	z-index: 5;
}
.popup_header, .popup_footer {
	display: none;
}

#header td {
	vertical-align: top;
}
a.linkmenu:link, a.linkmenu:visited, a.linkmenu:active {
	display: block;
	height: 20px;
	color: #003471;
	text-decoration: none;
	padding: 3px 10px 0 10px;
	font-size: 9pt;
	font-weight: bold;
	font-family: Trebuchet MS;
	margin-left: 1px;
	margin-right: 1px;
	border-bottom: none;
	background-color: #e9f0f4;
	
}
a.linkmenu:hover {
	background-color: #316d98;
	color: white;
}
a.linkmenu_selected:link, a.linkmenu_selected:active, a.linkmenu_selected:visited {
	display: block;
	height: 23px;
	color: #00adef;
	background-image: url(../images/menu_active_bck.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #d8f1fc;
	text-decoration: none;
	padding: 3px 10px 0 10px;
	font-size: 9pt;
	font-weight: bold;
	font-family: Trebuchet MS;
	background-color: #E2F5FC;
	margin-left: 1px;
	margin-right: 1px;	
}
a.linkmenu_selected:hover {
	color: white;
	background-color: #1BB5EF;
	background-image: none;
}

a.linksubmenu:link, a.linksubmenu:visited, a.linksubmenu:active {
	display: block;
	color: #003471;
	padding: 4px 9px 4px 9px;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	font-family: Trebuchet MS;
	width: 130px;

}
a.linksubmenu:hover {
	color: #003471;
	background-color: #d5f0fc;
/*
	color: white;
	background-color: #1BB5EF;
	background-image: none;
*/
}



a.linksubmenu_selected:link, a.linksubmenu_selected:visited, a.linksubmenu_selected:active {
	font-weight: bold;
	display: block;
	color: #00adef;
	padding: 4px 9px 4px 9px;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	font-family: Trebuchet MS;
	width: 130px;
}
a.linksubmenu_selected:hover {
	color: #00adef;
	background-color: #d5f0fc;
}

ul, ol {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
li {
	padding-bottom: 10px;
	padding-left: 30px;
	list-style: none;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 7px 2px;
}

ul.sitemap {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-bottom: 5px;
}
li.sm {
	padding-bottom: 5px;
}

.unleaded {
	color: #73BF00;
	padding-left: 10px;
}
.leaded {
	color: #FF8C00;
	padding-left: 10px;
}



