body { 
/*	background: url(./css_img/123.gif) repeat-y; */
	background-position:center top;
	font: Tahoma;
	color: #999999;
	background-color: #C0C0C0; 
	margin: 0px; 
	padding: 0px;
	text-align: center;
	}
img {
	border: none;
}
p { 
	padding: 0px;
	font: 11px Tahoma; 
	margin-top: 8px;
	margin-bottom: 15px;
	text-align: justify;
	}

h1 {
	margin-top: 60px;
	padding: 0px;
}
h2,h3 {
	padding: 0px;
	margin-top: 25px;
}

h3 { 
	font: bold 11pt Tahoma;
	margin-bottom: 0px; 
	color: #004080;
	padding-bottom: 0px;
	}

#linkList h3 span {
	padding-bottom: 4px;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #004080;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #CCC;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #3C9A35;
	}
#wrapper { 
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom:0px;
	padding-top: 0px;
	text-align: left;
	background: #fff;
	}

#pageHeader { 
	background: url(../css_img/head1.gif) no-repeat; 
	width: 700px;
	height: 140px;
	float: left;
}
#main{
	width:400px;
	float:left;
	padding: 0 25px;
}
#side{
	width:250px;
	float:left;
	font-size:12px;
}
#footer {
	clear:both;
	text-align: center;
	font: bold 10px Tahoma;
	padding: 0;
	text-transform: uppercase;
	margin-top: 20px;
	border-top: 1px dashed #dddddd; 
}
#footer ul li{
	list-style:none;
	text-transform: uppercase;
	display:inline;
	padding: 0px 10px;
}


#lselect,#larchives,#lresources {
	padding: 0px 15px 45px 15px;
	margin: 0px;
	}

#side h3 {
	font-size: 11px;
	padding: 3px 3px 3px 1px;
	color: #004080;
	margin-bottom: 10px;
	margin-top: 20px;
	}

#lselect ul, #larchives ul, #lresources ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}

#lselect li, #larchives li, #lresources li {
	padding: 5px 0px;
	}

#lselect li a {
	display: block;
	}

#lselect li a.c {
	display: inline;
	}

#linkList #lselect ul li {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    padding: 5px 0 5px 5px;
    }

#side #larchives ul li {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    padding: 5px 0 5px 15px;
    }

#side #lresources ul li {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    padding: 5px 0 5px 5px;
    }

#pageHeader h1 span{
/*	display: none; */
	padding-left:30px;
	font-size:16px;
	color: #fff;
	}

.select {
	border-bottom: 1px solid #ccc;
}
.select span {
	font-size: 12px;
}

	
