@charset "utf-8";
/* CSS Document */

* {
margin: 0; 
padding: 0; 
border: 0; 
}
#body {
	background-repeat: repeat-x;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-image: url(../images/back_gradient.jpg);
}
#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	width: 830px;
}
#header {
	background-color: #DDDDBB;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 0px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7799BB;
	border-right-color: #7799BB;
	border-bottom-color: #7799BB;
	border-left-color: #7799BB;
	padding-top: 10px;
	margin-top: 10px;
}
#header_logo {
	margin-bottom: -45px;
	position: relative;
	z-index: 1;
	padding-left: 5px;
}

#header_banner {
	text-align: center;
	padding-top: 44px;
}
#header_nav {
	padding-right: 20px;
	font-size: 20px;
	padding-left: 20px;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#content {
	background-color: #EEEEDD;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7799BB;
	border-right-color: #7799BB;
	border-bottom-color: #7799BB;
	border-left-color: #7799BB;
	padding: 10px;
}
#content img {
	border: 5px solid #000000;
}
#footer {
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer p {

}
h1 {
	font-size: 30pt;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 {
	color: #3366cc;
	font-size: 22pt;
	padding-bottom: 12px;
}
h3 {
	font-size: 18pt;

}
h4 {
	font-size: 16pt;
	color: #000000;
	font-family: Papyrus, "Tempus Sans ITC", "Bradley Hand ITC", "Trebuchet MS";
	text-indent: 50px;
}
h5 {
	font-size: 14pt;

}
h6 {
	font-size: 8pt;
	font-weight: normal;

}

p {

}
ul, ol {
padding-left: 25px;
padding-right: 10px;
}
a:link {
	color: #cc0000;
	text-decoration: none;
}
table {
	border: 1px solid #666666;
}

a:visited {
	text-decoration: none;
	color: #cc0000;
}
iframe {
	border: 5px solid #000000;
}
td {
	border: 1px solid #999999;
	padding: 5px;
}

a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.TableNoBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.TableNoBorder td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}



.float_left {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.float_right {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.tab_header  p {
	padding-left: 20px;
}
.SimpleViewerDiv {
	height: 400px;
}
