/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html
{
	background-color: #6D8EAF;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper{
	width:800px;
	margin: 0 auto; 
	text-align:left;
	background: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;

}
  
#header{
	padding: 0px;
	width: 800px;
	height: 203px;
	background-repeat: no-repeat;
	background-image: url(images/banner.gif);
	vertical-align:bottom;
}

.header{
	font-size: 28px;
	color:#FFFFFF;
	}
	
#flashfile{
	padding: 0px 0px 0px 0px;
	width: 800px;
	height: 200px;
	background: #9C9C9C;
			
}


#hnav{
	padding: 6px 0px 4px 40px;
	text-align: left;
	width: 760px;
	background: #999999;
		
	
}

	
.hnav,
.hnav a:link,
.hnav a:visited
{
	color: #FFFFFF;
	font-weight:lighter;
	font-size: 90%;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

.hnav a:hover
{
	font-weight:lighter;
	color:#12426A;
	font-size: 90%;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}


.foot,
.foot a:link,
.foot a:visited
{
	color: #FFFFFF;
	font-size: 100%;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
}

.foot a:hover
{
	color:#FF6600;
	font-size: 100%;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
}

.content a:link,
.content a:visited
{
	color:#F5792F;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

.content a:hover
{
	color:#333333;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
}

.content
{
	font-size:80%
	}
	

#left_nav{
    float:left;
	background-color: #12426A;
	width: 150px;
	text-align:left;
	margin: 0px;
	padding: 30px 10px 20px 30px;
	font-size: 80%;
	
}


#left_nav p{
	padding: 1px 0px 0px 20px;
}


#content{
  float: left;
  width: 540px;
  padding-top: 35px;
  padding-right:40px;
  padding-left: 30px;
  padding-bottom: 20px;
}

#siteInfo{
	clear: both;
	height: 85px;
	font-size: 75%;
	color: #FFFFFF;
	background:url(images/greyback.gif) repeat;
	padding: 5px 20px 5px 40px;

}

#content img{
	padding: 0px 2px 0px 2px;
	}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}





body{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #6C6C6C;
	line-height: 1.4;
	font-size: 15px;	
	margin: 0px;
	padding: 0px;
}

p {
padding: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 1em;
margin-left: 0;
}

h1{
 font-family: Arial, Helvetica, sans-serif;
 text-align: left;
 font-size: 220%;
 line-height: 1.2;
 color: #F5792F;
 margin-top: 0px;
 margin-bottom: 1em;
 padding: 0px;
 text-transform: capitalize;
}

h2{
 font-family: Arial, Helvetica, sans-serif;
 text-align:left;
 font-size: 140%;
 line-height: 1.1;

 color: #6C6C6C;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 120%;
 color: #6C6C6C;
 margin: 0px;
 padding: 0px;
 text-align:center;
}

h4{
 font-family: Helvetica, sans-serif;
 font-size: 125%;
 color: #354114;
 margin: 0px;
 padding: 0px;
 text-align:left;
}



h5{
 font-family: Helvetica, sans-serif;
 font-size: 100%;
 color: #354114;
 margin: 0px;
 padding: 0px;
}

addy{
	text-align:left;
	font-family: Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	}


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


 
label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}



/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}







