@media print {


#header, #menu, #content_right, #footer {
	display: none;
}

/* - general element definitions - */
html, body {
    height: 100%;
}
body {
    font-size: 11px;
    color: #fff;
    background-image: url(../_img/bg.gif);
    background-repeat: repeat-x;
    text-align: left;
}

p {
    color: #888888;
}
* {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    border: none;
}
a, a:visited {
    color: #3F79F0;
    text-decoration: none;
}
a:hover {
    color: #000000;
}
br.clearer {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
}


/* - main page layout -*/
#wrapper {
    height: auto;
    margin: auto;
    min-height: 100%;
    background-image: url(../_img/menuspacer.gif);
    background-repeat: repeat-y;
    background-color: #fff;
    color: #000;
    text-align: left;
}



#header {
    height: 125px;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 0px;
}

#header_logo {
	float: left;
	width: 697px;
    height: 125px;
}

#header_right {
	float: left;
	width: 327px;
	height: 125px;
	background-image: url(../_img/header_right.jpg);
}

#content_partner_button {
	padding-left: 80px;
	padding-top: 21px;
}

#header_search {
	padding-top: 20px;
	padding-left: 88px;
}

#header_search a {
	color: #A0D8FF;
	float: left;
	padding-top: 2px;
	padding-left: 3px;
}
#header_search div {
	float: left;
}

#header_search input {
	border: 1px solid #516794;
	background-image: url(../_img/searchfield_bg.png);
	width: 140px;
	height: 18px;
}

#footer {
    clear: both;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: auto;
    font-size: 10px;
    height: 108px;
}

#footer_logo {
	padding: 0px;
	margin: 0px;
	padding-left: 842px;
	padding-top: 15px;
}

#footer_text {
	padding-left: 60px;
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;;
}

#footer_body {
	background-image: url(../_img/footer_filler.png);
	float: left;
	height: 108px;
	width: 867px;
	padding: 0px;
	margin: 0px;
}

#footer_filler {
	float: left;
	width: 154px;
	height: 108px;
}


/* - - */



/* -  # e s s e n t i a l  element & class definitions -*/
/* menu */
#menu {
	position: absolute;
    width: 148px;
    left: 0px;
    padding-top: 3px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 108px;
}
#menu01 {
    background-image: url(../_img/navigation_bg.gif);
    background-repeat: repeat-x;
    background-color: #fff;
    text-align: right;
}
#menu01 p {
    border-top: 1px solid #D5DFF5;

    padding: 7px 20px 6px 13px;
    font-weight: bold;
}

#menu01 a {
    color: #3F79F0;
}

#menu01 p.selected {
    background-color: #CCE9FE;
    padding-right: 13px;


}

p#home {
	padding-top: 15px;
}

#menu01 p.selected a {
    font-weight: bold;
    color: #000;
}
#menu01 p.gap {
    border-top: 2px solid #ffe6de;
    border-bottom: none;
}

#menu01 p.subnav {
	font-weight: normal;
	border-bottom: none;
	border-top: none;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #E9F6FF;
}

#menu01 div.subnavspacer {
	height: 3px;
}

#menu01 p.subnav_selected {
	font-weight: normal;
	border: none;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #E9F6FF;
	color: #000;
}

#menu01 p.subnav_selected a {
	color: #000;
}

/* content */

#page_title {
	font-size: 24px;
	color: #575A65;
	padding-bottom: 20px;
}

#content_spacer {
	padding-top: 44px;
}

#contentarea {
    background-color: #fff;
    color: #000;
}

#navigation01 {
    height: 27px;
    padding-left: 6px;
}
#navigation01 p {
    float: left;
    height: 20px;
    background-color: #dbe8e9;
    padding: 7px 17px 0 15px;
    margin-right: 6px;
}
#navigation01 p.selected {
    background-color: #ffffff;
}
#navigation01 p.selected a {
    font-weight: bold;
    color: #000000;
}

/* content: main div */
#content {
	clear: both;
    padding: 0px;
    margin: 0px;
    height: 100%;
	float: left;
}

#flashteaser {
	width: 614px;
	height: 300px;
	background-color: #fff;
}

#content_text {
	padding-top: 0px;
	font-size: 11px;
	color: #838487;
	line-height: 18px;
}

