/**********************************************************************************************
	This Section contains the styles for the News.htm File
	Example: Home Page Page 
***********************************************************************************************/

body{ 
	font-family:arial; 	
       color:#000000; 
       background-color:#F7F4EE; 
       margin-top:0px;
    
    }
	
.headerBox {
	width:827px;
	
}
	
	
	
.header {
	float:left;
	margin-bottom:16px;
	width:210px;
	margin-top:8px;	
	
}

.headerTitle {
	padding-top:30px;
	text-align:center;
}

.headerTitle h1 a {
	font-size:22px;
	color:#165DA3;
	font-weight:bold;
	text-decoration:none;	
}

.headerTitle h1 a:hover {
	font-size:22px;
	color:#165DA3;
	font-weight:bold;
	text-decoration:underline;	
}



.headerTitle h1 span {
	font-size:22px;
	color:#B92025;
	font-weight:bold;
 
}


/*a:link , a:visited  { 
	color: #b92025; 	text-decoration: none; 	font-size: 11px;	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;} 
a:hover { 
	color: #000000; 	text-decoration: none; 	font-size: 11px; 	font-family:  "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;	font-weight: bold;	text-decoration:none;	background:#FFFFCC;}*/
	
/*LINK COLOR FOR TEXT*/	
a.PreviewPortalConfirmation {
    text-decoration:none;  color:#165da3;  background:url(images/BTNPreveiwPortal.png)  no-repeat; font-size:11px; font-weight:bold;  }
a.PreviewPortalConfirmation:link, a.PreviewPortalConfirmation:visted {
     background-position: 0 0px;      }
a.PreviewPortalConfirmation:hover, a.PreviewPortalConfirmation:active {
    background-position: 0 -26px;  text-decoration:underline;  color:#326598 } 
	
/*END OF LINKS*/

* {
margin:0;
padding:0;
}

td{
	font-size:11px;
   height:26px;   
   border-bottom:#999 solid 1px;
   vertical-align:top;
   padding-top:5px;
   	
}

tr.odd {
	background-color:#F7F4EE;  
	
	
}
     
    
div.OtherMenus{
	background-color:whitesmoke;	width: 500px;	border: 1px dashed black;	text-align: left;	}
div.tableHolder {
border: 1px dashed gainsboro; width: 700px; height: 400px; overflow:auto;}

div.BS {
	width: 835px; margin: 0px 0px 0px 50px;	text-align: center;	border: 1px dashed gainsboro; float:left;
	
height: 350px;

overflow-y: scroll;
	display:block;
	}
div.BS ul {
	float:left; text-align:left; }
div.BS li {
	font-size:12px;}
    
    
/*START SHADOW*/   
 



.ShadowFrame {
	background-color:White;
	border-bottom:1px solid #C6C4C1;
	border-left:1px solid #C6C4C1;
	border-right:1px solid #C6C4C1;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:14px;
	width:935px;
	height:975px;
	box-shadow:1px 1px 5px #ccc;
}


/*END SHADOW 
	

