/* CSS Document */
#fullbody{
	background-color:#98b7d3;
	position:relative;
	background-position: center top;
	background-repeat: repeat-x;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
fieldset{
	border:0;
}
a,a:link,a:visited,a:hover{
	text-decoration:none;
}
a:focus,a:hover{
}
a img{
	border:0;
}
.clear{
	clear:both;
        font-size:1px;
}

#main{
	position:static;
	width:941px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#main_top_bg{
	background-color:#fbfcff;
	position:static;
	width:929px;
	height:auto;
	padding-top:24px;
	margin-left:auto;
	margin-right:auto;
	background-position:left top;
	background-repeat:repeat-x;
}
#main_bottom_bg{
	position:static;
	width:929px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-position:left bottom;
	background-repeat:no-repeat;
}
#logo{
	position:relative;
	width:auto;
	height:53px;
        float:left;
	margin:0px 0px 0px 40px;
	background-repeat:no-repeat;
	background-position:left top;
	border-top:2px #e6f0fa solid;
}
*html #logo{
        margin-left:20px;
}

#header{
	width:669px;
	height:278px;
	margin-left:212px;
	background-repeat:no-repeat;
	
}

#center{
	position:relative;
	width:657px;
	height:auto;
	margin-left:212px;
	padding:0px 6px 0px 6px;
	background-color:#fbfcff;
	
}
#center_footer{
	position:relative;
	width:669px;
	height:60px;
	margin-left:212px;
	background-repeat:no-repeat;
	background-position:left top;
	
}
/*compatible IE6*/
*html #center_footer{
	height:30px;
	margin-bottom:30px;
}

#center_left_title{
	width:441px;
	height:41px;
	background-repeat:no-repeat;
	float:left;
	background-color:#fbfaed;
	border-top:2px #bbb5a5 solid;
	border-left:2px #bbb5a5 solid;
	border-bottom:1px #ddd8c8 solid;
}
#center_left_title_img{
	width:400px;
	height:28px;
	padding:13px 0px 0px 24px;
	float:left;
        overflow:hidden;
}
#center_right_title{
	width:212px;
	height:41px;
	background-repeat:no-repeat;
	float:left;
	background-color:#fbfaed;
	border-top:2px #bbb5a5 solid;
	border-right:2px #bbb5a5 solid;
	border-bottom:1px #ddd8c8 solid;
	
}
#center_left_right_img{
	width:168px;
	height:28px;
	margin:13px 0px 0px 33px;
	background-repeat:no-repeat;
}
#content_top_bg{
	width:655px;
	height:auto;
	background-repeat:repeat-y;
	float:left;
	border-left:1px #bbb5a5 solid;
	border-right:1px #bbb5a5 solid;
}
#content_bottom_bg{
	width:655px;
	height:auto;
	background-repeat:no-repeat;
	background-position:left bottom;
	float:left;
}
/* Content Text*/
#content{
	width:391px;
	height:auto;
	padding:10px 26px 22px 25px;
	text-align:justify;
	font-weight:bold;
	float:left;
}

/* Navigation */

#right_nav{
	width:180px;
	height:auto;
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-left:33px;
	padding-bottom:22px;
	float:left;
	
}
#nav{
	width:180px;
	height:auto;
	float:left;
}
#nav ul{
	width:168px;
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#nav li{
	padding-left:18px;
	width:150px;
	height:20px;
	background-repeat:no-repeat;
	background-position:0px 6px;
	line-height:18px;
}
.nav{
	width:150px;
	height:20px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:0px 3px;
}


/* footer */
#footer_bg{
	position:relative;
	width:941px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	background-repeat:no-repeat;
	background-position:top;
	clear:both;
}
#content ul {
        margin: 1em 0 0 2em;
}
#content li {
        font-weight: normal;
        margin-top: .5em;
}
#content strong {
        font-weight: bold;
}
#content ul {
        list-style-type: disc;
}
#content h1 {
        font-weight: bold;
        margin: 2em 0 0 0;
}
#content p {
        font-weight: normal;
        margin: 0;
}
#footer_bg #login {
   position: absolute;
   bottom: 9px;
   right: 16px;
   width: 29px;
   height: 1.2em;
   font-size: 1em;
   font-family: Century Gothic;
   font-weight: bold;
}
#footer_bg #login a {
   text-decoration: none;
}
