
body, html {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	background: #333333;
	color: #333333;
	/* height: 99%;*/
	padding: 0px; 
	margin: 0px;
	margin-bottom: 1px;
}


td {
	font-size: 14px;
	line-height: 16px;
}

td.header {
	font-size: 2px;
	line-height: 2px;
}

.link_text {
	border-bottom: 1px solid #EBE9D0;
	padding-bottom: 1px;
}
.email {
	border-bottom: 1px solid #EBE9D0;
	padding-bottom: 1px;
}

a:link, a:visited {
	text-decoration: none;
	color: #3366cc;
}
a:hover {
	text-decoration: underline;
	color: #6688EF;
}
	
a img {
	/*border: 0px;*/
	/*vertical-align: bottom;*/
	/*display: block;*/
	border: none;
	text-decoration: none;
}

.small { 
	font-size: 12px; 
	line-height: 16px; 
}

#h1 {
	text-align: left; 
	padding: 0px; 
	margin-left: 40px; 
	margin-right: 42px; 
	margin-bottom: 14px; 
	margin-top: 20px;
	font-size: 24px; 
	color: #666666; 
	font-weight: 200; 
	padding: 0px; 
}

#h2 {
	text-align: left; 
	margin-bottom: 2px;
	margin-top: 0px;
	background: #FFFFFF url(../images/dotted_line.gif) repeat-x 50% 100%;
	padding-bottom: 2px; 
	font-size: 14px;
}


/* centering content
---------------------------------------------------------- */
div#main_container {
	width: 980px; 
	border-right: 1px solid #000000; 
	border-left: 1px solid #000000;
	padding: 0px; background-color: #FFFFFF; 
	text-align: left; /* overwriting body text-align: center for inlaying content */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	height: 100%

}

#flashcontent {
	height: 80%;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

div#content {
}


/* main navigation
---------------------------------------------------------- */
div#html_nav {
	width: 980px;
	height: 30px;
	margin: 0px;
	padding: 0;
	border-top: 5px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #383d44;
	line-height: 16px;
	}

* html body div#html_nav { /* lte IE6 no border-bottom */
	border-bottom: 0px solid #000000;
}	
	
div#html_nav ul {
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #383d44;
	}
div#html_nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	background-color: #40454D;
	border-bottom: 1px solid #000000;
	}
div#html_nav li a {
	float: left;
	padding-left: 13px;
	padding-right: 14px;
	padding-top: 8px;
	padding-bottom: 6px;
	text-decoration: none;
	color: #e7e3d9;
	border: none;
	background: url(../images/nav_bg30.gif) no-repeat bottom right;
	}
div#html_nav li a:hover {
	color: #fff;
	background-color: #50545C;
	background-image: url(../images/nav_bg30.gif) no-repeat bottom right;
	}
div#html_nav li a.active {
	/*font-weight: bold;*/
	color: #fff;
	background-color: #292d34;
	background-image: url(../images/nav_bg30.gif) no-repeat bottom right;
}

/* FOOTER
---------------------------------------------------------- */
#footer {
	position: relative;
	bottom: 2px;
	text-align: center;
	width: 100%;
	height: 20px
}

div#footer_dashed_line {
	border-bottom: 1px dashed #CCCCCC; 
	padding: 0px;
	width: 980px;
}

div#footer_text_area {
	background-color: #EFEFEF; 
	padding-left: 40px; 
	padding-right: 10px;
	font-size: 12px; 
	color: #666666;
	text-align: center;
}

div#footer_bottom_line {
	background-color: #000000;
	width: 980px;
}

