@charset "utf-8";

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container_big {
	width: 900px;
	margin-top: 14px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 35px;
}
#containter_small {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3399CC;
}
#banner {


}
#bannerFlash {
	float: right;
}


#banner_red {
	background-image: url(../images/common/banner_redBg.jpg);
	height: 260px;
	float: none;
	position: relative;
	width: 800px;
	background-repeat: no-repeat;
	background-position: right;
}
#banner_blue {
	height: 203px;
	width: 220px;
	position: absolute;
	left: 0px;
	top: 27px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	background-color: #3399cc;
	text-align: left;
	color: #FFFFFF;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-right: 30px;
}
#banner_blue ul {
	list-style-type: none;
	padding-top: 30px;
}
#banner_blue li {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CCFF;
}
#banner_blue a {
	color: #FFFFFF;
	text-decoration: none;
}
#banner_blue a:hover {
	color: #99CCFF;
}
#thispage a:link, #thispage a:visited, #thispage a:hover, #thispage a:active{
	color: #99CCFF;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#links {
	position: absolute;
	left: 640px;
	width: 150px;
	top: 210px;
	height: 50px;
}
#subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3399cc;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #3399cc;
}
#subnav ul {
	list-style-type: none;
}
#subnav li {
	display: inline;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 14px;
	padding-bottom: 10px;
}
#footer {
	height: 30px;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 800px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-left: 50px;
	float: left;
}

#footerLeft {
	width: 279px;
	float: left;
	text-align: left;
	margin-top: 5px;
}

#footerMid {
	width: 160px;
	margin-left: 50px;
	float: left;
	margin-top: 5px;
}
#footerRight {
	width: 120px;
	float: right;
	text-align: right;
	margin-top: 5px;
}


a:link {
	color: #cc3300;
	text-decoration: none;
}
a:visited {
	color: #cc3300;
	text-decoration: none;
}
a:hover {
	color: #cc3300;
	text-decoration: underline;
}
a:active {
	color: #cc3300;
	text-decoration: underline;
}
h1 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3399CC;
	font-weight: bold;
	text-align: center;
}


.clear {
	clear: both;
	height: 1px;
}.blueIt {
	font-style: italic;
	font-weight: bold;
	color: #3399CC;
}
.red {
	color: #FF0000;
}
