﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #434321;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url('../image/page-background.png');
	background-repeat: repeat-x;
	background-color:#B3B093;
}
#container {
	background-image: url('../image/template/container-backgr.png');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 900px;
	margin: 0 auto;
}
#page_content_800 {
	width: 800px;
	margin: 0 auto;
}
#page_content_900 {
	width: 900px;
	margin: 0 auto;
}
#masthead {
	text-align: right;
	height: 195px;
	width: 900px;
	margin: 0;
	padding: 0;
	overflow: auto;
}
#navigation {
	background-image: url('../image/nav-background.png');
	background-repeat: no-repeat;
	height: 33px;
	overflow: hidden;
}
#column_l {
	width: 480px;
	margin: 0;
	padding: 0px 15px 0px 52px;
	background-color: #1b1c1e;
}
#column_main {
	width: 900px;
	height: 290px;
	background-image: url('../image/panorams/main-image-backgr.png');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#column_main_sub {
	width: 900px;
	height: 290px;
	background-image: url('../image/panorams/subpage-image-backgr.png');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#column_main_sub p {
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 0px;
	padding-bottom: 8px;
	margin: 0px 0px 0px 0px;
}
#column_main_sub h2 {
	padding-left: 80px;
	padding-bottom: 4px;
	padding-top: 36px;
	margin-bottom: 0px;
}
#column_main_sub ul {
	padding-left: 110px;
	margin: 0px;
}
#column_wide {
	width: 800px;
	margin: 0;
	padding: 0px 15px 0px 52px;
	background-color: #1b1c1e;
}
#column_r {
	width: 290px;
	margin: 0px 50px 0px 0px;
	float: right;
	padding: 4px;
	background-color: #1b1c1e;
	position: relative;
}
#footer {
	width: 900px;
	height: 43px;
	margin: 0 auto;
	text-align: center;
	background-image: url('../image/footer-background.png');
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-bottom: 5px;
}
#LoginContainer {
padding-left:400px;
padding-right: 60px;
}

/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	font-size: 11px;
	color: #000;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 0px 5px 5px 0px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
}
#navigation li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 6px;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	height: 33px;
	background-image: url('../image/button-background.png');
	background-repeat: repeat-x;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Global Nav */
#global_nav p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 40px 54px 1px 1px;
	padding: 1px;
}
#global_nav a {
	color: #fff;
	text-decoration: underline;
}
#global_nav a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #666633;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Board Members */
#boardMemberContainer {
	border-bottom: 100% gray dotted;
	margin-bottom: 20px;
}
.boardMemberTitle {
	padding-left: 0px;
	font-size: x-large;
}
.boardMemberContent {
	padding-left: 0px;
	font-size: small;
}
.boardMember img {
	font-size: medium;
	padding: 0px 20px 10px 0px;
}

/* Class for main text */
.articleDate {
	font-size: x-small;
}
.large {
	font-size: large;
}
.medium {
	font-size: medium;
}
.small {
	font-size: small;
}
.xsmall {
	font-size: x-small;
}
.xxsmall {
	font-size: xx-small;
}
/* Class for News Box */
#NewsBoxRightContainer {
	width: 300px;
	float:right;
	margin:0px 0px 50px 30px;
	background-image: url('../image/backgr-news-300.png');
	background-position: 50% bottom;
	background-repeat: no-repeat;
}
#NewsBoxRightTitle {
	height: 36px;
	width: 300px;
	background-image: url('../image/title-backgr-news-300.png');
}
#NewsBoxRightTitle h6 {
margin:8px 0px 0px 8px;
color:white;
}
.clear {
	clear: both;
}

