body {
	margin: 0;
	padding: 0;
	background-color: #C8C9C4;
	font-family: "Arial", "Verdana";
	font-size: 11px;
	color: #666;
}

img {
	border: 0;
}

p {
	margin: 0;
	padding: 7px 0;
	line-height: 18px;
}

a {
	color: #369;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: "Arial", "Verdana";
	color: #336699;
	font-size: 18px;
	font-weight: normal;
	padding: 8px 0 2px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px dotted #87A1A7;
}

h3 {
	font-family: "Arial", "Verdana";
	background: url('../_images/bg_h3.gif') repeat-x;
	padding: 2px 10px 3px 10px;
	margin: 0 0 5px 0;
	font-size: 11px;
	color: #FFF;
	text-transform: uppercase;
	width: 375px;
}

h3 span a {
	background: url('../image/icon_arrow_white.gif') no-repeat center right;
	text-transform: lowercase;
	color: #FFF;
	float: right;
	padding-right: 10px;
}

h4 {
	font-family: "Arial", "Verdana";
	color: #369;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 0 2px 0;
	margin: 0;
}

ul {
	padding: 5px 0;
	margin: 0;
	line-height: 18px;
}

b, strong {
	color: #336699;
}

li {
	padding: 0;
	margin: 3px 0 0 25px;
	color: #663333;
}

ul.clickable li {
	color: #336699;
}

li a{
	color: #336699;
}

li a:hover{
	color: #336699;
}

blockquote {
	padding: 2px 15px;
	margin: 0;
	line-height: 18px;
}

#areaContainer {
	margin: 0 auto;
	padding: 0;
	width: 999px;
	background-color: #FCFCF3;
}

#areaHeader {
	height: 187px;
	background-color: #E5F7F3;
}

#areaHeader .logo {
	position: absolute;
	border: none;
	padding: 0 0 0 35px;
	margin: 0;
}

#areaHeader .banner {
	height: 163px;
}

#areaMenu {
	background-image: URL("../_images/menu_background.gif");
	border-top: 1px solid #FCFCF3;
	border-bottom: 1px solid #FCFCF3;
	height: 22px;
	font-family: "Arial", "Verdana";
	color: #FFF;
	font-size: 11px;
}
 
#areaMenu a {
	background-image: none;	
	text-transform: uppercase;
	color: #FFF;
	font-size: 11px;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	height: 13px;
	padding: 4px 0 5px 0;
	margin: 0;
	cursor: pointer;
	width: 199px;
}

#areaMenu a:hover, #areaMenu a.actived {
	background-image: URL("../_images/menu_actived.gif");
	background-repeat: repeat-x;
	color: #FFF;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

#areaMenu div {
	background-image: URL("../_images/menu_space.gif");
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	float: left;
	height: 22px;
	width: 1px;
}

#areaSlideMenu {
	position: absolute;
	z-index: 9999;
}

#areaSlideMenu .subBody {
	background-color: #E5F5F3;
	background-image: URL("../_images/menu_sub_background.gif");
}

#areaSlideMenu a {
	font-family: "Verdana", "Arial";
	font-size: 11px;
	color: #369;
	display: block;
	text-decoration: none;
	padding: 3px 0 5px 0;
	text-align: center;
	border-bottom: 1px solid #FFF;
}

#areaSlideMenu a:hover,
	#areaSlideMenu a.actived {
	background-image: URL("../_images/menu_sub_actived.gif");
	background-repeat: repeat-x;
	color: #000;
}

#areaFooter {
	background: #C8C9C4 url('../_images/bg_container_bottom.gif') no-repeat;
	color: #666;
	text-align: right;
	padding: 20px 10px;
	font-size: 9px;
}

#areaFooter .copy {
	float: left;
	color: #000;
}

#areaFooter a {
	text-decoration: none;
	font-size: 10px;
	margin: 0 2px 0 2px;
	color: #000;
}

#areaFooter a:hover, #areaFooter a.actived {
	color: #369;
	text-decoration: underline;
}

#areaContent {
	float: left;
	width: 625px;
	margin: 55px 40px 45px 0;
	padding: 0 0 0 70px;
}

/*
.home #areaContent {
	width: 585px;
	padding: 45px 65px 45px 78px;
}
*/

#areaKicker {
	float: right;
	width: 260px;
	padding-top: 55px;
}

#areaKicker p {
	padding: 30px 0 0 0;
}


.button_submit {
	font-family: "Verdana", "Arial";
	background: URL("../_images/menu_background.gif");
	height: 22px;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	border: none;
	width: 50px;
	padding: 2px 0 3px 0;
	margin: 28px 0 0 0;
	text-transform: uppercase;
}

.contentImg {
	margin: 3px 15px 0 0;
	padding: 0;
	border: none;
}

.redstar {
	color: #F00;
	padding: 0 5px;
}

table {
	line-height: 18px;
}