html, body {
	height: 100%;
	width: 100%;
}

body {
	font-family: Arial, Helvetica, "Trebuchet MS", Sans-Serif;
	font-size: 9pt;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	min-height: 545px;
	min-width: 735px;
}

#container {
	border: solid black 1px;
	top: 0px;
	height: 520px;
	width: 735px;
	overflow: hidden;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}

#headerpic {
	top: 0px;
	left: 7px;
	width: 725px;
	height: 58px;
	position: absolute;
	padding: 3px;
	border: none;
	z-index: 2;
	background-color: #ffffff;
	text-align: left;
	overflow: hidden;
}

#tagline {
	top: 70px;
	left: 5px;
	width: 735px;
	height: 2px;
	padding-left: 0px;
	font-size: 5pt; 
	color: #8d8479;
	font-family: verdana, sans-serif;
	font-style: italic;
	font-weight: 100;
	z-index: 5;
	position: absolute;
	border-top: 4px solid #ffffff;
	border-bottom: 2px solid #688c4c;
	background-color: #ffffff;
}

#login {
	top: 95px;
	left: 595px;
	width: 135px;
	height: 90px;
	z-index: 2;
	font-size: 9pt;
	position: absolute;
	border: none;
	background-color: #ffffff;
	padding: 5px;
}

#video_link_outer {
        top: 300px;
        left: 0px;
        width: 150px;
        height: 120px;
        position: absolute;
        border: none;
        background-color: #ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#video_link_out[id] { display: table; position: static; }
#video_link_middle { width: 150px; text-align: center; }
#video_link_middle[id] { display: table-cell; vertical-align: middle; position: static; }
#video_link_inner { width: 150px; margin-left: auto; margin-right: auto; }
#video_link_inner[id] { position: static; }

fieldset {
	border: 1px solid #d3d3d3;
	padding: 7px;
}

#content {
	top: 100px;
	left: 160px;
	width: 395px;
	height: 410px;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 0px;
	position: absolute;
	border-left: 2px dotted #d3d3d3;
	border-bottom: 2px dotted #d3d3d3;
	background-color: #ffffff;
	overflow: auto;
	text-align: left;
	z-index: 3;
}

#content_index {
        top: 100px;
        left: 160px;
        width: 395px;
        height: 290px;
        padding-top: 0px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-left: 15px;
        margin-top: 0px;
        position: absolute;
        border-left: 2px dotted #d3d3d3;
        border-bottom: 2px dotted #d3d3d3;
        background-color: #ffffff;
        overflow: auto;
	text-align: left;
}

h1 {
	top: 0px;
	left: 0px;
	position: relative;
	border: none;
	font-size: 11pt;
	font-weight: bold;
}

#helix_banner {
        top: 410px;
        left: 160px;
        width: 430px;
        height: 112px;
        position: absolute;
        border: none;
        text-align: center;
        vertical-align: middle;
}

#bottom_right_image {
        top: 295px;
        left: 600px;
        width: 135px;
        height: 190px;
        z-index: 3;
        font-size: 9pt;
        position: absolute;
        border: none;
        text-align: center;
        vertical-align: middle;
        background-color: #ffffff;
}

#bottom_right_image2 {
        top: 320px;
        left: 600px;
        width: 135px;
        height: 190px;
        z-index: 3;
        font-size: 9pt;
        position: absolute;
        border: none;
        text-align: center;
        vertical-align: middle;
        background-color: #ffffff;
}

ul.menu {
	margin-left: 5px;
	margin-top: 10px;
	padding: 0;
}

li.menu {
	list-style-type: none;
	width: 110px;
	left: 0px;
	padding: 3px;
	padding-left: 8px;
	margin: 5px;
	font-size: 10pt;
	overflow: hidden;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;	
}

ul.nopad {
        margin-top: 0;
        margin-bottom: 0;
}

h1.nopad {
        margin-top: 0;
        margin-bottom: 0;
}

li.plain {
        list-style-type: none;
}

#menu {
	top: 90px;
	left: 5px;
	width: 150px;
	height: 225px;
	position: absolute;
	border: none;
	background-color: #ffffff;
	text-align: left;
}

p {
	text-align: justify;
}

h2 {
	font-size: 9pt;
	font-weight: bold;
}

h3 {	
	font-size: 8pt;
	font-weight: normal;
	color: #51aff6;
	padding: 0px;
	background-color: #f1f1f1;
}

p.news {
	padding-left: 8px;
}

p.login {
	padding: 0px;
	margin: 0px;
}

p.indent {
	padding-left: 12px;
}

a:link, a:visited {
	color: #5e8440;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	color: #5e8440;
	text-decoration: underline;
}

a:active {
	font-weight: normal;
	color: #5e8440;
	text-decoration: underline;
} 

.bold { font-weight: bold; }
.italic { font-style: italic; }

img {
	border: none;
}

#quoter {
        font-weight: bold;
        margin-left: 50px;
}

#quoter_department {
        margin-left: 50px;
}

#copyright_container {
	border: none;
	top: 0px;
	height: 20px;
	width: 735px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}

#copyright {
	top: -7px;
	left: 5px;
	width: 100%;
	height: 18px;
	position: absolute;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 7.5pt;
	background-color: #ffffff;
}

#copyright2 {
	top: 755px;
	left: 10px;
	width: 735px;
	height: 18px;
	position: absolute;
	padding-top: 3px;
	padding-left: 3px;
	font-size: 7.5pt;
	border-top: 2px solid #d3d3d3;
	background-color: #ffffff;
}
