html, form {
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #646464;
	text-align: center;
	background-color: #ffffff;
}

a {
	color: #646464;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #cc0000;
}

div#wrapper {
	margin: 0 auto 0 auto;
	width: 936px;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}

.asterisk {
	color: #cc0000;
}

.pagelinks {
	color: #CC0000;
}

.pagelinks a {
	text-decoration: none;
}

/* ***************************************************************************** */
/* Header */
div#header {
	padding-top: 4px;
	width: 916px;
	font-size: 0.7em;
}

div#header a#logo {
	float: left;
	margin-top: 50px;
}

div#header a#logoLi {
	float: left;
	margin-top: 10px;
}

/* Meta-Navigation */
div#metanav {
	margin-top: 3px;
	float: right;
}

div#metanav ul {
	margin: 0;
	padding: 0;
}

div#metanav ul li {
	float: left;
	margin-right: 20px;
}

div#metanav ul li.lastLi {
	margin-right: 0px;
}

div#metanav ul li a {
	color: #646464;
	text-decoration: none;
	font-weight: normal;
}

div#metanav ul li a:hover {
	color: #cc0000;
	text-decoration: underline;
}

/* Main navigation */
div#topnav {
	margin: 70px 0 0 224px;
	height: 20px;;
}

* html div#topnav {
	display: inline-block;
	margin-left: 221px;
}

div#topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#topnav ul li {
	float: left;
}

div#topnav ul li a {
	display: block;
	float: left;
	padding: 4px 15px 4px 15px;
	border-left: solid 1px #999999;
	color: black;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
}

div#topnav ul li.firstLi a {
	border-left: none;
}

div#topnav ul li.lastLi a {
	padding: 4px 0px 4px 15px;
}

div#topnav ul li a:hover {
	color: #cc0000;
}

div#topnav ul li.hi a {
	color: #cc0000;
}

/* ***************************************************************************** */
/* Sub navigation */
ul.subnav {
	margin: 4px 0 5px 0;
	padding: 0;
}

ul.subnav li {
	background-image: url(../images/listitem_arrowright_red_dotted.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 8px;
	list-style: none;
}

ul.subnav ul {
	margin: 0;
	padding: 0 0 0 22px;
	width: auto;
}

.subnav .hi {
	color: #cc0000;
	font-weight: bold;
}

/* for ie6 */
* html .subnav .hi {
	background-image: none;
	color: #cc0000;
	font-weight: bold;
}

/* ***************************************************************************** */
/* Footer */
div#footer {
	clear: both;
	color: #000000;
	width: 916px;
	margin: 30px 0 0 0;
	padding: 0;
	font-size: 0.6em;
	text-align: right;
}

div#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#footer ul li {
	float: right;
	padding-left: 13px;
}

div#footer ul li.first {
	background: url(../images/listitem_arrowright_red_small.gif) no-repeat left center;
	padding-left: 6px;
}

div#footer ul li a {
	color: #646464;
	text-decoration: none;
	font-weight: normal;
}

div#footer ul li a:hover {
	color: #cc0000;
	text-decoration: underline;
}

/* ***************************************************************************** */
/* Shadow */
.shadow {
	position: relative;
	top: -4px;
	left: -5px;
}

.shadow_content {
	padding: 4px 5px 6px 5px;
}

.shadow_content img {
	display: block;
}

.shadow_left {
	background: url(../images/left.gif) left repeat-y;
}

.shadow_right {
	background: url(../images/right.gif) right repeat-y;
}

.shadow_top {
	background: url(../images/top.gif) top repeat-x;
}

.shadow_bottom {
	background: url(../images/bottom.gif) bottom repeat-x;
}

.shadow_topleft {
	background: url(../images/topleft.gif) top left no-repeat;
}

.shadow_topright {
	background: url(../images/topright.gif) top right no-repeat;
}

.shadow_bottomleft {
	background: url(../images/bottomleft.gif) bottom left no-repeat;
}

.shadow_bottomright {
	background: url(../images/bottomright.gif) bottom right no-repeat;
}

/* Main Content */
div#main {
	clear: both;
	margin: 23px 0 0 0;
	padding: 0;
	font-size: 0.75em;
}

*+html div#main {
	margin: 27px 0 0 0;
}

/* for ie6 */
* html div#main {
	width: 936px;
}

div#main .col {
	float: left;
	overflow: visible;
}

form {
	margin: 0px;
	padding: 0px;
}

.right {
	float: right;
}

a .right {
	cursor: pointer;
}

.clear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
	overflow: hidden;
}

.nowrap {
	white-space: nowrap;
}

img {
	border: none;
}

