@charset "UTF-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	;
	background-color: #a62625;
	font-size: small;
	color: #a62625;
}
a:link {
	color: #a62625;
	font-size: small;
	text-decoration: none;
	color: #a62625;
}
a:visited {
	color: #a62625;
	font-size: small;
	text-decoration: none;
}
a:hover {
	color: #a62625;
	font-size: small;
	text-decoration: underline;
	color: #666;
}
a:active {
	color: #CC0000;
	font-size: small;
}
.master #container {
	position: relative;
	width: 900px;
	background-color: #f4f4f4;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: small;
	left: auto;
	right: auto;
}
.master #header {
	font-size: small;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.master #header_menu {
	font-size: small;
	vertical-align: middle;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(/images/website/menu_bar_graphic.jpg);
	font-weight: bold;
	color: #CCCCCC;
}
#header_menu a	{
	color: #a62625;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
}
.master #content {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: small;
}
.master #footer {
	font-size: small;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}
.fltrt {
            float: right;
            margin-left: 5%;
}
.fltlft {
            float: left;
            margin-right: 5%;
}
.clearfloat {
            clear:both;
            height:0;
            font-size:1px;
            line-height:0px;
}
.master h1 {
	font-size: 16px;
	color: #a80000;
}
.master h2 {
	font-size: 14px;
	color: #a80000;
}
.master h3 {
	font-size: 14px;
	color: #2f3148;
	font-weight: bold;
}
.master h4 {
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}	
.master p {
	color: #312f3c;
	font-size: small;
	text-align: left;
}

