/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background: url(../images/bodyBG.jpg) repeat-x;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #4C3A25;
}

/************** Layout Elements *******************/

#wrapper {
	width: 775px;
	margin: 0 auto;
	font-size: 80%;
}

#leftcol {
	float: left;
	min-height: 300px;
	background: #ccc;
	width: 164px;
	margin-top: 20px;
	background: url(../images/SideNavTop.gif) no-repeat;
}

#leftcol2 {
	float: left;
	min-height: 300px;
	background: #ccc;
	width: 164px;
	margin-top: 20px;
	background: url(../images/SideNavTopClear.gif) no-repeat;
}

#leftContainer {
	float: left;
	min-height: 300px;
	width: 164px;
	margin-top: 20px;
}

#leftcol2 ul {
	background: #CFCAAF url(../images/SideBottomClear.gif) bottom left no-repeat;
    list-style-type: none;
	margin-top: 30px;
	padding-bottom: 30px;
}

#leftcol2 li {
	padding: 2px;
	border-left: 1px solid #4C2725;
    border-right: 1px solid #4C2725;
}

#leftcol ul {
	background: #CFCAAF url(../images/SideBottom.gif) bottom left no-repeat;
   list-style-type: none;
	margin-top: 30px;
	min-height: 50px;
	padding-bottom: 80px;
}



#leftcol li {
	padding: 2px;
	border-top: 1px solid #4C2725;
	border-left: 1px solid #4C2725;
   border-right: 1px solid #4C2725;
}

#leftcol a {
	color: #990000; 
	text-decoration: none;
	margin-left: 4px;
	display: block;
}

#leftcol a:hover {
  color: #2A1515;
}

#leftcol .here {
  color: #fff;
}

#content {
	padding: 1px 0 0 0;
	margin: 0 0 0 200px;
	min-height: 460px;
}

#colA, #colB {
  width: 48%;
  float: left;
  text-align: center;
}


#footer {
	margin-top: 40px;
}

#footer #colC {
	width: 48%;
    float: left;
    text-align: center;
}

#footer #colD{
	width: 48%;
    float: left;
    text-align: right;
}

#footer p {
	
	color: #4C3A25;
	font-size: 80%;
}

#footer a {
	color: #4C3A25;
	text-decoration: none;
	
}

#footer a:hover {
	color: #D60117;
	
}

#header {
	min-height: 144px;
	background: url(../images/logo2008.gif) 0 0 no-repeat;
}

#strap {
	height: 240px;
	background: url(../images/header2.jpg) no-repeat;
}

/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 5px 0;
	padding: 0 0 0 0;
	font-size: 150%;
	color: #4C2725;
}

h2 {
	font-size: 140%;
	margin-top: 25px;
	text-align: center;
}

h3 {
	font-size: 140%;
	color: #D60117;
}

h4 {
	font-size: 120%;
	color: #D60117;
	text-decoration: underline;
}

h5 {
	font-size: 125%;
	margin: 15px 0 -5px 0;
}

h6 {
	font-size: 110%;
}


p {
	margin: 8px 0;
}

#content ul {
	margin-left: 20px;
}

#content ol {
	margin-left: 20px;
	list-style-type: lower-alpha;
}


/************** Generic Classes for floating images *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
	border: 0px solid #000;
}

/************** Link Styles *******************/

a img {
	border: none;
}

a { color: #D60117;
/*text-decoration: none;*/
}

a:hover {
	
}

/*********** Navigation *************/

#header ul {
  margin-top: 94px;
  padding: 10px 5px 0;
  list-style-type: none;
  float: right;
 }
  
#header li {
  float: right;		
  background: url("../images/right.gif") no-repeat top right;
  padding: 0 5px 0 0;
  margin-left: 6px;
}
  
#header a {
  float: left;
  display: block;
  background: url("../images/left.gif") no-repeat left top;
  padding: 2px 8px 1px 13px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

#header a:hover, #header a:focus {
  color: #C6BF9F;
}
  
#header #current {
  background-image: url("../images/right_on.gif");
}
  
#header #current a {
  background-image: url("../images/left_on.gif");
  color: #4C2725;
  padding-bottom: 3px;
  padding-top: 4px;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
float: none;
}
/* End IE5-Mac hack */


/*********Show to IE mac *************/
 /*\*//*/
 #header {
	height: 144px;
}

#header ul {
	padding-top: 104px;
}
/**/

/************** Custom Classes *******************/

.linksSm {
	width: 210px;
	display: block;
	padding: 5px;
	background-color:#CFCAAF;
	color: #D60117;
	font-weight: bold;
	border: 1px solid #4C2725;
	font-size: 120%;
	margin-left: 170px;
	text-align: center;
	text-decoration:underline;	
}

.linksWide {
	width: 500px;
	display: block;
	padding: 5px;
	background-color:#CFCAAF;
	color: #D60117;
	font-weight: bold;
	border: 1px solid #4C2725;
	font-size: 120%;
	margin-left: 10px;
	text-align: center;
	text-decoration:underline;	
}

.linksSm2 {
	width: 210px;
	display: block;
	padding: 5px;
	background-color:#CFCAAF;
	color: #D60117;
	font-weight: bold;
	border: 1px solid #4C2725;
	font-size: 120%;
	text-align: center;
	text-decoration:underline;	
}

.linksLg {
	width: 200px;
	display: block;
	padding: 15px;
	background-color:#CFCAAF;
	color: #D60117;
	font-weight: bold;
	border: 2px solid #4C2725;
	font-size: 200%;
	margin-left: 170px;
	text-align: center;
	text-decoration:underline;	
}

.linksSm3 {
	width: 210px;
	display: block;
	padding: 5px;
	background-color:#CFCAAF;
	color: #D60117;
	font-weight: bold;
	border: 1px solid #4C2725;
	font-size: 120%;
	margin-left: 10px;
	text-align: center;
	text-decoration:underline;	
}

.footerText {
	color: #ff0000;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
}

.underline {
	text-decoration: underline;
}	

.emphasis {
	color: #990000;
	font-weight: bold;
}

.strong {
	font-weight: bold;
}		

.italics {
	font-style: italic;
}	

.large {
	width: 200px;
	display: block;
	padding: 3px 15px 3px 15px;
	background-color:#CFCAAF;
	color: #D60117;
	font-weight: bold;
	border: 2px solid #4C2725;
	font-size: 200%;
	margin-left: 170px;
	text-align: center;
	text-decoration:none;	
}

.header {
	width: 570px;
	display: block;
	background-color:#CFCAAF;
	color: #990000;
	font-weight: bold;
	border: 2px double #4C2725;
	font-size: 1.3em;
	text-align: center;
	text-decoration:none;
	line-height: 1.4em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.center {
	margin-left: 110px;
}	

.centerText {
	text-align: center;
}	
hr {
	color: #600;
	background-color: #900;
}

.red {
	color: #D60117;
} 

.superscript {
	vertical-align:top;
	font-size: 0.7em;
	line-height: 1.6em;
} 

.subscript {
	font-size:.5em;
	vertical-align:bottom;
} 

.largeText {
	font-size:130%;
}

.broadmoor {
	font-family: "Century Gothic";
} 

.strikethrough {
	text-decoration: line-through;
	color: #F00;
}


/************** Modifies in order to make the print css work properly *******************/
#printheader {
display: none; /* hides the printheader div when in screen mode*/
}

