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

body {
	background-color: #eeeeee;
	margin: 0px;
}
.bullet {
	background-image: url('../images/home_page_bullet_for_column.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 10px;
}

.bullet2 {
	background-image: url('../images/home_page_bullet_for_column.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.contentLayout {
	border: solid 1px #999999;
	background-color: #c9bd89;
}
.footer {
	background: url('../images/home_page_footer_bg.png') no-repeat;
	height: 33px;
	padding-right: 4px;
	width: 754px;
}
.footer a:link {
	color:#3D663C;
	font-family: verdana,arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
.footer a:hover {
	color: #000000;
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
.footer a:visited {
	color:#3D663C;
	font-family: verdana,arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
.homePageTopBanner {
	background: url('../images/home_page_banner.jpg') no-repeat;
	height: 111px;
	width: 754px;
}
.homePageColumnCenterNav {
	background-image: url('../images/home_page_center_column_top_bg.gif');
	background-repeat: no-repeat;

}
.homePageColumnCenter {
	background-color: #ffffff;
}
.homePageColumnLeft {

	background: url(../images/home_page_left_column_bg.png) bottom no-repeat;
}
.homePageColumnRight {
	background: url(../images/home_page_right_column_bg.png) bottom no-repeat;
}
.navigationTop {
	height: 27px;
}
.navigationTop tr td {
	color: #ffffff;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}
.selected {
	background-color: #eeeeee;
	color: #966300 !important;
	cursor: pointer;
}	
.subNavigation {
	position:absolute;
	left:relative;
	top:139px;
	width:459px;
	height:57px;
	z-index:11;
	display: none;
}
.subNaviationArea {
	background-color: #eeeeee;
	height: 57px;
	margin: 0px 0px 4px 0px;
	width: 459px;
}

.textContainerLeftColumn {
	border: solid 1px #e9e5d0;
	color: #ffffff;
	font-family: arial;
	font-size: 11px;
	margin: 3px 3px 6px 3px;
	padding: 8px 4px 0px 4px;
}
.textContainerRightColumn {
	border: solid 1px #e9e5d0;
	color: #ffffff;
	font-family: arial;
	font-size: 11px;
	margin: 3px 3px 16px 3px;
	padding: 8px 4px 8px 4px;

}
.textContainerLeftColumn li {
	color:#3D663C;
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 0px 10px 0px;
}

.textContainerLeftColumn a:link {
	color:#3D663C;
	font-family: verdana,arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
.textContainerLeftColumn a:hover {
	color: #000000;
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
.textContainerLeftColumn a:visited {
	color:#3D663C;
	font-family: verdana,arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

.textContainerWelcome {
	border: solid 1px #c9be8a;
	color: #707070;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 14px 14px 14px;
	padding: 25px;
	text-align:justify;
}
.titleTextWelcome {
	color: #9f6e0d;
	font-family: 'Times New Roman', Times, serif;
	font-size: 16pt;
	font-weight: bold;
	margin: 0px 0px 4px 18px;
}
