* {
	margin: 0;
	padding: 0;
}
div.clear {
	height: 1px;
	clear: both;
}

div#siteContainer {
	width: 1072px;	
	margin-left: auto;
	margin-right: auto;
	background-image: url( images/siteBg.gif );
}
div#siteLeft {
	width: 24px;
	height: 1px;
	float:left;
}
div#siteLeftBottom {
	width: 24px;
	height: 79px;
	background-color: red;
}
div#siteMain {
	width: 1024px;
	float:left;
}
div#siteRight {
	width: 24px;
	height: 1px;
	float:left;
}
div#clear {
	width: 1072px;
	clear: both;
}

div#header {
	width: 1024px;
	height: 150px;
	background-image: url( images/header.gif );
}
div#headNavi {
	width: 1009px !important;
	width: 1023px;
	height: 68px;
	margin-top: 15px;
	padding-left: 15px !important;
	padding-left: 10px;
	vertical-align:bottom;
	background-image: url( images/topNaviBg.gif );
}
div#headNavi img {
	border: 0;	
}
.topMenuHeader, .topMenuHeader a {
	color: #000000;
	font-family: Arial;
	font-size: 15px;
	text-decoration:none;
	font-weight: bold;	
}
.topMenuBody, .topMenuBody a {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;	
	text-decoration:none;
}
div.headNaviItem {
	height: 58px !important;
	height: 68px;
	width: 223px !important;
	width: 243px;
	padding: 5px 5px 5px 15px !important;
	padding: 5px 5px 5px 10px;
	background-image: url( images/topButtonBg.gif );
	margin-right: 8px !important;
	margin-right: 4px;
	float: left;
	cursor: pointer;
}

div.headNaviItem a {
	text-decoration: none;
}

div#searchBar {
	width: 1024px;
	height: 34px;
	background-image: url( images/searchBarBg.gif );
}
div#searchBar table {
	width: 1024px;
	height: 34px;	
	empty-cells:show;
}

div#mainContent {
	width: 1024px;
	margin-top: 30px;
	clear:both;
}
div#menuLeft {
	width: 204px;
	padding-left: 20px;
	padding-right: 29px;	
	float: left;
}
div#mainMenu {
	width: 204px;
	margin-bottom:15px;	
}
div#mainMenu li {
	list-style-type: none;
	width: 185px !important;
	width: 204px;
	height: 20px !important;
	height: 26px;
	margin-bottom: 2px;
	padding-left: 19px;
	background-color: #d7e4eb;
	font-family: Verdana;
	font-size: 12px;
	padding-top: 6px;
}
div#menuLeft a, div#menuRight a {
	display: block;
	text-decoration: none;
	color: 	#000000;
}

.menuHover {
	background-image: url( images/menuDot.gif );
	background-repeat: no-repeat;	
}
div.subMenuContainer ul {
	
}
div.subMenuContainer li.subMenuContainerHead, div.loginContainer li.subMenuContainerHead  {
	list-style-type: none;
	width: 185px !important;
	width: 204px;
	height: 20px !important;
	height: 26px;
	padding-left: 19px;
	background-color: #d7e4eb;
	font-family: Verdana;
	font-size: 12px;
	padding-top: 6px;	
	font-weight: bold;
}
div.subMenuContainer li {
	list-style-type: none;
	border: 1px solid #d7e4eb;
	border-top: 0px;
	width: 185px !important;
	width: 204px;
	height: 20px !important;
	height: 26px;
	padding-left: 19px;
	font-family: Verdana;
	font-size: 12px;
	padding-top: 6px;
}
/*div.loginContainer li {
	list-style-type: none;
	border: 1px solid #d7e4eb;
	border-top: 0px;
	width: 194px !important;
	width: 204px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana;
	font-size: 12px;
	padding-top: 6px;
}*/
div.loginContainer li {
	list-style-type: none;
	border: 1px solid #d7e4eb;
	border-top: 0px;
	width: 185px !important;
	width: 204px;
	font-family: Verdana;
	padding-left: 19px;
	font-size: 12px;
	padding-top: 6px;
}
div#content {
	width: 514px;
	float: left;
}
div#content div {
	margin-bottom: 10px;	
}
div#menuRight {
	width: 204px;
	padding-left: 29px;
	padding-right: 24px;
	float: left;		
}

div#bottomNavi {
	width: 1024px;
	height: 23px;
	margin-top: 20px;
	background-color: #959595;
	text-align:center;
	padding-top: 6px;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;	
}

div#bottomNavi a {
	color: #FFFFFF;
	text-decoration: none;	
}

div#copyrightContainer {
	width: 1024px;
	height: 36px;
	text-align:center;
	padding-top: 4px;
	font-family: Verdana;
	font-size: 12px;
	color: #848484;	
}

div#bottomShadow {
	width: 1072px;
	height: 29px;
	clear: both;
	background-image: url( images/bottomShadow.gif );
}

/*div#registerContainer {
	position:absolute;
	width: 1072px;
	background-color:red;
	z-index: 9999;
}

table#registerTable {
	margin-top: 430px;
	width:387px;
	height: 80px;
	background-color: green;	
}

table#registerTable thead td {
	height: 26px;
	padding-left: 5px;
	background-color: #d7e4eb;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}*/
.formError {
	border: 2px solid red;
}