﻿/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	padding:0;
	margin:0;
}

body, html {
	height: 100%;
	width: 100%;
}

a:link, a:visited {
	color: #38201C;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #9B8F8D;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.166;	
	background:  url("/images/BG.jpg") top left repeat;
	color: #333;
	text-align: center;
}

h1 {
	color: #38201C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-bottom: 10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9B8F8D;
	margin-left: 10px;
	font-size: 16px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 2px 20px;
	padding: 0;
	font-size: 12px;
	line-height: 1em;
}

hr { 
	border: 1px solid #38201C;
	height: 1px;
	background: #38201C;
	width: 75%;
	margin: 10px 0;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	margin: 0 0 0 5px;
}

label {
	font-weight: bold;
	color: #38201C;
}


p {
	margin: 5px 10px 10px 20px;
}

ul {
	line-height: 1.5em;
	margin: 0 0 15px 50px;
	list-style-type:square;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#nonFluid {
	position: relative;
	width: 925px;
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	margin: 0 auto;
	background: #FFF;
	padding-bottom: 20px;
	text-align:left;
}

#banner {
	padding: 115px 0 10px;
	background: #FFF url("/images/banner.jpg") top center no-repeat;
}

#content {
	width: 675px;
	margin: 30px 10px 10px 30px;
	padding: 0;
	line-height:1.5em;
	float: left;
}

#rightNav {
	width: 165px;
	margin: 20px  0 20px;
	padding: 10px 0  20px 20px;
	border-left: 1px solid #333;
	line-height:1.5em;
	float: left;
}

#copyright {
	font-size: 10px;
	color: #38201C;
	width: auto;
	clear: both;
	border-top: 1px solid #333;
	margin: 25px 10px 10px;
}

/***********************************************/
/* Layout Divs Specifics                       */
/***********************************************/

img.fLeft {
	float: right;
	margin: 0 0 0 10px;
}

#content img {
	border: 1px solid #38201C;
	margin: 15px;
}

#content img.none {
	border: none;
	margin: 2px;
}

#copyright p {
	margin: 10px 10px 0 20px;
}

#rightNav h2 {
	margin: 0 0 5px 0;
}

#rightNav ul {
	margin-left: 20px;
}

/***********************************************/
/* Other Classes                               */
/***********************************************/

.author {
	margin: 5px 0 20px;
	font-style: italic;
}

.button {
	font-size: 11px;
	padding:0;
	margin-top: 10px;
	letter-spacing: 1px;
	color: #FFF;
	background-color: #38201C;
}