/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/*body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}*/

body{
	/*font-family: Arial,sans-serif;*/
	font-family: Trebuchet MS, Arial;
	color: #000000;
	/*line-height: 100%;*/
	margin: 10px;
	padding: 0px;
	/*background-color: #AAE9DD;*/
	background-image: url('images/texture.jpg');
	/*background-repeat: repeat-y;
	background-position: 40px;*/
	font-size: 80%;
	width: 95%;
}

table
{
	table-border-color-light: rgb(204,153,255);
	table-border-color-dark: rgb(102,0,102); 
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	/*line-height: 100%;*/
	/*line-height: 1.5;*/
}

a:link, a:visited, a:hover {
	color: #0044cc;
	text-decoration: underline;
}

a:active {
	color: rgb(192,0,0);
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(153,102,153);
	text-decoration: underline;
}

/*a:link {color: rgb(0,0,102);}
.TOC {font-size: 10pt}
a:visited {color: rgb(153,102,153);} 
a:active {color: rgb(153,0,255);}*/
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	/*font-family: Arial,sans-serif;*/
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/*h1{
 /*font-family: Verdana,Arial,sans-serif;*/
 /*font-size: 120%;
 font-weight: bold;
 /*color: #334d55;*/
 /*color: #0000ff;
}*/

h1{
 /*font-size: 155%;*/
 /*color: #006699;*/
 color: #0000ff;
 margin-top: 0px;
 line-height: 1.166;
}

h2{
 font-size: 125%;
 /*color: #333333;*/
 color: #008000;
}

h3{
 font-size: 180%;
 /*color: #334d55;*/
 color: #ff0000;
 text-decoration:underline;
 margin-bottom: 10px;
}

h4{
 font-size: 100%;
 font-weight: bold;
 /*color: #334d55;*/
 color: #008080;
 margin-top: 0px;
 margin-bottom: 10px;
 padding: 0px;
 line-height: 1.166;
}

h5{
 /*font-size: 100%;*/
 font-weight: bold;
 /*color: #334d55;*/
 color: #0000ff;
}

ul{
 border: 0px;
 text-align: left;
 list-style-type: round;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
   /*font-size: 40%;*/
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	/*margin: 10px;*/
	/*margin-left: 10px;*/
	/*padding: 10px 0px;*/
	/*border-bottom: 1px solid #cccccc;*/
	/*width: 100%;*/
	/*float: left;*/
}

#content{
  /*float:left;*/
	/*width: 100%;*/
	/*margin-left: 0px;*/
	/*font-size: 80%;*/
	/*line-height: 1.166;*/
	/*padding: 0 3% 0 0;*/
	margin: 0px;
	padding: 0px;
	/*white-space: 0px;*/
	float: left;
}

#pageimage{
    /*float:right;*/
	/*width: 75%;*/
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 7px 0px 0px 0px;
	width: 100%;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	width: 100%;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 0px;
	/*font-size: 80%;*/
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
}

.feature h3{
	padding: 0px 0px 0px 0px;
	text-align: center;
}

/*.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}*/
/* adjust margins to change separation between the feature image and text flowing around it */

.feature p{
	padding: 0px 0px 0px 0px;
	line-height: 1.166;
	margin-top: 0;
	margin-bottom: 5px;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 0px 0px;
	/*font-size: 80%;*/
}

/*.story img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}*/

.story p{
	padding: 0px 0px 0px 0px;
	line-height: 1.166;
	margin-top: 0;
	margin-bottom: 20px;
}


/************* #siteInfo styles ***************/

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


