﻿/* CSS Document */

/* ****************************** Layout Begin */
body {
	margin: 5px 0px 16px 0px;
	text-align: center;
	background-color: #dac880;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
}
		 
#container {
	width: 755px;
	margin: auto;
	text-align: left;
	border-left: 1px white solid;
}		 
					 
#head {
	position: relative;
	margin: 0px 0px 0px -1px;
	width: 755px;
	background-color: #f8f2dc;
}					 
			
#left_column {
	width: 161px;
	float: left;
}	
			
#content {
	width: 593px;
	float: left;
	background-color: #f7f2dc;
}		

#page_title {
	font-family: Times New Roman, Times, serif;
	font-size: 2.3em;
	color: #bd942a;
	text-align: right;
	border-bottom: solid .03em #cbaf42;
	vertical-align: middle;
	padding: 6px 0px 6px 0px;
}	
				 
#inner_content {
	padding: 0px 5px 5px 5px;
	margin: 10px 20px 10px 10px;
	line-height: 1.3em;
}		

#hr_line {
	font-size: .3em;
	color: #cbaf42;
	border-bottom: solid .03em #cbaf42;
	margin-bottom: 8px;
}					 
							 
#foot {
	clear: both;
	border-bottom: solid 1px #f8f2dc;
	font-size: 1px;
}			 			
			
#bottom_links{
	font-size: .8em;
	text-align: center;
	padding-top: 20px;
}

/* ****************************** Layout End */



/* ****************************** Start Left Menu styles */	


#LeftNav {
	width: 161px;
	position: relative;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px -1px -1px;
	text-decoration: none;
}

#LeftNav a {
	display: block;
	padding: 4px 0px 4px 5px;
	width: 156px;
	color: #000000;
	background-color: #cbaf42;
	border-bottom: 1px solid #dac880;
	text-decoration: none;
}

#LeftNav a:hover {
	color: #9A211E;
}

/* This line defines a standard left navigational button text as red in all states. It is used to notate the page currently displayed */
.LeftNav_Home {
	color: #9A2E11;
}
				 					 				
					
/* ****************************** End Left Menu styles */			


/* ****************************** Top NAV Begin */

#TopNav_1 { 
	font-size: .7em;
	color: #140334;
	text-transform: uppercase;
	height: 16px;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: bold;
}

#TopNav_1 a {
	color: #140334;
	text-decoration :none;
	vertical-align: top;
	margin: 0px 0px 5px 0px;
	padding: 0px 2px 0px 2px;
}

#TopNav_1 a:hover {
	color: #9a211e;
}

#TopNav_2 {
	width: 755px;
	background-color: #433364;
	font-size: 0.7em;
	text-transform: uppercase;
	height: 17px;
	text-align: center;
}

#TopNav_2 a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	letter-spacing: 0.16em;
	font-weight: bold;
}

#TopNav_2 a:hover {
	background-color: #9a211e;
}


/* ****************************** Top NAV End */


/* ****************************** General Formatting Begin */

/*-- This line defines a link as dark red without an underline */
a {
	color: #9a211e;
	text-decoration: none;
}

/*-- This line defines a visited link as dark blue */
a:visited {
	color: #000080;
}

/*-- This line defines a hover link with an underline */
a:hover {
	text-decoration: underline;
}

hr
{
background-color: #cbaf42;
color: #cbaf42;
height: 3em;
width: 100%;
}

/*-- This line defines a 10px indent for a paragraph */
.indent10px {
	text-indent: 10px;
}

/*-- This line defines a 25px indent for a paragraph */
.indent25px {
	text-indent: 25px;
}

/*-- This line defines a paragraph as centered */
.center {
	text-align: center;
}

/*-- This line defines a paragraph as flush right */
.flushright {
	text-align: right;
}

/*-- This line defines heading 1 (h1 has no specified application at this time) */
.h1 {
	font-size: 1.85em;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: -.05em;
}

/*-- This line defines heading 1 as optional medium yellow ochre for more subtle titling needs (h1 has no specified application at this time) */
.h1tan {
	font-size: 1.85em;
	font-style: normal;
	font-weight: bolder;
	color: #cbaf42;
	letter-spacing: -.05em;
}

/*-- This line defines heading 1 as a red (h1 has no specified application at this time) */
.h1red {
	font-size: 1.85em;
	font-style: normal;
	font-weight: bolder;
	color: #9a211e;
	letter-spacing: -.05em;
}

/*-- This line defines heading 1 as a blue (h1 has no specified application at this time) */
.h1blue {
	font-size: 1.85em;
	font-style: normal;
	font-weight: bolder;
    color: #204875;
	letter-spacing: -.05em;
}

/*-- This line defines heading 2 */
.h2 {
	font-size: 1.65em;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: -.05em;
}

/*-- This line defines heading 2, as optional medium yellow ochre for more subtle titling needs */
.h2tan {
	font-size: 1.65em;
	font-style: normal;
	font-weight: bolder;
	color: #cbaf42;
	letter-spacing: -.05em;
}