td {
	text-align: left;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h2 {
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #999999;
	margin: 0 0 8px 0;
	padding: 0 0 2px 0;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	margin: 14px 0 4px 0;
	padding: 0;
}

.middle_col {
	margin-left: 234px;
}

.one_col {
	width: 234px;
	margin: 0 0 20px;
	padding: 0;
	float: left;
}

.one_col h2{
	width: 214px;
}

.one_col .col{
	width: 234px;
}

* html .one_col {
	margin-right: -3px;
}

.col {
	margin: 0;
	padding: 0;
	width: 234px;
	overflow: hidden;
}

.col p {
	width: 214px;
	color: #000000;
	margin: 4px 0 4px 0;
}

.col ul {
	width: 214px;
}

.col ul li {
	margin-top: 3px;
}

.col ul li a {
	color: #646464;
	text-decoration: none;
	font-weight: normal;
}

.col ul li a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.three_cols {
	width: 699px;
	margin: 0 0 12px 0;
	padding: 0;
}

.three_cols h2, .three_cols h3, .three_cols p{
	width: 682px;
}

.multicol_right {
	width: 228px;
}

.mainvis {
	width: 692px;
}

.mainvisspacer {
	margin-bottom: 7px;
	overflow: visible;
}

.contentpage{
	color: #000000;
}

.contentpage h2 {	
	color: #cc0000;
	font-size: 1.8em;
	font-weight: bold;
	border: none;
	padding-bottom: 12px;
}

.contentpage h2 span {
	font-weight: normal;
	display: block;
}

.contentpage p {
	margin: 14px 0 14px 0;
}

.contentpage p.top {
	margin-top: 0;
}

.contentpage h3 {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}

.contentpage .col h3 {
	border-bottom: 1px solid #999999;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 8px;
	padding: 0 0 2px;
	width: 214px;
}

.contentpage h4 {
	margin: 0;
	padding: 0 0 20px 0;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}

.contentpage ul {
	margin: 4px 0 14px 0;
	padding: 0;
}

.contentpage ul li {
	background-image: url(../images/listitem_block_black.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	margin-top: 3px;
	padding-left: 8px;
	list-style: none;
}

.contentpage ul li ul {
	margin: 0;
}

a.implink {
	margin: 14px 0 14px 0;
	display: block;
	background-image: url(../images/listitem_arrowright_red_dotted.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 8px;
	font-weight: normal;
	text-decoration: none;
	color: #646464;
}

a.implink:hover {
	text-decoration: underline;
	color: #cc0000;
}

/* Lists */
ul.listitem_redright_dotted {
	margin: 4px 0 5px 0;
	padding: 0;
}

ul.listitem_redright_dotted li {
	background-image: url(../images/listitem_arrowright_red_dotted.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 8px;
	list-style: none;
}

ul.listitem_redright_dotted li a {
	text-decoration: none;
	font-weight: normal;
}

ul.listitem_redright_dotted li a:hover {
	text-decoration: underline;
}

ul.listitem_redright_dotted li a:hover .right {
	text-decoration: underline;
}

.contentpage .contentfooter {
	border-top: solid 1px #dadada;
	margin-top: 27px;
}

.contentpage .contentfooter a.toplink {
	float: right;
	margin-top: 5px;
	color: #646464;
	font-weight: normal;
	text-decoration: none;
}

.contentpage .contentfooter a.toplink:hover {
	color: #cc0000;
	text-decoration: underline;
}

.contentpage .contentfooter a.toplink img {
	position: relative;
	top: 1px;
}

.contentpage .contentfooter ul {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
}

.contentpage .contentfooter ul li {
	margin: 0;
	padding: 0 0 0 20px;
	background: none;
	float: left;
	margin-right: 15px;
}

.contentpage .contentfooter ul li a {
	font-weight: normal;
	color: #646464;
	text-decoration: none;
}

.contentpage .contentfooter ul li a:hover {
	color: #cc0000;
	text-decoration: underline;
}

/*Tables*/
/* organigram */
.contentpage table.table_organigram {
	border-collapse: collapse;
	border-spacing: 0;
}

.contentpage table.table_organigram td {
	padding: 0;
}

/* ***************************************************************************** */
/* Buttons */
.buttonblockleft{
	float: left;
	padding: 1px 0 1px 0;
}

.buttonblockright {
	float: right;
	padding: 1px 0 1px 0;
}

.button_white3dwithredtext {
	background: #ffffff url(../images/gradient_greywhite.gif) repeat-x left bottom;
}

.button_textred {
	color: #cc0000;
	border-top: solid 1px #d0d0d0;
	border-left: solid 1px #d0d0d0;
	border-right: solid 1px #b0b0b0;
	border-bottom: solid 1px #b0b0b0;
	background: url(../images/arrow_redright.gif) no-repeat left center;
	padding:0 15px 0 30px;
	font-weight: bold;
	text-decoration: none;
}

.submitbutton_white3dwithredtext {
	padding: 0;
	white-space: nowrap;
	position: relative;
	display: block;
	width: auto;
	background: #ffffff url(../images/gradient_greywhite.gif) repeat-x left bottom;
}

.submitbutton_white3dwithredtext_inactive {
	padding: 0;
	white-space: nowrap;
	position: relative;
	display: block;
	width: auto;
	background: #CCCCCC url(../images/gradient_greywhite_low.gif) repeat-x left bottom;
}

.submitbutton_redtext {
	margin: 0;
	padding: 0 15px 0 30px;
	border: none;
	color: #cc0000;
	background: url(../images/arrow_redright.gif) no-repeat left center;
	font-weight: bold;
	width: auto;
	font-size: 1em;
}

.submitbutton_redtext_back {
	margin: 0;
	padding: 0 15px 0 30px;
	border: none;
	color: #cc0000;
	background: url(../images/arrow_redright_back.gif) no-repeat left center;
	font-weight: bold;
	width: auto;
	font-size: 1em;
}

.submitbutton_redtext_inactive {
	margin: 0;
	padding: 0 15px 0 30px;
	border: none;
	color: #CC9999;
	background: url(../images/arrow_redright_low.gif) no-repeat left center;
	font-weight: bold;
	width: auto;
	font-size: 1em;
}

.submitbutton_red3dwithwhitetext{
	padding: 0;
	white-space: nowrap;
	position: relative;
	display: block;
	width: auto;
	background: #cc0000 url(../images/gradient_red.gif) repeat-x left bottom;
}

.submitbutton_whitetext{
	margin: 0;
	padding: 0 15px 0 30px;
	border: none;
	color: #ffffff;
	background: url(../images/arrow_whiteright.gif) no-repeat left center;
	font-weight: bold;
	width: auto;
	font-size: 1em;
}

.submitbutton_whitetext.back {
	background: url(../images/arrow_whiteright_back.gif) no-repeat left center;
}

/* ***************************************************************************** */
/* Tables */
.table {
	overflow: visible;
}

.table ul {
	margin: 0;
	padding: 3px 10px 7px 10px;
}

.table h3 {
	margin-left: 10px;
}

.table p {
	margin-left: 10px;
}

.table .implink {
	margin: 0;
}

.table table {
	margin: 2px 0 0 0;
	padding: 0;
	width: 683px;
	font-size: 1em;
	color: #000000;
	border-collapse: collapse;
	border: solid 1px #ffffff;
}

.table table th {
	padding: 5px 10px 5px 10px;
	background: #c1c1c1;
	color: #ffffff;
	text-align: left;
	vertical-align: top;
}

.table table td {
	padding: 5px 10px 5px 10px;
	border-top: solid 1px #ffffff;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background: #f0f0f0;
	text-align: left;
	vertical-align: top;
}

.table .cellborder table td {
	padding: 5px 10px 5px 10px;
	border: solid 1px #ffffff;
	background: #f0f0f0;
	text-align: left;
	vertical-align: top;
}

/* ***************************************************************************** */
/* Form */
.form_2cols {
	width: 458px;
}

.formcontent {
	font-size: 1em;
	color: #000000;
}

.formcontent select,.formcontent textarea {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

.formcontent .buttonblockleft {
	margin-left: 15px;
}

* html .formcontent .buttonblockleft {
	margin-left: 6px;
}

.formcontent .buttonblockright {
	margin-right: 15px;
}

* html .formcontent .buttonblockright {
	margin-right: 6px;
}

.formcontent h3 {
	margin: 0;
	padding: 9px 10px 7px 10px;
	font-size: 1em;
}

.formcontent h4{
	margin: 0;
	padding: 0 0 10px 0;
	width: auto;
}

.formcontent h5{
	margin: 0;
	padding: 0 0 10px 0;
	width: auto;
	font-size: 1em;
	font-weight: normal;
}

.formcontent input {
	font-size: 1em;
	padding-left: 0;
	padding-right: 0;
}

.formcontent select {
	font-size: 1em;
	padding: 0;
}

.formcontent textarea {
	font-size: 1em;
	padding-left: 0;
	padding-right: 0;
}

.formcontent fieldset {
	background: #f7f7f7;
	border-bottom: solid 1px #cacaca;
	border-top: solid 1px #e2e2e2;
	border-left: none;
	border-right: none;
	margin: 0;
	padding: 10px 0 10px 10px;
}

.formcontent fieldset.submit {
	font-weight: bold;
	color: black;
	background: #c1c1c1 url(../images/bg_submit.gif) top repeat-x;
	padding: 0;
	border: none;
	height: 50px;
}

.formcontent fieldset.submit .buttonblockleft {
	margin: 17px 0 0 15px;
}

* html .formcontent fieldset.submit .buttonblockleft {
	margin: 17px 0 0 6px;
}

.formcontent fieldset.submit .buttonblockright {
	margin: 17px 15px 0 0;
}

* html .formcontent fieldset.submit .buttonblockright {
	margin: 17px 6px 0 0;
}

.formcontent fieldset.submit input {
	padding: 0 15px 0 30px;
}

.form_2cols .formcontent hr {
	margin: 10px 0 10px -10px;
	padding: 0;
	height: 1px;
	color: #ffffff;
	background: #ffffff;
	border: solid 1px #ffffff;
	width: 448px;
}

* html .form_2cols .formcontent hr {
	margin-bottom: 0px;
}

.formcontent .labelleft label {
	display: block;
	float: left;
	width: 140px;
}

.formcontent .labelleft input {
	width: 277px;
}

* html .formcontent .labelleft input {
	width: 281px;
}

* html .formcontent .labelleft .radio input {
	width: auto;
}

.formcontent .labelleft select {
	width: 281px;
}

.formcontent .labelleft textarea {
	width: 277px;
}

.formcontent .labeltop textarea {
	width: 417px;
}

* html .formcontent .labelleft textarea {
	width: 281px;
}

.formcontent .labeltop label {
	display: block;
	margin-bottom: 3px;
}

* html .formcontent .labeltop textarea {
	width: 426px;
}

.formcontent .biglineheight {
	padding-bottom: 10px;
}

.formcontent .labelleft .biglineheight label {
	padding-top: 3px;
}

.formcontent .line {
	clear: left;
}

.formcontent .labelleft .line {
	margin-left: 140px;
	clear: none;
}

* html .formcontent .labelleft .line {
	display: inline-block;
	margin-left: 136px;
	padding-left: 2px;
}

.formcontent .line .checkbox input {
	position: relative;
	top: 2px;
	width: auto;
}

.formcontent .line .radio input {
	margin: 0;
	padding: 0;
	position: relative;
	top: 2px;
	width: auto;
}

.formcontent .labelleft input.mini{
	width: auto;
	margin-right: 10px;
}

* html .formcontent .labelleft input.mini{
	width: auto;
	margin-right: 10px;
}

.formcontent .labelleft select.small{
	width: 85px;
	margin-right: 10px;
}

.formcontent .labelleft input.small{
	width: 81px;
	margin-right: 10px;
}

* html .formcontent .labelleft input.small{
	width: 85px;
	margin-right: 10px;
}

.formcontent .labelleft input.middle{
	width: 179px;
	margin-right: 10px;
}

* html .formcontent .labelleft input.middle{
	width: 183px;
	margin-right: 10px;
}

.formcontent .table table {
	width: 427px;
}

.three_cols .formcontent h2, .three_cols .formcontent h3, .three_cols .formcontent p {
	width: auto;
}

/* ***************************************************************************** */
/* Boxes */ /* Errorbox */
.formerrorbox {
	border: solid 1px #cc0000;
	margin-bottom: 1px;
}

.formerrorbox h3.error {
	font-size: 1.1em;
	width: auto;
	border: none;
	color: #cc0000;
	margin: 0;
	padding-left: 9px;
	padding-bottom: 0px;
}

ul.exclamationmark {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 9px;
	margin: 0 0 7px 10px;
	padding: 0;
}

ul.exclamationmark li {
	background: url(../images/listitem_exclamationmark_red.gif) no-repeat left top;
	margin-top: 6px;
	padding: 0 10px 0 19px;
	color: #cc0000;
}

/* shadow box */
.shadow_box_1col {
	width: 224px;
	margin-bottom: -4px;
}

.shadow_box_grey {
	background: #f7f7f7;
}

.shadow_box_grey ul {
	margin: 0;
	padding: 4px 5px 7px 10px;
	width: 200px;
}

.shadow_box_1col h2, .shadow_box_1col h3, .shadow_box_1col p {
	width: auto;
}

.shadow_box_1col h3.boxed {
	color: #000000;
	background: #ffffff;
	font-size: 1em;
	margin: 0;
	padding: 7px 5px 7px 5px;
	border-bottom: solid 1px #dadada;
	width: auto;
}

/* grey box*/
.bordergrey_box_1col{
	border: solid 1px #dadada;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	width: 214px; /* grey box width in IE6 */
}

html>body .bordergrey_box_1col{
	width: 212px; /* grey box width in efficient browsers */
}

.bordergrey_box_1col img{
	margin: 3px 0 2px 5px
}

.bordergrey_box_1col p{
	margin: 4px;
	padding: 0;
	color: #000000;
  	width: auto;
}

.bordergrey_box_1col ul{
	margin: 5px;
	padding: 0;
	width: auto;
}
