@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/back.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #931414;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

/*OBJECTS*/
#head_background {
	background-image: url(images/head_back.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#border_right {
	background-image: url(images/border_right2.gif);
	background-position: center;
	background-repeat: repeat-y;
}
#bottom_background {
	background-image: url(images/bottom_back.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

/*MENUS*/
.menu_first {
	margin: 38px 0px 0px 0px;
}
.menu {
	margin: 8px 0px 0px 0px;
}

/*HEADERS*/
.header1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #222;
}
.header2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #222;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDABE;
}
.sub_header1 {
	color: #597227;
	font-size: 19px;
	font-family: "Times New Roman", Times, serif;
}

/*CONTENT*/
.content_box {
	margin: 15px 22px;
}
.content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #444;
}
.content_text a { color: #444; text-decoration: none;}
.content_text a:hover { color: #931414; text-decoration: underline;}

.content_text_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #931414;
}
.content_text_red a { text-decoration: none; color: #931414;}
.content_text_red a:hover { font-style: italic; text-decoration: none;}

.content_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	color: #444;
	letter-spacing: 1px; }

.content_bold_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 16px;
	color: #931414;
	font-weight: bold;
}

/*COPYRIGHT*/
.copyright {
	color: #C64A4A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.copyright a { text-decoration: none; color: #C64A4A;}
.copyright a:hover { text-decoration: underline; color: #FFF;}
