@charset "UTF-8";

/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat;
}
#content {
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
	background-color: #000000;
	width: 700px;
	line-height: 1.6em;
	color: #D8D1BC;
	letter-spacing: 1px;
	padding: 30px;
}
#content #logo {
	text-align: center;
}
.centerimg {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}

.titlefont {
	color: #D80000;
	Font-Size : 2.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	}

.mainfont {
	line-height: 1.6em;
	color: #D87730;
	letter-spacing: 1px;
}
.mainfont a {
	color: #D87730;
	text-decoration: underline;
}

.imgbdr {
	border: 5px solid #D80000;
}


a.button {
	display: block;
	width: 160px;
	background-image: url(/images_template_new/res_button_normal.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 65px;
	margin-right: auto;
	margin-left: auto;
}
a.button:active {
	display: block;
	width: 160px;
	background-image: url(/images_template_new/res_button_normal.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 65px;
	margin-right: auto;
	margin-left: auto;
}
a.button:visited {
	display: block;
	width: 160px;
	background-image: url(/images_template_new/res_button_normal.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 65px;
	margin-right: auto;
	margin-left: auto;
}
a.button:hover {
	background-image: url(/images_template_new/res_button_hover.png);
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 65px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	left: 1px;
	top: 1px;
	position: relative;
} 

a.buttonsmall {
	display: block;
	width: 160px;
	background-image: url(/images_template_new/res_button2_normal.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 65px;
	float: right;
	padding-left: 3px;
}
a.buttonsmall:active {
	display: block;
	width: 160px;
	background-image: url(/images_template_new/res_button2_normal.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 65px;
	float: right;
	padding-left: 3px;
	}
	
a.buttonsmall:visited {
	display: block;
	width: 160px;
	background-image: url(/images_template_new/res_button2_normal.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 65px;
	float: right;
	padding-left: 3px;
	}
	
a.buttonsmall:hover {
	background-image: url(/images_template_new/res_button2_hover.png);
	display: block;
	height: 65px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	left: 1px;
	top: 1px;
	position: relative;
	float: right;
	padding-left: 3px;
	} 


/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.mainfont .imgbdr {
	border: 4px solid #D80000;
	margin-right: 10px;
	margin-left: 10px;
}
.mainfont li {
	line-height: normal;
}
.mainfont h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: normal;
}
.mainfont h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: normal;
}
.red {
	color: #D80000;
}

.mainfontsmall {
	line-height: 1.6em;
	color: #D87730;
	letter-spacing: 1px;
	font-size: .9em;
}
.mainfontsmall a {
	color: #D87730;
	text-decoration: underline;
	font-size: .9em;
}
.indent_r_l {
	margin-right: 10%;
	margin-left: 10%;
}
.flushL_marginR {
	margin-right: 20px;
}
.indent_r_l_more {
	margin-right: 5%;
	margin-left: 5%;
}
.hr85{
	color: #D80000;
	height: 1px;
	background-color: #D80000;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #D80000;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #D80000;
}
.hr100 {
	color: #D80000;
	height: 1px;
	background-color: #D80000;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #D80000;
}
.bordered_table {
	border: thin solid #29AAE3;
}
.hr300px {
	color: #D80000;
	height: 1px;
	background-color: #D80000;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #D80000;
}
.mainfont .caption {
	font-size: 0.8em;
	margin-top: 2px;
	margin-bottom: 8px;
}
.hr60 {
	width: 60%;
	color: #29AAE3;
	height: 1px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #29AAE3;
}
.mainfont h1 a {
	color: #d80000;
}
.mainfont h2 a {
	color: #d80000;
}

.flushR_marginL {
	margin-left: 20px;
}

#content a {
	color: #D87730;
	text-decoration: underline;
}
.plus  {
	margin-left: 95px;
	margin-bottom: 20px;
}
.pluscenter  {
	margin-left: auto;
	margin-right: auto;
	text-align: center; 
	padding-left: 50px;
}