#content_text input, textarea, select {
	border: solid 1px;
}

#content_text strong {
	font-size: 14px;
	font-weight: bold;
	color: #575A65;
}

#content_text div strong {
	font-size: 11px;
}

#content_text div strong.title {
	font-size: 14px;
	line-height: 30px;
}

#content_text h2 {
	font-size: 14px;
	font-weight: bold;
	color: #575A65;
	padding-top: 12px;
	padding-bottom: 5px;
}

#content_text p {
	padding-top: 3px;
	padding-bottom: 12px;
}

#content_right {
	width: 252px;
	float: left;
	padding: 0px;
}

/* -  # f o o t e r  element & class definitions -*/


#versioninfo {
    float: left;
}
#versioninfo img {
    margin-left: 20px;
}
#copyrightinfo {
    float: right;
}
/* - - */

#newsbox {
	padding: 3px;
}

#newsbox_contents {
    background-image: url(../_img/navigation_bg.gif);
    background-repeat: repeat-x;
}

#newsbox_contents p.title {
    background-color: #CCE9FE;
    color: #000;
    font-weight: bold;
    font-size: 11px;
    padding: 15px 20px 6px 20px;
    border-bottom: 1px solid #F1FAFF;
}

#newsbox_contents div.newsitem {
    border-top: 1px solid #D5DFF5;
    padding: 13px 0px 0px 0px;
    font-size: 10px;
    color: #575A65;
}

#newsbox_contents p {
    font-size: 10px;
	padding: 0px 30px 8px 20px;
	color: #575A65;
}

#newsbox_contents a {
	font-weight: bold;
}

#newsbox_contents .date {
	padding-bottom: 4px;
}


#content_text p.news {
	padding-bottom : 10px;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
}

#content_text p.newslast {
	padding-bottom : 10px;
	padding-top: 10px;
	border-bottom: none;
}

#newsblock {
	padding: 30px 30px 30px 30px;
}

#newsblock p {
	padding-bottom: 10px;
}

#newsblock p.title {
	font-size: 24px;
	color: #575A65;
	padding-bottom: 20px;
}

#newsblock p.news_content {
	font-weight: normal;
	font-size: 12px;
}

#search_results {
	padding: 30px 30px 30px 30px;
}

ul {
	padding: 10px 10px 10px 20px;
}

 /* set background images for corners */
.roundbox {
	width: 501px;
	background: #E6F6FF url(../_img/roundbox_bottom.gif) no-repeat left bottom;
}

.roundbox ul {
	background: url(../_img/roundbox_top.gif) no-repeat left top;
}

#TipLayer {
	visibility: hidden;
	position: absolute;
	z-index: 1000;
	top: 83px;
	left: 620px;
	width: 152px;
	height: 16px;
	background-color: #1869DF;
	font-size: 9px;
	vertical-align: middle;
	padding-top: 2px;
	padding-left: 10px;
	color: #fff;
}

div.event {
	padding-top: 5px;
	padding-bottom: 20px;
}

div.event img {
	float: right;
}

div.event p.event {
	padding-top: 0px;
	float: left;
}

div.hr {
	width: 100%;
	border-bottom: 1px solid #ccc;
}

div.filebox {
	width: 252px;
}

div.filebox_big {
	width: 100%;
}

div.filebox_contents {
	padding: 5px 20px 0px 10px;
}

div.filebox_contents table,td,tr {
	vertical-align: top;
}

td.filebox_text {
	width: 100%;
	padding-left: 3px;
}

td.filebox_text div.title {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	padding-top: 5px;
}

td.filebox_text div.description {
	padding-top: 4px;
	color: #808082;
}

td.filebox_text div.fileinfo {
	padding-top: 3px;
	color: #BCBCBC;
}

#other_pages a {
	font-weight: bold;

}

div.search_numbering {
	float: left;
}

div.search_body {
	float: right;
}

div.additional_content {
	padding-top: 8px;
	padding-bottom: 20px;
}

div.additional_content div.text {
	width: 90%;
	padding: 0px;
	font-size: 11px;
}

div.additional_content div.image {
	padding: 0px 20px 20px 0px;
	width: 120px;
}

}