@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0 none;
}

body{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #1f4a74;
	background: url(../images/body-background.jpg) repeat-x top #f0f5fa;
}

h1,h2,h3,h4,h5,h6{
	font-size: 17px;
	font-weight: normal;
	color: #001223;
	padding: 0 0 10px 0;
}

h2{
	font-size: 15px;
	padding: 0 0 10px 0;
}

h3{
	font-size: 15px;
	padding: 0 0 10px 0;
}
h4,h5,h6{
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

a{
	color: #fd7410;
	text-decoration: underline;
}

a:hover{
	color: #638db6;
}

input{
	border: 1px solid #638db6;
	background: #fff;
	color: #1f4a74;
}

fieldset{
	border: 0 none;
}

form select{
	border: 1px solid #638db6;
	background: #fff;
	color: #1f4a74;
}

form textarea{
	border: 1px solid #638db6;
	background: #fff;
	color: #1f4a74;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

/*--IDs--*/

#container{
	margin: auto;
}

#main{
	min-height: 500px;
	line-height: 1.2em; /* to avoid the peekaboo bug */
}

#wrapper{
	background: url(../images/main-background.jpg) repeat-y #fff;
}

#content{
	padding: 0 26px 26px 26px;
	line-height: 200%;
	text-align: justify;
}

#content p{
	padding: 0 0 13px 0;
}

#content ul{
	list-style: none;
	padding: 0 0 13px 0;
}

#content img{
	padding: 13px 0;
}

#footer{
	height: 20px;
	font-size: 10px;
	background: url(../images/footer-background.jpg) no-repeat #f0f5fa;
	padding: 30px 0 0 0;
	text-align: center;
}

#footer a{
	text-decoration: underline;
	color: #1f4a74;
}

#footer a:hover{
	color: #001223;
}

/*--HEADER--*/

#header{
	display: none;
}

#header h1{
	display: none;
	padding: 0;
}

.referrer{
	width: 300px;
	line-height: 28px;
	padding: 0 0 0 25px;
	font-size: 10px;
	font-weight: bold;
	color: #fd7410;
}

.referrer a{
	color: #b2bfc9;
	text-decoration: none;
}

.referrer a:hover{
	color: #638db6;
}

#search{
	display: none;
}

#searchfield{
	display: none;
}

/*--COLUMN--*/

#column {
	display: none;
}

#column h2{
	background: #3a6c9e;
	width: 221px;
	height: 26px;
	line-height: 26px;
	padding: 0 0 0 13px;
	font-size: 11px;
	color: #9bbfe3;
	text-transform: uppercase;
}

#login-table{
	color: #3c576b;
	font-size: 9px;
	padding: 0 0 13px 0;	
}

#login_username{
	font-size: 9px;
	width: 96px;
	margin: 13px;
}

#login_password{
	font-size: 9px;
	width: 96px;
	margin: 13px 0 13px 7px;
}

#login_button{
	width: 72px;
	height: 13px;
	font-size: 9px;
	font-weight: bold;
	line-height: 9px;
	margin: 0 0 0 10px;
	color: #3c576b;
	border: 0 none;
	background: url(../images/login-button-background.jpg) no-repeat #aab8c2;
}

#news a{
	text-decoration: none;
}

.newsitem{
	margin: 0;
	color: #3a6c9e;
	font-weight: bold;
	font-size: 12px;
	padding: 13px;
	display: block;
	background: #d3dce2;
	border-top: 1px solid #3a6c9e;
}

/*--NAVIGATION--*/

#navigation{
	display: none;
}

#menu{
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 64px 0;
	background: url(../images/menu-background.jpg) no-repeat bottom #1f4a74; 
}

.menuitem, .menuitem-active{
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	color: #012446;
	display: block;
	padding: 0 0 0 22px;
	background: url(../images/menu-link-background.jpg) no-repeat #1f4a74;
	background-position: top;
}

.menuitem:hover, .menuitem-active{
	color: #84abd2;
	background: url(../images/menu-link-background.jpg) no-repeat #1f4a74;
	background-position: bottom;
}

.submenu{
	list-style: none;
}

.submenuitem, .submenuitem-active{
	text-decoration: none;
	display: block;
	height: 25px;
	line-height: 25px;
	color: #f2f6f7;
	padding: 0 0 0 30px;
}

.submenu ul{
	padding-left: 10px;
	background: none;
}

.submenuitem:hover, .submenuitem-active{
	color: #84abd2;
}

/*--CLASSES--*/

.login-center{
	text-align: center;
	padding: 0 0 13px 0;
	margin: 0 13px;
}

.checkbox{
	padding: 0;
	margin: 0;
	border: 0 none;
	vertical-align: middle;
	background: #ffffff;
}
.csc-sitemap li{
	list-style: none;
}
.csc-sitemap ul li{
	padding: 0 0 0 10px;
}
.csc-linkToTop {
	display: none;
}

.indent {
	padding: 0 0 0 20px;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}