* {
   font-family : Georgia, Times New Roman, Times, serif;
}

P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL  {
	font-size : 10pt;
	color: black;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #F9EAB5;
	scrollbar-base-color: #898152;	
}  

/* Links */ 
a:link, a:visited {
	color: #006600;
}
a:hover, a:active {
	color: #C13D3D;
}

/* Links for Nav bar */
a:link.nav, a:visited.nav {
        color: #000000;
	font-weight: bold;
        text-decoration: none;
        padding: 3px;
        display: block;
}
a:hover.nav, a:active.nav {
	color: #C13D3D;
	font-weight: bold;
        text-decoration: none;
        display: block;
        padding: 3px;
        background-color: #F9EAB5;
}

small  {
	font-size : 8pt;
	color: #3F503F;
}
.caption  {
	font-size : 8pt;
	color: black;
}
  
H2, .heading2  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18pt;
	font-weight : normal;
	color: #3F503F;
	text-transform: uppercase;
	letter-spacing: -0.12em;
}
  
H3, .heading3, .heading_blog  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : normal;
	color: #3F503F;	
	text-transform: uppercase;
	letter-spacing: -0.10em;
}
  
H4, .heading4  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13pt;
	font-weight : bold;
	color: #3F503F;	
	text-transform: uppercase;
}
  
.pullquote {
	font-size : 12pt;
	font-style : italic;
}
  
.news * {
	font-family : Arial, Helvetica, sans-serif;
	color: #CDC196;
}

.slogan * {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : italic;
	color: #CDC196;
}

hr {
	border: none;
	color: #C13D3D;
	background-color: #C13D3D;
	height: 1px;
}

ul {
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 5px;
}
li {
	margin-top: 6px;
}

.align_left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.align_right {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

select, input, textarea {
   	font-family : Arial, Helvetica, sans-serif;
	border: 1px solid #C13D3D;
}

input.button {
	color: white;
	background-color: #C13D3D;
	border: 1px solid black;
}

/* This is for displaying checkboxes and radio buttons, which look
bad when formatted using the above style */
input.box {
        border: none;
}

.top_border_table {
	border: none;
	border-collapse: collapse;
}
.top_border_table tr, .top_border_table td {
	border-top: 1px solid #C13D3D;
	border-bottom: 1px solid #C13D3D;
	border-collapse: collapse;
        padding: 5px;
}

.imagenav {
        border : 2;
        border-style: solid;
        border-color: #3F1305;
}