/*-- This line defines heading 2, the standard red page content title. Most pages will begin with this h2 heading */
.h2red {
	font-size: 1.65em;
	font-style: normal;
	font-weight: bolder;
	color: #9a211e;
	letter-spacing: -.05em;
}

/*-- This line defines heading 2, as a blue */
.h2blue {
	font-size: 1.65em;
	font-style: normal;
	font-weight: bolder;
    color: #204875;
	letter-spacing: -.05em;
}

/*-- This line defines heading 3 */
.h3 {
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -.04em;
}

/*-- This line defines heading 3, as optional medium yellow ochre for more subtle titling needs */
.h3tan {
	font-size: 1.4em;
	font-style: normal;
	font-weight: bolder;
	color: #cbaf42;
	letter-spacing: -.04em;
}

/*-- This line defines heading 3, as a red */
.h3red {
	font-size: 1.4em;
	font-style: normal;
	font-weight: bolder;
	color: #9a211e;
	letter-spacing: -.04em;
}

/*-- This line defines heading 3, as a red */
.h3blue {
	font-size: 1.4em;
	font-style: normal;
	font-weight: bolder;
    color: #204875;
	letter-spacing: -.04em;
}

/*-- This line defines heading 4, as optional medium yellow ochre for more subtle titling needs */
.h4 {
	font-size: 1.15em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -.04em;
}

/*-- This line defines heading 4, as optional medium yellow ochre for more subtle titling needs */
.h4tan {
	font-size: 1.15em;
	font-style: normal;
	font-weight: bold;
	color: #cbaf42;
	letter-spacing: -.04em;
}

/*-- This line defines heading 4, as a red */
.h4red {
	font-size: 1.15em;
	font-style: normal;
	font-weight: bold;
	color: #9a211e;
	letter-spacing: -.04em;
}

/*-- This line defines heading 4, as a blue */
.h4blue {
	font-size: 1.15em;
	font-style: normal;
	font-weight: bold;
	color: #204875;
	letter-spacing: -.04em;
}

/*-- This line defines heading 5 */
.h5{
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -.04em;
}

/*-- This line defines heading 5, as optional medium yellow ochre for more subtle titling needs */
.h5tan {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #cbaf42;
	letter-spacing: -.04em;
}

/*-- This line defines heading 5, as a red */
.h5red {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #9a211e;
	letter-spacing: -.04em;
}

/*-- This line defines heading 5, as a blue */
.h5blue {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #204875;
	letter-spacing: -.04em;
}

/*-- This line defines heading 6 */
.h6{
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -.04em;
}

/*-- This line defines heading 6, as optional medium yellow ochre for more subtle titling needs */
.h6tan {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #cbaf42;
	letter-spacing: -.04em;
}

/*-- This line defines heading 6, as a red */
.h6red {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #9a211e;
	letter-spacing: -.04em;
}

/*-- This line defines heading 6, as a blue */
.h6blue {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #204875;
	letter-spacing: -.04em;
}

/*-- This line defines small text */
.smalltext {
	font-size: 0.8em;
	line-height: 1.1em;
}

/*-- This line defines third column main heading */
.sidehead {
	font-size: 0.8em;
	color: #204875;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}

/*-- This line defines third column text */
.sidecontent {
	font-size: .8em;
	text-align: left;
	line-height: 1.1em;
}

/*-- This line defines a caption as small text. Italics should be applied using a SPAN tag. */
.caption {
	font-size: .85em;
	font-style: oblique;
}

/*-- This line defines a bold area */
.bold {
	font-weight: bold;
}

/*-- This line defines as italic */
.italic {
	font-style: oblique;
}

/* The following span styles have been added for FrontPage users: .bold, .italic, .underscore, .caption, .sidecontent, .sidehead and .smalltext.*/

span.smalltext {
	font-size: 0.8em;
	line-height: 1.1em;
}
span.sidehead {
	font-size: 0.8em;
	color: #204875;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}
span.sidecontent {
	font-size: .8em;
	text-align: left;
	line-height: 1.1em;
}
span.caption {
	font-size: .85em;
	font-style: oblique;
}
span.bold {
	font-weight: bold;
}
span.italic {
	font-style: oblique;
}
span.underscore {
	text-decoration: underline;
}
span.wborderfull2px {
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff;
}
/*-- This line defines text as white */
.whitetext {
	color: #ffffff;
}

/*-- This line defines text as darktan */
.textdarktan {
	color: #cbaf42;
}

/*-- This line defines a 2px white box */
.wborderfull2px {
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff;
}

/*-- This line defines a 2px white bottom border rule */
.wborderbottom1px {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

/*-- This line defines a 1px white right border rule */
.wborderright1px {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
}

/*-- This line defines a 1px white right border rule */
.wborderleft1px {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
}

/*-- This line defines a horizontal rule as medium yellow ochre */
hr {
  height: 1px;
  width: 100%;
  color: #caaf44;
}

/*-- This line defines a 1px dark yellow ochre top rule */
.topbordercbaf42 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cbaf42;
}

/*-- This line defines page bottom global navigation text */
.pagebottomnav {
	font-size: 1em;
	text-align: center;
	font-weight: bolder;
}

/* ****************************** General Formatting End */


