@charset "utf-8";
/* CSS Document */


.page_container {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000;
	height: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.bannerArea {
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: 950px;
	background-image: url(../img/template_image/new_banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.nav_side {
	clear: both;
	float: left;
	height: auto;
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	list-style-type: none;
	margin-right: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 100px;
	padding-left: 10px;
}
.subnav {
	font-size: 0.8em;
	font-weight: bold;
}

.nav_side ul li a {
	text-decoration: none;
	color: #000;
}
.nav_side a:hover {
	text-decoration: underline;
	color: #003470;
}
.current {
	color: #000;
	background-color: #C5A900;
	padding-right: 5px;
	padding-left: 5px;
}
.path {
	color: #000;
	background-color: #F6D35B;
}

.nav_side ul {
	list-style-type: none;
}
.nav_side ul li {
	text-decoration: none;
}


.page_tile {
	width: 915px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 100px;
	padding-left: 25px;
	background-image: url(../img/template_image/page_tile.png);
	background-repeat: repeat-y;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.page_top {
	margin: 0px;
	height: 66px;
	width: 940px;
	background-image: url(../img/template_image/page_top.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.page_footer {
	height: 40px;
	width: 940px;
	background-image: url(../img/template_image/page_bottom.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.page_container .page_footer a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-top: 10px;
}


.gallery {
	margin: 0px;
	width: 900px;
}

.gallery img {
	margin: 10px;
	border: 1px solid #999;
}


body {
	font-family: Verdana, Geneva, sans-serif;
	
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.50em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: .95em;
}
#leftColumn {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}

#rightColumn {
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 2em;
	
}

.clearBoth {
	clear: both;
	
	line-height: 1px;
}
h1 {
	padding-top: 0px;
}

