/***********************************************/
/* FSRG1Home.css                               */
/* Use with template FSRG Main Template.dwt    */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html, body{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #6B8677;
	background-image: url(file:///C|/Inetpub/wwwroot/images/bk_grad_greenFSR.png);	
    background-repeat: repeat-x;
	line-height: 1.33px;	
	margin: 0px;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
}

a{
	color: #000000;
	text-decoration: none;
}

a .emailMain{
   color:#E2E2E2;
   text-decoration:underline;
}


/**************
a:hover{  
	color: #000000;
	text-decoration: underline;
}
**************/

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #6B8677;
 margin: 0px;
 padding: 0px;
}

td,th {
	color:#000000;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

div{
      font-size: 30px;
      color: #316AC5;
    }

#masthead{
	width : 750px;
	height: 230px;
	border: 0px;
	text-decoration:none;
}

#mastheadLink{
	width : 750px;
	height: 230px;
	border: 0px;
	text-decoration:none;
}


.pictureshow{
	text-align:center;
	border:0;
	color: #316AC5;
	border-color: #000000;
	left: auto;
	right:auto;
	text-align: center;
	}
/*	border-collapse:collapse; */
 
#headlines{
  float:left;
	width: 20%;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
  float: left;
  width: 55%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
	text-align:center;
	color:#000000;
}

/************** holder styles ***************/
#aboutus {
	border : 0;
	text-align : left;
	color:#000000;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
  	font-size: 11pt;
	line-height: 17pt;
	margin-top: 0px;
	text-align: left;
}
 	
#holder {
	width: 780px;
	background: #6B8677;
	height: 100%;
	text-align: center;
	margin: 0 auto 0 auto;
}

/*********** #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;}


/************** FSR Class Defs **************/

.botLinks {
color:#000000;
font-weight:bold;
font-size:16px;
font-family:"Times New Roman", Times, serif;
text-decoration:underline;
}

.mainHRule {
	color:#E2E2E2;
	border-style:none;
	font-size: 12px;
}
		
.style2 {
	font-size: 18px;
	color: #E2E2E2;
	font-weight: bold;
	font-style: italic;
}

.style3 {
    color: #E2E2E2;
	font-size: 18px;
	font-weight: bold;
}

.searchTable {
	border:0px; 
 	padding:0px;  
}

a#emailMain {
  	color:#E2E2E2;
    text-decoration: underline;
 }

.email {
  	text-decoration: underline;
 }


