@import "ep/epEditor.css";

body {
	background: #fff;
	width: auto;
}

h1.mainPageHeader {
	padding-top: 20px;	
}

a {
	text-decoration: none;
	color: #265caa;
	font-style: normal;	
	font-weight: normal;
}

a:hover {
	color: #092144;
	text-decoration: underline;
	font-weight: normal;	
}

#siteWrapper {
	background-color: #fff;	
} 
	
	#pageWrapper {
		margin: 0 auto;
		border: 1px solid #000;
		width: 1024px;
		background: #fff url('images/middle.jpg') repeat-y;
	}
		
		#bannerWrapper {
		
		}
			
			#bannerImage {
			
			}
			
			#usuLogo {
				padding: 236px 0 0 0px;
				overflow: hidden;
				position: relative;
			}
			#usuLogo a.usuLink {
				float: left;
				position: absolute;
				height: 50px;
				width: 170px;
				top: 195px;
			}
			
			#usuLogo img {
				border: 0 none;
			}
			
			#breadCrumb {
				float: right;
				padding-right: 170px;
			}
			
			#breadCrumb a {
				text-decoration: none;
				color: #001e3f;
				font-size: 12px;
				font-weight: bold;
				padding: 0 5px;
			}
			
			#breadCrumb a:hover {
				color: #265caa;
			}
				
		#contentWrapper {
		}
			
			#leftWrapper {
				width: 340px;
				float: left;
			}
				#leftNav {
					padding-top: 265px;
				}
				#leftNav.lowered {
					font-size: 1.35em;
					line-height: 1.5em;
					padding-top: 365px;
				}
				
				#leftNav ul {
					list-style: none;
					margin: 0;
					padding-left: 40px;
				}
				
				#leftNav ul li a {
					color: #69ab00;
					text-decoration: none;
				}
				
				#leftNav ul li a:hover {
					color: #3e6402;
				}
				
				#leftNav ul li {
					background: url(images/leftNavBorder.jpg) no-repeat bottom left;
					padding: 10px 0;
					width: 290px;
				}
				#leftNav.lowered ul li {
					padding: 0;
					width: 177px;
				}
					
				#leftImage {
					
					margin: 40px 0 20px 22px;
					height: 153px;
				
				}
				
				#leftImage img {
					border: 0 none;
				}
				
				#imageText {
					width: 180px;
				}
				
				#newsText {
					padding: 30px 0 0 14px;
				}
				
				#newsText p {
					color: #61859f;
					font-size: 16px;
					line-height: 22px;
					margin-top: 22px;
				}
				#newsText table {
					margin-top: 22px;
				}
				 
			#contentMain {
				overflow: auto;
				width: 512px;
			} 
				
				#content {
					padding: 15px 20px 25px;
				}
				
				#content img {
					border: 0 none;
					margin: 0 7px 20px;
				}
				
		#footer {
			background: url(images/footer.jpg) no-repeat;
			height: 104px;
			clear: both;
		}
 
 
 .clear { clear: both; }
