/***********************************************/
/* 3col_rightNav.css                           */
/* Use with template 3col_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Georgia, Trebuchet MS, Times New Roman, sans-serif;
	color: #fff;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

a {
	color:#cc0000;
	
}

a:link {
	color:#cc0000;
	text-decoration: none;
}

a:visited {
	color:#cc0000;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

/*********** #navBar link styles ***********/
#navBar{
  	float: left;
	width : 150px ;
	margin: 0px;
	padding: 0px;
	background-color: #f8f6c4 ;
	color:#000;
}
#navBar h1{
	font-size: 0.7em ;
	background-color:#b72337;
	color:#fff;
	margin: 4px 3px 3px 2px;
}

#navBar a{
color:#000;
margin-left : 2px ;
text-decoration:none;
}

#navBar a:hover{
background-color:#fff;
color:#cc0000;
}
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style: none;
	font-size: 0.7em ;
	margin : 0 ;
	padding : 0 ;
}



/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #fff ;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#rightSide{
  	float: right;
	width : 150px ;
	margin: 0px;
	padding: 0px;
	color:#000;
	font-size: .9em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#rightSide h1{
	font-size: 0.7em ;
	background-color:#999796;
	color:#fff;
	margin: 0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#Mission{
  	width : 148px ;
	background-color: #cccdcc ;
	color:#000;
	line-height:25px;
	border: 1px solid #000;
	font-size: .9em;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

#Mission h1{
	font-size: 0.7em ;
	background-color:#999796;
	color:#fff;
	margin: 0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#Mission p {
font-style:italic;
}
#Links{
	margin: 0px;
	padding: 0px;
	background-color: #fff ;
	color:#000;
	border: 1px solid #000;
}
#Links h1{
	font-size: 0.7em ;
	background-color:#b72337;
	color:#fff;
	margin: 4px 3px 3px 2px;
}



#Links a{
color:#000;
margin-left : 2px ;
text-decoration:none;
}

#Links a:hover{
background-color:#b72337;
color:#fff;
}
#Links ul a:link, #navBar ul a:visited {display: block;}
#Links ul {
	list-style: none;
	font-size: 0.7em ;
	margin : 0 ;
	padding : 0 ;
}



/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#Links li {border-bottom: 1px solid #fff ;}

/* fix for browsers that don't need the hack */
html>body #Links li {border-bottom: none;}




#wrapper {
	width: 800px ;
	margin : 5px auto ;
	background-color:#fff;
	border: 2px #fff solid;
}
#masthead{
	width: 800px;
	background-color: #b73227;
	height: 120px ;
	color: #000;
	margin: 0 auto ;
	}
#center{
	background-image:url(../images/header-image.jpg);
	background-repeat:no-repeat;
	height:120px;
	}

#address{
width: 800px;
background-image:url(../images/address-bar.jpg);
background-repeat:repeat-y;
height: 30px;
line-height: 30px;
font-size: 0.7em;
}

#address.address{
font-size:10px;
}

#center h1 {
	font-size: 48px;
	margin:2px;
}
	
#center h2 {
	font-size: 24px;
	margin:2px;
}

#rightGraphic {
	width: 100px ;
	height: 100px ;
	margin-right: 20px;
	padding: 0 ;
	float : right ;
	text-align: center;
	color: #fff;
	font-size: .7em;
}
#navigation{
	width: 800px;
	height: 70px;
	background-color:#dcb488;
	}
	

#navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;

}
#navigation li {
	padding: 0;
	display: block;
	background: none;
	margin: 5px;
	float: left;
	}
#navigation a{
	display: block;
	float: left;
	height: 46px;
	width: 167px ;
	padding: 13px 10px 0 10px;
	font-size: 80%;
	color:#fff;
	background-image:url(../images/button-off-200px.jpg);
	text-align:center;
	text-decoration:none;
	}
	
#navigation a:hover {
	background: #666;
	color: #fff;
	background-image:url(../images/button-on-200px.jpg)
}	

#navigation a.first{
line-height: 30px;
margin-left: 5px !important;
margin-left: 0px;

}

#content{
  float: left;
  width: 500px ;
  background-color: #fff ;
  color : #000 ;
  font-size:10pt;
}
#content p {
	margin: 5px ;
}
#content a img {
   border : 0 ;
}
#content h1 {
   font-size : 1.1em ;
   margin: 0 ;
   color: #000 ;
   border-bottom: 1px #900 solid;
}
#content h2 {
	font-size : 1.2em;
	margin: 0;
	color: #900;
}
#content h3 {
	font-size : 1.2em;
	margin: 0;
	color: #900;
}
#content ul {
   list-style-image:url(../images/triangle.gif);
}
#content li {
   margin : 0 ;
   padding : 0 ;
     list-style-image:url(../images/bullet.gif);
}
.colEnder {
   margin : 0 ;
   padding : 0 ;
   line-height : 0 ;
}
.clearer {
	line-height: 0;
	clear : both ;
}
#footer {
	width: 800px;
	clear: both;
	height:30px;
	background-color: #000;
	background-image:url(../images/address-bar.jpg);
	background-repeat:repeat-y;
	color: #fff;
	text-align:center;
	font-size:7pt;
	line-height: 30px;
}

#footer a{
	color: #fff;
	}
#footer a:hover{
	text-decoration: underline;
	}
.floatRight {
   float: right ;
   margin-left: 10px ;
}
.floatLeft {
   float: left ;
   margin-right: 10px ;
}
