* {
	font-family:			"Times New Roman", Times, serif;
	font-size:				14px;
	color					#999999;
}

body {
	background:				#e8e8e8 url("/files_images/bg_site.jpg") repeat-x fixed top;
	margin:					0px auto 0px auto;
}

img {
	border:					0px;
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 0px 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:			bold;
	color:					#541e21;
	padding:				0px 0px 0px 0px;
	margin:					0px 0px 10px 0px;
}

h1 {						font-size: 24px; }
h2 {						font-size: 21px; }
h3 {						font-size: 18px; }
h4 {						font-size: 16px; }
h5 {						font-size: 14px; }
h6 {						font-size: 12px; }

a:link, a:visited {
	color:					#8f252a;
}

a:hover, a:active {
	color:					#cf3229;
}

form {
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 0px 0px;
}

a.nav_1 {
							font-size: 17px;
							font-weight: bold;
							text-decoration: none;
}

.nav_2 {
							padding: 6px;
							font-size: 15px;
							font-weight: bold;
							color: #8f252a;
							border-right: #CCCCCC 1px solid;
							border-top: #CCCCCC 1px solid;
}

.nav_2_over {
							padding: 6px;
							font-size: 15px;
							font-weight: bold;
							color: #cf3229;
							border-right: #CCCCCC 1px solid;
							border-top: #CCCCCC 1px solid;
							background-color: #f4e6a3;
							cursor: pointer;
}

.nav_2_active {
							padding: 6px;
							font-size: 15px;
							font-weight: bold;
							color: #cf3229;
							border-right: #CCCCCC 1px solid;
							background-color: #f5d95f;
							border-top: #CCCCCC 1px solid;\
							
}

.nav_3_group {
							border-left: 1px #cccccc dashed;
							margin-left: 15px;
}

.nav_3 {
							padding: 4px;
							padding-left: 7px;
							border-right: #CCCCCC 1px solid;
							font-size: 13px;
							color: #111111;
}

.nav_3_active {
							padding: 4px;
							padding-left: 7px;
							border-right: #CCCCCC 1px solid;
							font-size: 13px;
							color: #cf3229;
							background-color: #f5d95f;
}

.nav_3_over {
							padding: 4px;
							padding-left: 7px;
							border-right: #CCCCCC 1px solid;
							font-size: 13px;
							color: #cf3229;
							background-color: #f4e6a3;
							cursor: pointer;
}

.footer {
	font-size:				11px;
	color:					#666666;
}

a.footer {
	font-size:				11px;
}


.yui-skin-sam .yui-toolbar-container .yui-toolbar-editcode span.yui-toolbar-icon {
    background-image: url( assets/html_editor.gif );
    background-position: 0 1px;
    left: 5px;
}
.yui-skin-sam .yui-toolbar-container .yui-button-editcode-selected span.yui-toolbar-icon {
    background-image: url( assets/html_editor.gif );
    background-position: 0 1px;
    left: 5px;
}

.editor-hidden {
    visibility: hidden;
    top: -9999px;
    left: -9999px;
    position: absolute;
}

.random_image {
	margin-top: 10px;
	margin-bottom: 10px;
}

.announcement { margin: 0 0 8px 0; }
.announcement .icons { float: left; margin: 0 10px 0 0; }
.announcement .title_block {font-weight: bold; }
.announcement .body { margin: 2px 0 0 5px; }
.announcement .form_field { margin: 5px; }

.contact_us {
	background-color: #FFFFCC;
	padding: 10px;
}
