/*@import url(layout.css);
@import url(layout_home.css);
@import url(layout_content.css);
@import url(navigation.css);
@import url(text.css);
@import url(modules.css);

html {
   height: 100%;
   margin: 0px;
   padding: 0px;
} 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F9F9F9;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size:0.75em;
	color:#333333;
	line-height:1.5;
}
*/

body{
	margin: 0px;
	padding: 0px;
	background-color: #D9DDDF;
	font-family: arial;
	font-size: 9pt;
	color:#8E8D91;
}

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

a{
	text-decoration: underline;
	color:#8E8D91;
}

a:hover{
	text-decoration: underline;
	color:#E40083;
}

h1,h2,h3{
	text-transform: uppercase;
	font-size: 9pt;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.wrap_all{
	margin: 0 auto;
	padding: 0;
	width: 950px;
}

.wrap_logo{
	float: left;
	width: 129;
	margin-top: 232px;
}

.wrap_right{
	float: left;
	width: 85;
}

.main{
	float: left;
	width: 736px;
}

.header{
	background-color: #ffffff;
	min-height: 80px;
	height: 80px;
	background-image: url(images/bg_top.gif);
	background-repeat: no-repeat;
}

.meta{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

.meta a{
	text-decoration: none;
	color:#8E8D91;
	margin-left: 10px;
	font-size: 8pt;
}

.whiteLine{
	background-color: #ffffff;
	min-height: 2px;
	height: 2px;
	font-size: 1px;
	margin-top: 40px;
}

.main_content{
	margin-top: 20px;
}

.main_content .left{
	float: left;
	width: 485px;
	background-color: #ffffff;
	background-image: url(images/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.main_content .left .content_left{
	float: left;
	width: 40px;
}

.main_content .left .content_right{
	float: left;
	width: 405px;
	padding-top: 15px;
	padding-bottom: 30px;
}

.main_content .right{
	float: left;
	width: 251px;
}

.main_content .right img{
	margin-bottom: 6px;
}

/* navigation begin */

.navigation{
	text-transform: uppercase;
	background-color: #ffffff;
	min-height: 61px;
	height: 61px;
	margin-top: 1px;
}

.navigation ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-top: 22px;
	padding-left: 30px;
}

.navigation ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #D9DDDF;
	padding-top: 15px;
}

.navigation ul li:last-child{
	border-right: 0px;
}

.navigation ul li{
	border-right: expression((this.parentNode.lastChild == this)? "0px" : "1px solid #D9DDDF" );
}

.navigation a{
	text-decoration: none;
	color:#8E8D91;
	font-size: 10pt;
}

.navigation a:hover{
	text-decoration: none;
	color:#E40083;
	font-size: 10pt;
}


.navigation a.active{
	text-decoration: none;
	color:#E40083;
	font-size: 10pt;
}
  



/* navigation end */


/* subnavigation begin */
.subnavigation{
	text-transform: uppercase;
	background-color: #ffffff;
	min-height: 35px;
	height: 35px;
	margin-top: 1px;
} 
 
.subnavigation ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-left: 40px;
}
 
.subnavigation ul li{
	float: left;
	padding-right: 15px;
}

.subnavigation a{
	text-decoration: none;
	color:#8E8D91;
	font-size: 9pt;
}

.subnavigation a:hover{
	text-decoration: none;
	color:#E40083;
	font-size: 9pt;
}


.subnavigation a.active{
	text-decoration: none;
	color:#E40083;
	font-size: 9pt;
}

/* subnavigation end */

#sitemap ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sitemap ul li{
	display: block;
	border-bottom: 1px solid #E2E5E8;
	padding: 4px;
}

#sitemap ul li a{
	text-decoration: none;
}

#sitemap ul li.sitemap_level_2{
	padding-left: 20px;
}

/************************************/
/* CSS DEFINITIONS FOR NEWS-MODULE  */
/************************************/

#news table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px; 
	cell-spacing: 0px;
}

#news th {
	padding: 4px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: #EFEFEF;
	border: 0px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dotted #D0D0D0;
}

#news tr.row1 {
	background-color: #f9f9f9;
}

#news tr.row2 {
	background-color: #FFFFFF;
}

#news td {
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-bottom: 1px dotted #D0D0D0;
	border-right: 1px solid #ffffff;
	border-spacing: 0px;
}

form p label, form  p span {
    font-weight: bold;
    float: left;
    margin-left: 0px;
    width: 180px;
    color: #8E8D91;
}

.content_right input,
#frame_home input,
#boxes_home input {
	width:260px;
	margin:0.25em 0.25em 0.25em 0em;
	padding:4px;
	background-color:#f6f6f6;
	border:1px solid #c6c6c6;
}

* html .content_right input,
#frame_home input,
#boxes_home input {
        width:auto;
	margin:0.25em 0.25em 0.25em 0em;
	padding:4px;
	background-color:#f6f6f6;
	border:1px solid #c6c6c6;
        float: left;
}


.content_right input[type=submit],
.content_right input[type=button],
.content_right input[type=reset],
#frame_home input[type=submit],
#frame_home input[type=button],
#frame_home input[type=reset],
#boxes_home input[type=submit],
#boxes_home input[type=button],
#boxes_home input[type=reset],
input.submit,
input.button,
input.reset{
	width:auto;
	margin:0.25em 0.25em 0.25em 0em;
	padding:4px 10px 4px 10px;
	background-color:#f6f6f6;
	border:1px solid #c6c6c6;
}

.content_right input[type=checkbox],
.content_right input[type=radio],
#frame_home input[type=checkbox],
#frame_home input[type=radio],
#boxes_home input[type=checkbox],
#boxes_home input[type=radio],
input.checkbox,
input.radio{
	width:auto;
	margin:0.25em 0.25em 0.25em 0em;
	padding:4px 15px 4px 15px;
	background-color:#f6f6f6;
	border:1px solid #c6c6c6;
        float: left;
}

.content_right select,
#frame_home select,
#boxes_home select {
	width:270px;
	margin:0.25em 0.25em 0.25em 0em;
	padding:4px 4px 4px 4px;
	background-color:#f6f6f6;
	border:1px solid #c6c6c6;
}

.content_right textarea,
#frame_home textarea,
#boxes_home textarea {
	width:260px;
	margin:0.25em 0.25em 0.25em 0em;
	padding:4px;
	background-color:#f6f6f6;
	border:1px solid #c6c6c6;
	font-size:1.0em;
	height: 60px;
}

.content_right input:focus,
.content_right select:focus,
.content_right textarea:focus,
#frame_home input:focus,
#frame_home select:focus,
#frame_home textarea:focus,
#boxes_home input:focus,
#boxes_home select:focus,
#boxes_home textarea:focus {
	background-color:#ffffdd;
	border:1px solid #173A8B;
}