/* Master page format */
body {
	background-color: #9d9a1d;
	margin: 0px;
	padding: 0px;
	background-image: url('images/bg_wall.jpg');
	background-position: top center;
	background-repeat: repeat;	
}

p {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 130%;
	margin-top: 10px;
}

a:link, a:active, a:visited {
	color: #9d9b1e;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 10pt; 
	font-weight: normal; 
	text-decoration: none;
}

a:hover {
	color: #936800;
	text-decoration: underline;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #bfbfc0;
	height: 1px;
}

.spacer {
	clear: both;
	font-size: 0px;
}

.img, .img a:link, .img a:active, .img a:visited, .img a:hover {
	border: 0px;
}

.img-border, .img-border a:link, .img-border a:active, .img-border a:visited, .img-border a:hover {
	background-color: #fff;
	border: 1px solid #a8a9aa;
	padding: 3px;
}

.noborder {
	border: none;
}

/* Welcome */

.skip a:link, .skip a:active, .skip a:visited {
	color: #d3c22b;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 10pt; 
	font-weight: normal; 
	text-decoration: none;
}

.skip a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Head & Menu */

.master {
	margin: 0px auto;
	text-align: center;
	width: 960px;
	background-image: url('images/bg_shadow.png');
	background-position: top center;
	background-repeat: no-repeat;
}

.border {
	margin: 0px auto;
	text-align: center;
	width: 934px;
	background-color: #fff;
}

.head {
	margin: 0px auto;
	text-align: center;
	width: 934px;
	background-image: url('images/logo_header.jpg');
	background-repeat: no-repeat;
	height: 173px;
}

.menu_top {
	margin: 0px auto;
	text-align: center;
	width: 934px;
	background-image: url('images/menu_bar.jpg');
	background-repeat: no-repeat;
	height: 38px;
}


.side {
	width: 132px;
	float: left;
	padding-bottom: 100px;
}

.content_home {
	margin: 0px auto;
	width: 850px;
	min-height: 600px;
	text-align: left;
	padding: 40px;

	color: #5d5d5d;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 10pt; 
	font-weight: normal; 
	line-height: 1.5em;
}

.content_area {
	margin: 0px auto;
	text-align: center;
	width: 934px;
	min-height: 600px;
	background-image: url('images/bg_content.png');
	background-position: top left;
	background-repeat: no-repeat;
}

.search {
	float: right;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	
}

.side_photo {
	width: 132px;
	text-align: center;
}

/* Section: Content */

.PageContent {
	width: 600px;
	margin-right: 100px;
	margin-top: 25px;
	text-align: left;		
	color: #5d5d5d;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 10pt; 
	font-weight: normal; 
	float: right;	
	padding-bottom: 100px;	
	line-height: 1.5em;
}

.menu {
	float: left;
	background-image: url('images/b_menu.jpg');
	background-repeat: no-repeat;	
	width: 108px;
	height: 23px;
	text-align: center;
	margin-top: 4px; 
	padding-top: 5px;
}

.menu a:link, .menu a:active, .menu a:visited {
	color: #fff;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 8pt; 
	font-weight: bold; 
	text-decoration: none;
}

.menu a:hover {
	color: #c6e4ff;
}

.menu_tabon {
	background-image: url('images/g_tab.png');
	background-repeat: repeat-y;
	height: 119px;
	padding-top: 15px;
}

.menu_taboff {
	height: 119px;
	padding-top: 15px;
}

.menu_left a:link, .menu_left a:active, .menu_left a:visited {
	display: block;
	color: #1d6698;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 7pt; 
	font-weight: bold; 
	text-decoration: none;
}

.menu_left a:hover {
	color: #9d9b1e;
	text-decoration: none;
}

/* Text Style */

.title {
	color: #9d9b1e;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 16pt; 
	font-weight: normal; 
	margin-top: 20px;
	margin-bottom: 25px;	
	border-bottom: 1px solid #e6e6c7;
}

h1 {
	color: #9d9b1e;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 16pt; 
	font-weight: normal; 
	margin-top: 20px;
	margin-bottom: 25px;	
	border-bottom: 1px solid #e6e6c7;
}

/* Form */

.form {
	margin-top: 0px;
	padding: 0px;
}

.form_title {
	float: left;
	padding-top: 3px;
	padding-right: 5px;
	margin: 0px;
	text-align: left;
	width: 170px;
	color: #000;
}

.form_textbox {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}

.form_input {
	float: left;
}

.form_style {
	color: #000000;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 10pt; 
	font-weight: normal; 		
}

/* Gallery Style */

td {
	padding: 5px;
	text-align: center;
}

/* Foot */

.footer {
	margin: 2px auto;
	text-align: center;
	background-image: url('images/menu_bottom.png');
	background-repeat: repeat-x;	
	width: 934px;
	height: 57px;
	padding-top: 30px;
}

.copyright {
	margin: 0px auto;
	width: 800px;
	text-align: center;
	color: #ffffff;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 8pt; 
	font-weight: normal; 
	margin-top: 20px;
	margin-bottom: 20px;
}

.copy-l {
	width: 755px;
	height: 19px;
	float: left; 
	font-size: 7pt;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
}

.copy-buttons {
	margin-top: 30px;
	text-align: center;
}

.copy-buttons a:link, .copy-buttons a:active, .copy-buttons a:visited {
	color: #7d7d7c;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 8pt; 
	font-weight: normal; 
	text-decoration: none;
}

.copy-buttons a:hover {
	color: #9d9b1e;
	text-decoration: none;
}

/* News */

.news-title {
	padding-bottom: 20px;	
}

.news-title a:link, .news-title a:active, .news-title a:visited {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 10pt; 
	font-weight: bold; 
}

.copy-buttons a:hover {
	color: #9d9b1e;
	text-decoration: none;
}

.news-date {
	color: #7d7d7c;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 8pt; 
	font-weight: normal; 	
}