/*---------------------------------------------------------------------------*/
/* GLOBAL */

body {
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
	text-align:center;
	background:#000000 url(../images/background.jpg) no-repeat fixed;
	color:#4f4937;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
a, a:link, a:visited, a:hover {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
h1,h2 {
	color:#000000;
	font-weight:normal;
	padding:0px;
	margin:10px 0px 10px 0px;
}
h1 {font-size:26px;}
h2 {font-size:20px;}
h3 {font-size:14px;}
ul {
	padding:0;
	margin:0;
	list-style:none;
}
ul li {
	padding:10px;
	margin:0px 0px 2px 0px;
	list-style:none;
	background:#d3c6a0 url(../images/pageX.gif) repeat-x;
	border:1px solid #1c160e;
}
ul li a, ul li a:link {
	display:block;
	height:150px;
	text-decoration:none;
}
em {
	color:#b4a996;
}

/*---------------------------------------------------------------------------*/
/* FORM */

.input {
	width:200px;
	background:#efefef;
	border:1px solid #888888;
}
.textareaL {
	width:500px;
	height:180px;
}
.textareaS {
	width:300px;
	height:180px;
}
.button {
	color:#ffffff;
	background:#1c160e;
	border:1px solid #000000;
	cursor:pointer;
}

/*---------------------------------------------------------------------------*/
/* HEADER */

.mast_head {
	width:860px;
	margin:20px auto 20px auto;
}
.mast_logo {
	width:860px;
	margin:0px auto;
}
.mast_title {
	width:619px;
	margin:0px auto;
	text-align:right;
	color:#f3ad1f;
	border-bottom:1px solid #f3ad1f;
}
.mast_head_interior {
	width:860px;
	margin:0px auto;
	text-align:left;
	background:#ffffff url(../images/mastinteriorX.gif) repeat-x;
}
.mast_logo_interior {
	margin-left:20px;
	float:left;
}
.mast_title_interior {
	width:200px;
	margin-top:70px;
	margin-right:20px;
	text-align:right;
	float:right;
}
.mast_interior_navigation {
	width:864px;
	margin:0px auto;
}

/*---------------------------------------------------------------------------*/
/* NAV */

.nav a,
.nav a:link,
.nav a:visited {
	display:block;
	padding:5px;
	color:#d3c6a0;
	font-size:13px;
	text-decoration:none;
}
.nav a:hover {
	color:#ffffff;
}
.nav {
	background:#1c160e;
}
.lead {
	background:#d3c6a0;
}
.lead a, .lead a:link, .lead a:visited{
	color:#000000;
}

/*---------------------------------------------------------------------------*/
/* PAGE */

.content {
	width:860px;
	margin:0px auto;
	font-size:12px;
}
.content a, .content a:link {
	font-size:12px;
}
.page {
	width:820px;
	text-align:left;
	padding:20px;
	background:#d3c6a0 url(../images/pageX.gif) repeat-x;
}
.transparent {
	padding:0px 0px 0px 0px;
	text-align:left;
	background:none;
}
.col{
	width:400px;
}
.transparent div.col {
	width:428px;
}

/*---------------------------------------------------------------------------*/
/* FOOTER */

.footer {
	margin:0px auto 20px auto;
	padding:10px 5px 10px 5px;
	color:#f3ad1f;
}
.footer_interior {
	width:850px;
	margin-top:2px;
	color:#000000;
	background:#d3c6a0;
}
.footer a, .footer a:link, .footer a:visited{
	color:#f3ad1f;
	padding:0px 5px 0px 5px;
}
.footer_interior a, .footer_interior a:link, .footer_interior a:visited{
	color:#000000;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}

/*---------------------------------------------------------------------------*/
/* UTILITY */

.clear{
	height:0px;
	clear:both;
}
.right{
	float:right;
}
.left{
	float:left;
}
.white {
	color:#ffffff;
}
.hide{
	display:none;
}
.bigred {color:#85251e;font-size:14px;}


.headline {margin:20px 0px 0 0;padding-bottom:5px;}
.headline a, .headline a:link{
        font-size: 16px;
        text-decoration:none;
}

.headline a:hover {
        text-decoration: underline;
}

.imgleft {
	float:left; clear:left;
	margin-right:10px;
	margin-bottom:10px;
}
.blurbbox {
        clear:left;
}
.blurbbox p {margin-top:0}
.center {
        width:500px;
        margin:auto;
}

.imgright {
float:right;
}
