@charset "utf-8";

body {
	background-color: #000033;
	}

a:link, a:visited {
	color: #000066;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color: #3366FF;
	text-decoration: underline;
	}

h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
	}

ul, dl {
	margin: 0px 10px;
	}
	
li {
	margin-left: 20px;
	}

dt {
	text-transform: uppercase;
	}

dd {
	margin: 0px 5px 10px 20px;
	display: block;
	clear: right;
	}

th {
	padding-top: 10px;
	}

#leftContent {
	width: 251px;
	}

#content {
	width: 780px;
	background-color: #2989AC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: #FFFFFF 1px solid;
	}

#leftContent {
	float: left;
	}

#leftBanner {
	background-image: url(grfx/newBannerLeft.jpg);
	background-repeat: no-repeat;
	width: 251px;
	height: 220px;
	}

#notice {
	background-image: url(grfx/newNotice.jpg);
	background-repeat: repeat-y;
	width: 251px;
	padding: 10px 0px;
	}
	
	#notice #List {
		width: 216px;
		padding: 0px 15px;
		margin-left: 5px;
		margin-right: 5px;
		}
			
#noticeBottom {
	background-image: url(grfx/newNoticeBottom.jpg);
	background-repeat: no-repeat;
	width: 251px;
	height: 40px;
	}
	
#rightContent {
	float: right;
	}
	
#rightBanner {
	background-image: url(grfx/newBannerMenu.jpg);
	background-repeat: no-repeat;
	width: 529px;
	height: 220px;
	}
	
#contentTop {
	background-image: url(grfx/newContentTop.jpg);
	width: 529px;
	height: 45px;
	}
	
#pageContent {
	background-image: url(grfx/newContent.jpg);
	background-repeat: repeat-y;
	width: 489px;
	padding: 10px 20px;
	margin: 0px;
	}
	
#contentBottom {
	background-image: url(grfx/newContentBottom.jpg);
	width: 529px;
	height: 51px;
	}
	
#footer {
	clear: both;
	text-align: center;
	padding: 10px;
	background-image: url(grfx/newFooter.jpg);
	width: 760px;
	height: 41px;
	}
	
	#footer a:hover, #footer a:active {
		color: #FFFFFF;
		text-decoration: underline;
		} 
		
dt a img {
	height: 0; 
	width: 0; 
	border-width: 0;
	}

dt a:hover img {
	position: absolute;
  top: 230px; 
	left: 35px; 
	height: auto; 
	width: auto;
	}