/* CSS Document */
body {
	margin:0px;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
}
#out-header {
	width:auto;
	height:auto;
	overflow:auto;
	}
#header {
	margin:auto;
	width:990px;
	height:auto;
	overflow:auto;
	}
#top-nav {
	width:990px;
	height:auto;
	overflow:auto;
	}
	
#nav-l {
	float:right;
	background-image:url(../images/site/pct/red/right.jpg);
	height:31px;
	width:12px;
	}
#nav-r {
	float:right;
	background-image:url(../images/site/pct/red/left.jpg);
	height:31px;
	width:12px;
	}
#navcontainer {
	float:right;
	background-image:url(../images/site/pct/red/navir.jpg);	
	height:31px;
	}

ul#navlist {
        margin: 0;
        padding: 0;
        list-style-type: none;
        white-space: nowrap;
}

ul#navlist li {
        float: left;
        font-family: verdana, arial, sans-serif;
        font-size: 9px;
        font-weight: bold;
        margin: 0;
        padding: 9px 0px 4px 0px;
		text-align:center;
		}

#navlist a, #navlist a:link {
        margin: 0;
        padding: 9px 5px 20px 5px; /*top right bottom left*/ 
        color:#fff;
        border-right: 1px dashed #f8f1d6;
        text-decoration: none;
}
#navlist span {
	 	 }
ul#navlist li#active {
        color: #fff;
        background-color: #deebe5;
}

#navlist a:hover {
        color: #fff;
		background-color:#CC0000;
}
#navlist #current {
        color: #fff;
       	background-color:#CC0000;
}
#logo {
	margin-top:20px;
	width:700px;
	}
#out-nav {
	width:auto;
	height:122px;
	background-image:url(../images/site/middle.png);
	}
#nav {
	margin:auto;
	width:990px;
	height:62px;
	margin:auto;
	padding-top:40px;
	color:#990000;
	}	
#wrapper {
	margin:auto;
	width:990px;
	height:auto;
	overflow:auto;
	}	
	
#cont {
	width:990px;
	height:auto;
	overflow:auto;
	}
#sidemenu {
	float:right;
	width:340px;
	}

.sidebar {
	width:340px;
	height:auto;
	overflow:auto;
	background-image:url(../images/site/sidebar-bg.png);
	margin-top:10px;
	}
.sidebar h1 {
	background-image:url(../images/site/sidebar-heading.png);
	height:34px;
	margin:0px;
	font-size:120%;
	padding-left:10px;
	}
.sidebar p {
	padding-left:10px;
	}	
.sidebar-bottom {
	background-image:url(../images/site/sidebar-bottom.png);
	background-repeat:repeat-x;
	width:340px;
	height:11px;	
	}
.sidebar a {
	color:#ae8805;
	}
.sidebar a:hover {
	color:#f4bf08;
	}
#page {
	float:left;
	width:600px;
	height:auto;
	overflow:auto;
	padding-left:20px;
	
	}
#page h1 {
	margin:0px 0px 20px 0px;
	font-size:120%;
	padding-left:10px;
	}
#page a {
	color:#025bd1;
	}
#page a:hover {
	color:#06aa05;
	}
#out-footer {
	width:auto;
	height:190px;
	background-image:url(../images/site/out-footer.png);
	}
#footer {
	margin:auto;
	width:688px;
	height:190px;
	margin:auto;
	background-image:url(../images/site/footer-bg.png);
	}
.warning {
	color:#FF0000;
	}
/* form styling */
label {
	float:left;
	margin-right:10px;
	width:125px;
	font-weight:bold;
	color:#990000;
	}	
.pwd label {
	float:left;
	margin-right:10px;
	width:200px;
	font-weight:bold;
	}	
.image-left {
	float: left;
	margin: 5px 20px 3px 5px;
}
.image-right {
	float: right;
	margin: 5px 20px 3px 5px;
}
