/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$100 - Clearfix Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0; line-height:20px; }
a img,:link img,:visited img { border:none }
address { font-style:normal }



/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	background:#301E15 url(bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding-bottom:50px;
	font:12px Georgia, "Times New Roman", Times, serif;

	}
	
#container {
	width:930px;
	margin:0 auto;
	}



#content-container {
	background:url(../images/content-repeat-bg.gif) repeat-y;
	padding-top: 90px;
	
	width: 880px;
	}
	

	
	.content-top-bg {
		background:url(../images/content-top-bg.gif) no-repeat;
	}
	
	.content-bottom-bg {
		background:url(../images/content-bottom-bg.gif) 0% 100% no-repeat;
		padding: 30px 20px 90px;
	}
	
	
#maincol {
	float:left;
	width:520px;
	padding-left: 30px;
	}
	
#rightcol  { margin-left: 10px;padding-top: 10px; width: 270px; float: right }
	
#footer {
	
	}
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/



	
/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/


	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

a,
a:link,
a:visited {
font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:bold;
	font-size:17px;
	color:#CC9933;
	}

a:hover {
 text-decoration:none;
	color:#FFFFFF;


h1,h2,h3,h4,h5,h6 {
	font:bold Georgia, "Times New Roman", Times, serif;
	}
	
h1 {
	font-size:18px;
	}
	
	.contentheading {
		font:bold 18px Georgia, "Times New Roman", Times, serif;
		}

p {
	margin-bottom:15px;
	line-height:1.5;
	font-size: 12px;
	}


img {
	border:none;
	}


.moduletable-clear {
	
	margin-top: 25px;
}

.moduletable {
	
	margin-bottom: 20px;
}
/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/



/* $100 - Clearfix Styles ///////////////////////////////////////////////////////////////////////////////////*/



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;display:inline-block;}
/* End hide from IE-mac */

.head{
font-family:"Times New Roman", Times, serif;
font-size:15px;
font-weight: bold;
}
.subhead{
	color: #861D11;
	font-weight: bold;
}
.gkp{
	color: #861D11;
	font-weight: bold;
}
.linkBlack:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.linkBlack:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.linkBlack:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.linkBlack:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}