@charset "utf-8";
/* CSS Document */

#divContainer {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-color: #27304D;
	height: 770px;
}
#divBanner {
	height: 135px;
	padding: 10px;
	float: left;
	width: 720px;
}
#divLeft {
	width: 155px;
	height: 450px;
	float: left;
	border: 3px groove #666666;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	display: inline;
}
#divRight {
	width: 500px;
	float: right;
	height: 450px;
	border: 3px groove #666666;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	display: inline;
}
#divRight a {
	text-decoration: none;
}

#divRight img {
	float: right;
	border: 3px groove #666666;
	margin: 5px;
}

#divBottom {
	float: left;
	width: 720px;
	height: 60px;
	padding: 10px;
}
#divBottom p {
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	color: #CCCCCC;
}
#divBottom a:link, #divBottom a:visited, #divBottom a:active{
	color: #999999;
	text-decoration: none;
}
#divImageL {
	float: left;
	vertical-align: bottom;
	height: 279px;
	margin-top: 10px;
	width: 148px;
	border: 3px groove #666666;
}

#divTitle {
	height: 50px;
	float: left;
	width: 720px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

#divRight p {
	font-family: Tahoma;
	color: #666666;
	margin: 5px;
	font-size: 13px;
}
#ulSideNav {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
}
#ulSideNav li {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#ulSideNav a:link, #ulSideNav a:visited, #ulSideNav a:active {
	text-decoration: none;
	display: block;
	width: 143px;
	height: 20px;
	border: 3px groove #666666;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	margin-top: 10px;
	background-color: #27304D;
	background-repeat: no-repeat;
	background-position: left top;
}
#ulSideNav a:hover, #ulSideNav a.curSideNav:link, #ulSideNav a.curSideNav:visited {
	color: #000000;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#divRight h1 {
	font-family: Tahoma;
	font-size: 14px;
	color: #333333;
	margin: 0px;
}
#divRight h2 {
	font-family: Tahoma;
	font-size: 14px;
	color: #666666;
	margin: 0px;
}
#divRight h3 {
	font-family: Tahoma;
	font-size: 14px;
	color: #666666;
	margin: 8px;
	font-weight: normal;
}
#divRight h4 {
	font-family: Tahoma;
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#divRight label {
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	color: #666666;
}
