@charset "UTF-8";

/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#content {
	margin-left: 50px;
	margin-right: 25px;
	font-size: 1.2em;
}
.topline {
	background-image: url(/images_template_new/topline.png);
	background-repeat: repeat-x;
	height: 44px;
}
.vertline {
	background-image: url(/images_template_new/vertline.png);
	background-repeat: repeat-y;
	height: 44px;
}
.bottomline {
	background-image: url(/images_template_new/bottomline.jpg);
	background-repeat: repeat-x;
	height: 44px;
}

.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;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D82727;
	text-align: right;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

a.navigation:link {
	text-decoration: none;
	color: #D80000;
}
a.navigation:visited  {
	text-decoration: none;
	color: #D80000;
}

a.navigation:active  {
	text-decoration: none;
	color: #D80000;
}

a.navigation:hover {
	text-decoration: none;
	color: #29ABE2;
}

a.button {
	display: block;
	width: 160px;
	background-image: url(/images/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/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/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/res_button_hover.png);
	display: block;
	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;
	} 

h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bolder;
	color: #D80000;
}

h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bolder;
	color: #D80000;
}
/* 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;
}


.pressfont {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #D87730;
}
a.pressfont:link {
	color: #D82727;
	text-decoration: underline;
}
a.pressfont:active {
	color: #D82727;
	text-decoration: underline;
}
a.pressfont:visited {
	color: #D82727;
	text-decoration: underline;
}
a.pressfont:hover {
	color: #D87730;
	text-decoration: underline;
}
.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;
}
.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;
}
.bordered_table_yellow {
	border: 6px solid #D80000;
}
.bordered_table_home {
	border: 6px solid #D80000;
}
.flushR_marginL {
	margin-left: 20px;
}

.sidebartable {
	float: left;
	width: 204px;
	position: absolute;
}

.centerimg {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}
.mainfont .twitter2 img {
	vertical-align: middle;
}
#twittercover {
	margin-top: -30px;
	background-color: #999933;
	margin-left: 200px;
	z-index: -2;
	visibility: visible;
	display: block;
	float: left;
}
