/* CSS Document */

/* home page layout */

body{
	margin:20;
	padding:0;
	line-height: 1.5em;
	background-color: #E1DABF;
}

.left_column{
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}

.right_column_top{
	background: #9D9C9B;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	font-family: "Trebuchet MS";
	font-size: 0.75em;
	font-weight: bold;
}
.right_column_ad{
	background: #C7C7C7;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	font-family: "Trebuchet MS";
	font-size: .85em;
	font-weight: bold;
}
.byline_1 {
	font-family: "Trebuchet MS";
	font-size: 1.6em;
	font-weight: bold;
	color: #C7D1B6;
}
.byline_2 {
	font-family: "Trebuchet MS";
	font-size: 1em;
	font-weight: bold;
	color: #5A6050;
}
.byline_3 {
	font-family: "Trebuchet MS";
	font-size: .7em;
	font-weight: normal;
	color: #F6FDC7;
}
a.byline {
	color: #F6FDC7;
	text-decoration: underline;
}
a.byline:hover {
	color: #FF0000;
	text-decoration: none;
}
a.byline:visited {
}
.top_mast {
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.top_nav {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #E09C1C;
}

/* Top Nav */

a.nav {
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	font-weight: bold;
	color: #5A6050;
	text-decoration: none;
}
a.nav:visited {
	font-family: "Trebuchet MS";
	font-size: .9em;
	font-weight: bold;
	color: #5A6050;
	text-decoration: none;
}
a.nav:hover {
	font-family: "Trebuchet MS";
	font-size: .9em;
	font-weight: bold;
	color: #E09C1C;
	text-decoration: underline;
}
.left_col {
	background-color: #5A7B87;
	padding-bottom: 20px;
}
.text {
	font-family: "Trebuchet MS";
	font-size: .9em;
	color: #666666;
	padding: 10px;
}
.heading {
	font-family: "Trebuchet MS";
	font-size: 2em;
	font-weight: bold;
	color: #666666;
}
.breadcrumb {
	font-size: .8em;
}
a.nav_on {
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	font-weight: bold;
	color: #E09C1C;
	text-decoration: underline;
}
a.nav_on:visited {
	font-family: "Trebuchet MS";
	font-size: .9em;
	font-weight: bold;
	color: #E09C1C;
	text-decoration: none;
}
a.nav_on:hover {
	font-family: "Trebuchet MS";
	font-size: .9em;
	font-weight: bold;
	color: #E09C1C;
	text-decoration: underline;
}
a.news {
	font-family: "Trebuchet MS";
	font-size: .9em;
	font-weight: bold;
	color: #FAE8B8;
	text-decoration: underline;
}
a.news:visited {
	font-family: "Trebuchet MS";
	font-size: .9em;
	font-weight: bold;
	color: #FAE8B8;
	text-decoration: none;
}
a.news:hover {
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.left_col_test {
	background-color: #668F9E;
	padding: 8px;
	font-family: "Trebuchet MS";
	font-size: .8em;
	color: #FFFFFF;
	font-style: italic;
}
.left_col_about {
	background-color: #5A7B87;
	font-family: "Trebuchet MS";
	font-size: .95em;
	font-weight: bold;
	color: #D8E3E6;
	padding-top: 20px;
	padding-right: 8px;
	padding-left: 8px;
}
.bevelmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 222px;
}

.bevelmenu li a{
	display: block;
	width: 100%;
	padding: 2px 20px;
	text-decoration: none;
	font-weight: bold;
	background-color: #DEE0D9;
	text-decoration:none;
	font-family: "Trebuchet MS";
	color: #339999;
	font-size: .8em;
	border: 2px solid #FFFFFF;
}

.bevelmenu li a:hover{
	color: #BEC3AF;
	background-color: #FFFFFF;
	border-style: outset;
	font-family: "Trebuchet MS";
	font-size: .8em;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect (non IE browsers only) */
border-style: inset;
}
.gallery_text {
	font-family: "Trebuchet MS";
	font-size: .9em;
	color: #666666;
	padding: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #959595;
}
.border {
	border-top: 1px solid #E09C1C;
	border-right: 1px solid #E09C1C;
	border-left: 1px solid #E09C1C;
}
.border2 {
	border-bottom: 1px solid #E09C1C;
	border-right: 1px solid #E09C1C;
	border-left: 1px solid #E09C1C;
}
