body {
	font-family: Arial;
	font-size: 11px;
	width:828px;
	padding:0px;
	background:#d5d4d4 url('images/main-back.gif') repeat-x; 
	color:#000000;
	margin:auto;
}

a, a:link, a:active, a:visited{
	color: #0000FF;
	text-decoration:underline;
	}
a:hover{
	text-decoration:underline;
	}

p, img, form {
 border:0px;
 margin:0px;
 }
td{
 vertical-align:top;
 }

#hdr{
 height:159px;
 width:828px;
 background:url('images/hdr.gif') no-repeat;
}

#nav{
 float:right;
 margin-top:100px;
 position:relative;
 right:50px;
 }
#nav a:link, #nav a:visited{
 padding:0px 10px 0px 20px;
 background:url('images/nav-bullet.gif') no-repeat;
 color:#7e7d7d;
 font-weight:normal;
 text-decoration:underline;
 }
#nav a:hover{
 text-decoration:underline;
 }

.cpage{
 padding:0px 40px 0px 40px;
 background:url('images/back.gif') repeat-y;
 margin-top:5px;
 }

#cpage-left{
 width:476px;
 background:#efefef;
 }

#search-div{
 height:31px;
 width:331px;
 border:1px solid
 float:left;
 background:url('images/s-back.gif') no-repeat;
 }
.s-label{
 float:left;
 color:#f5bd50;
 margin:3px 10px 0px 15px;
 font-size:12px;
 }
.s-text{
 float:left;
 color:#7e7d7d;
 border:1px solid #f5bd50;
 height:18px;
 width:185px;
 margin-right:5px;
 }
.s-btn{
 float:left;
 }

#login-div{
 background:#FFFFFF;
 width:296px;
 height:110px;
 margin:10px 0px 10px 10px;
 padding-bottom:10px;
 }
#login{
 padding:0px 10px 0px 10px;
 }
#login a:link, #login a:visited{
 text-decoration:underline;
 }
#login a:hover{text-decoration:underline;}
.log-label{
 font-size:12px;
 margin-left:24px;
 }
.l-label{
 float:left;
 color:#6c6c6d;
 margin:3px 10px 0px 15px;
 font-size:12px;
 }
.l-text{
 float:left;
 color:#7e7d7d;
 border:1px solid #6c6c6d;
 height:16px;
 width:168px;
 margin-right:5px; 
 margin-bottom:6px;
 }

#cpage-right{
 float:right;
 text-align:center;
 width:140px;
 margin-top:5px;
 }

#menu{
 float:right;
 width:243px;
 position:relative;
 top:-36px;
 right:10px;
 margin-bottom:-36px;
 }

#main{
 border-collapse: collapse;
 width:100%;
 margin-top:10px;
 }
#left-col{
 width:187px;
 padding:0px;
 }
.leftcol-border{
 height:6px;
 background:#efefef;
 }
.leftcol-main{
 background:#efefef;
 padding:5px 5px 5px 10px;
 }
#main-col{
 padding:0px 0px 10px 10px;
 }

#footer{
 text-align:center;
 color:#000000;
 margin:20px 0px 0px 0px;
 }
#footer a:link, #footer a:visited{
 color:#000000;
 font-weight:bold;
 text-decoration:none;
 }
#footer a:hover{
 color:#CCCCCC;
 }
#bottom{
 height:47px;
 background:url('images/bottom-back.gif') repeat-x;
 }
 
 
 
 .left-link{
 color:#ffffff;
 padding:0px;
 font-size:11px;
 border-bottom:1px solid #000000;
 font-weight:bold;
 background:#EBEBEB;
 }

.left-link a:link, .left-link a:visited{color:#F48D02; display:block; text-decoration:none; padding:7px 5px 7px 10px;}
.left-link a:hover {color: #FFFFFF; background:#F48D02;}
 
 