@charset "utf-8";
body  {
	font: 100%  Arial, Tahoma, sans-serif, Verdana;
	background: #EFEFEF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 {
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-size: 1.8em;
	padding-right:10px;
	margin-left:10px;
	margin-top:10px;
	color:#339965;
}

h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 1.8em;
	padding-right:10px;
	margin-left:10px;
	margin-top:0px;
	color:#636B9B;
}

h2 a {
	color:#636B9B;
}

h3 {
	font-size: 1.1em;
	padding-left:10px;
	padding-right:10px;
	color:#339965;
	margin:0px;
	margin-bottom:0px;
}

h3 a {
	color:#339965;
}

h4 {
	font-size: 0.8em;
	padding-left:10px;
	padding-right:10px;
	margin-top:0px;
	margin-bottom:8px;
}

h5 {
	font-size: 1em;
	padding-left:10px;
	padding-right:10px;
}

h6 {
	font-size: 0.9em;
	padding-left:10px;
	padding-right:10px;
}

p {
	font-size: 0.8em;
	padding:0px 10px 0px 10px;
	margin:0px 0px 6px 0px;
}

p a {
	color: inherit;
}

p a:link {
	color: #000000;
}

p a:visted {
	color:#000000;
}

img {
	border: none;
	margin:0px;
}
.img_lft {
	border: none;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.img_rgt {
	border: none;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	float: right;
}

.image_left {
	float:left;
}

.image_right {
	float:right;
}

a {
	color: inherit;
	text-decoration: none;
	font-weight:bold;
}

a:visted {
	color: inherit;
}

a:hover {
	text-decoration: underline;
}


.twoColHybLtHdr #container {
	display:block;
	position:absolute;
	top:0px;
	left:50%;
	width: 966px;  /* this will create a container 80% of the browser width */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin:0px;
	padding:0px;
	margin-left:-483px;
} 

.twoColHybLtHdr #header { 
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
	height:80px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	margin-bottom:26px;
} 

.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent:-6000px;
}

.twoColHybLtHdr #header2 {
	display:block;
	float:left;
	clear:both;
	width:966px;
	margin-bottom:0px;
}

.twoColHybLtHdr #header2 h1 {
	display:block;
	float:left;
	color:#F1F1F1;
	text-align:right;
	font-weight:lighter;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	font-family: "Arial Narrow", Helvetica, sans-serif, Arial, Tahoma, Verdana;
	height:49px;
	margin-top:0px;
	margin-bottom:0px;
}

.twoColHybLtHdr #header2 p {
	display:block;
	color:#B1B1B1;
	font-weight:lighter;
	height:30px;
	font-family:"Arial Narrow", Arial, Verdana, sans-serif;
	font-size:1.3em;
	text-align:right;
	padding-top:26px;
	margin-top:0px;
	margin-left:auto;
	margin-bottom:0px;
}


.twoColHybLtHdr .nav2_spacer {
	display:block;
	float:left;
	width:100%;
	height:26px;
}

.twoColHybLtHdr #header3 {
	display:block;
	float:left;
	clear:both;
	width:966px;
	margin-bottom:0px;
	background-color:#FFFFFF;
}

.twoColHybLtHdr #header3 h1 {
	display:block;
	float:left;
	text-align:right;
	font-weight:lighter;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	font-family: "Arial Narrow",  Arial, Tahoma, sans-serif, Verdana;
	height:49px;
	margin-top:0px;
	text-indent:0px;
	color:#339965;
}

.twoColHybLtHdr #header3 p {
	display:block;
	color:#B1B1B1;
	font-weight:lighter;
	height:30px;
	font-family:"Arial Narrow", Arial, Verdana, sans-serif;
	font-size:1.3em;
	text-align:right;
	padding-top:26px;
	margin-top:0px;
	margin-left:auto;
	margin-bottom:0px;
}




.twoColHybLtHdr #mainContent {
	display:block;
	float:left;
	clear:both;
	width:966px;
	padding:0px;
	background-color:#FFFFFF;
} 

.twoColHybLtHdr #mainContent>h2 {
	margin-top:0px;
}

.twoColHybLtHdr #mainContent ul {
	margin-bottom:25px;
}

.twoColHybLtHdr #mainContent li {
	font-size:0.7em;
	margin-bottom:6px;
}

.twoColHybLtHdr #mainContent ul li ul {
	font-size:100%;
	margin-bottom:6px;
}

.twoColHybLtHdr #mainContent ol {
	margin-bottom:25px;
}

.twoColHybLtHdr #footer { 
	margin:0px;
	padding: 4px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#636B9B;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColHybLtHdr #footer ul {
	list-style-type:none;
	text-align:center;
	margin:0px;
	padding:0px;
}
.twoColHybLtHdr #footer li {
	display:inline;
	padding:4px;
	font-size: 0.8em;
	font-weight:bold;
}
.twoColHybLtHdr #footer ul li a {
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
	color:#FFFFFF;
}
.twoColHybLtHdr #footer ul li a:hover {
	text-decoration: underline;
}

