

html, body {height: 100%;  }
body {/* customize_background  background: #6e8d9b; /* customize_background */ text-align: center; padding: 0px; margin: 0px; background:/*url("/packages/theme_simple_blue/themes/simple_blue/images/mk2images/body_bg.jpg") repeat-x scroll center top*/ rgb(231, 233, 223); color:#666; margin-top:10px; }
img {border: 0px}
a { cursor: pointer; text-decoration:none}

#img.source-image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#page {
    width: 100%;
    text-align: left;
}

#page #header{
    width: 100%;
    border-top: 0px solid #1F3861;
}

#page #headerin{
    overflow: auto;
    height: auto;
	width:1000px;
	z-index:99;
}

#page #logo {
	display:none;
	margin-top: 20px;
}

#page #top form{
    margin-top: 0px;
}
#page #top-right h3{
    display: none;
}

#page #header-area {
    margin-top: 0px;
    text-align: center;
    padding-bottom: 0px;
    border-bottom: 0px solid #333333;
}

#page #nav-out{width: 1000px; background-image:url(/packages/theme_simple_blue/themes/simple_blue/images/nav-bg.jpg); height: 38px; margin:0 auto;}

#page #nav { margin-top: 0px; padding-left:400px; width: 600px;
}
#page #nav ul {list-style: none; margin:0; padding:0; padding-left:1px; line-height: 30px;}
#page #nav ul li{ }
#page #nav ul a{/*float: left;*/ color: #ffffff; text-decoration:none; padding: 0 10px;}
#page #nav ul a:hover{color:#f5f5f5;}

#page #contain {
   	background: #FFF;
	margin-top: 0px; overflow: auto;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
}

#page #sidebar {
    width: 280px;
    margin-top: 8px;
	margin-bottom:10px;
	min-height:370px;
	overflow:auto;
}
#page #sidebar h2{margin-top: 10px;/* color: rgb(18, 107, 181);*/ }

#page #sidebar.right {padding-left: 5px; padding-right:5px; border-left: 0px solid #6e8d9b}
#page #sidebar.left {padding-right: 5px; padding-left:5px; border-right: 0px solid #6e8d9b}

#page #main {
    width: 700px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	margin-top:8px;
	/*min-height: 525px;*/
}
#page #main.no-sidebar {
    width: 990px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0;
	margin-top: 0;
}

#page #footer {
	margin-top:0px;
    clear: both;
    margin-bottom: 40px;
	background:#e7e8e0;
}

#page #footer #copyright{
    border: 0px solid #8fa7b2;
    padding: 8px 0;
    clear: both;
    overflow: hidden;
    height: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
#page #footer #copyright a:hover{text-decoration: none}

#page .footer-area{
	display:none;
    width: 430px;
    padding: 0 10px 10px 10px;
    margin-top: 10px;
    border-top: 0px solid #333333;
}

.right{float: right}
.left{float:left}

.full{width: 1000px; margin: 0 auto}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}