/* CSS Document */

* {margin:0px; padding:0px;}

body {
	margin:0px auto;
	height: auto;
	text-align:center;
	background-image: url(Images/bglogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}

.navBox {
/*	margin: -10px 0px 0px -1px;	*/
	padding: 0px;
	float: left;
}

.ContentBox {
	width:750px;
	/*	margin: -10px 0px 0px -1px;	*/
	height:auto;
	/*float:right;*/
	padding-left: 210px;
	}
	
.NoticeBox {
	margin-top:10px;
	width:200px;
	overflow:auto;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	width: 980px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

hr {
	width: 980px;
	height: 4px;
	color: #0033CC;
/*	margin:-10px 0px 0px 0px;	*/
}

#nav {
	width: 200px;
	overflow: hidden;
	padding: 0px;
}
#nav li {
	height: 16px;
	width: 225px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3399FF;
	font: strong;
	padding: 4px;
	margin: 2px;
}

#nav li.L2 {
	background-color: #99CCFF;
	}


#nav a {
	text-align:left;
	text-decoration: none;
	height: 16px;
	width: 225px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 9pt;
	line-height: 16px;
}

#nav a.L2 {
	margin-left:20px;
	}


#nav a:hover {
	color: #FFFFFF;
}


#nav a:active {
	background-color:#99CCFF;
	height: auto;
	width: auto;
}

#ContactUs {
	margin:10px 0px 0px 205px;
	text-align:center;
}
.ContentBox #notice {
	width: 980px;
}