.twoColHybLtHdr #imprint {
	margin:0px;
	width:100%;
	float:left;
	text-align:left;
	margin-top:10px;
}

.twoColHybLtHdr #imprint p {
	color:#999999;
	font-size:0.6em;
}

.twoColHybLtHdr #imprint p.copyright {
	font-size:0.8em;
	color:#333333;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

.twoColHybLtHdr #site_map {
	font-size:0.8em;
	font-weight:bold;
}

.twoColHybLtHdr #site_map ul {
	margin:0px;
	font-size:100%;
}

.twoColHybLtHdr #site_map ul li {
	margin:0px;
	font-size:100%;
	margin-bottom:6px;
}

.twoColHybLtHdr #site_map ul li ul {
	margin-top:6px;
}
	
.new_users {
	display:block;
	width:200px;
	height:160px;
	margin-left:15px;
	margin-bottom:15px;
	float:left;
	background-color:#F5F5F5;
}

.new_users h2 {
	display:block;
	width:170px;
	background-color:#5F5F5F;
	color:#FFF;
	font-size:0.7em;
	margin-left:0px;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;
}

.new_users p {
	text-align:center;
}

.new_users form {
	text-align:center;
}

.user_singin {
	display:block;
	margin-left:15px;
	margin-bottom:15px;
	float:left;
	width:641px;
	height:160px;
	background-color:#F5F5F5;
}

.user_singin h2 {
	display:block;
	width:611px;
	background-color:#5F5F5F;
	color:#FFF;
	font-size:0.7em;
	margin-left:0px;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;
}

.user_singin form {
	padding-left:160px;
}

.clear_left {
	clear:left;
}

/* Collums */

.c2_left {
	display:block;
	float:left;
	width:468px;
}

.c2_right {
	display:block;
	float:right;
	width:468px;
}

/* Boxes */

.download_box {
	display:block;
	float:right;
	width:478px;
	background-color:#636B9B;
	margin:0px 0px 10px 5px;
}


.download_box h2 {
	color:#FFFFFF;
}

.download_box h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 1.8em;
	padding-right:10px;
	margin-top:0px;
	color:#FFFFFF;
}

.download_box a {
	color:#FFFFFF;
}

.download_box a:link {
	color:#FFFFFF;
}

.download_box a:visted {
	color:#FFFFFF;
}

.current_download {
	display:block;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 36px;
	background-image:url(../images/pdficon_large.gif);
	background-repeat:no-repeat;
	height:36px;
	font-size:1.4em;
	color:#FFFFFF;
}

.backissue_download {
	display:block;
	margin:0px 0px 10px 10px;
	padding:0px 0px 0px 24px;
	background-image:url(../images/pdficon_small.gif);
	background-repeat:no-repeat;
	height:24px;
	font-size:0.9em;
}

/* Issue boxes */

.issue_overview {
	display:block;
	width:120px;
	float:left;
	margin: 0px 15px 0px 0px;
	padding:0px;
}

/* input styles */

.copyright {
	font-size:0.8em;
	color:#333333;
}

.c2_left {
	display:block;
	float:left;
	width:50%;
}

.c2_right {
	display:block;
	float:right;
	width:50%;
}

.c2_right  p {
	padding-left:0px;
}

h2.small_heading {
	font-size: 0.8em;
	color:#000000;
	margin-top:0px;
	margin-bottom:8px;
	font-weight:bold;
}

h3.small_heading {
	font-size: 0.7em;
	color:#000000;
	margin-top:0px;
	margin-bottom:8px;
	font-weight:bold;
}

.small_table {
	border:none;
	font-size:0.7em;
	margin-left:15px;
	margin-bottom:15px;
}

.text_center {
	text-align:center;
}

.text_right {
	text-align:right;
}

.questions {
	font-size:0.7em;
}

.small_text {
	font-size:0.5em;
}

.black a:link {
	color:#000000;
}

.black a:visited {
	color:#000000;
}

.black a:hover {
	color:#000000;
}

.black a:active {
	color:#000000;
}

.contact_form {
	display:block;
	float:left;
	margin-left:15px;
} 

.red {
	color:#FF0000;
}

.green_box {
	display:block;
	float:left;
	background-color: #339965;
	color:#FFFFFF;
}

.first {
	font-weight:bold;
}

table.full_table {
	text-align:center;
	margin:0px 10px 10px 10px;
	font-size:0.8em;
	width:946px;
	border:1px #666666 solid;
}

.full_table th {
	text-align:center;
	background-color:#646C9B;
	color:#FFFFFF;
	margin:0px;
	border:1px #666666 solid
}

.full_table td {
	margin:0px;
	border:1px #666666 solid
}

table.full_table_2headers {
	margin:0px 10px 10px 10px;
	font-size:0.8em;
	width:946px;
	border:1px #666666 solid;
}

.full_table_2headers th {
	text-align:center;
	background-color:#646C9B;
	color:#FFFFFF;
	margin:0px;
	border:1px #666666 solid
}

.full_table_2headers td {
	margin:0px;
	border:1px #666666 solid
}
