/*BODY=================*/
body 
{
	margin:0px; 
	padding:0px;
	font-family:Arial;
	font-size:13px;
	background:gainsboro ;
}

/*HEADER 1=============*/
h1 
{
	font-weight: bold;
	text-align: center;
	font-size:20px;

}


/*LINKS================*/
a:link,
a:visited,
a:active 
{
	text-decoration: underline;
	color:black;
}


/*HOVERED LINK=========*/
a:hover 
{
	color:navy
}

/*ANCHOR LINKS================*/
 #anchorLink
{
	text-decoration: underline;
	color: #26466D;
	font-weight: normal;

}



/*TABLE=================*/
table
{
	font-size:13px;
}


/*HORIZONTAL LINE======*/
hr
{
	border: solid 1px #999999;
}


/*UNIFORM LIST=========*/
ul
{
	list-style-type: square;
	margin-left:18px;
}




/*==========================*/
/*======FOOTER==============*/
/*==========================*/

	#Footer a:hover{
	color: navy;
	}
	
	#Footer a{
	color: black;
	text-decoration: none;
	font-weight: bold;
	}
	 
    #Footer table{
	WIDTH:100%;
	font-size: 12px;
	text-align: center;
	}
/*==========================*/




/*==========================*/
/*TABLE TD ALTERNATE COLOR CODING*/
/*==========================*/
.tdOdd
{
    background-color:#E5E5E5;
    vertical-align:top;
}

.tdEven
{
    background-color:#F7F7F7;
    vertical-align:top;
}
/*==========================*/





/*==========================*/
/*=====NAVIGATION LINKS=====*/
/*==========================*/

/*STYLE FOR THE LINK THAT IS IN A TD*/
#NavLinks a
{
	COLOR:GAINSBORO;
	BACKGROUND:BLACK;
	CURSOR:HAND;
	WIDTH:150PX;
	BORDER-BOTTOM:white 1px SOLID;
	display:BLOCK;
	TEXT-DECORATION:NONE;
	font-size: 15px;
}

/*STYLE FOR THE LINK THAT IS HOVERED*/
/*INHERITS FROM MAIN LINK STYLE*/
#NavLinks a:hover
{
	COLOR:BLACK;
	BACKGROUND:GAINSBORO;
}

/*INHERITS FROM MAIN LINK STYLE*/
#NavLinks table
{
	margin: 0
}

/*CARF================*/
#NavLinks a.CARF
{
	BACKGROUND:transparent;
	
}

/*CARF================*/
#NavLinks a:hover.CARF
{
	BACKGROUND:transparent;
	
}
/*==========================*/






/*==========================*/
/*=====Title/Tagline========*/
/*==========================*/
#SBHTitle {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}

#TagLine {
	text-align: left;
	font-size: 14px;
	font-style:italic;
}
/*==========================*/







/*==========================*/
/*=====Mission==============*/
/*==========================*/
#MissionTitle {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#Mission {
	text-align: center;
	font-size: 15px;
}
/*==========================*/







/*==============================*/
/*ALL PAGES WITHIN THE MAIN "FRAME"*/
/*==============================*/
#PageTable table
{
	WIDTH:100%;

}

/*==============================*/
/*==========================*/







/*================================*/
/*SITE LOCATION LIST HORIZONTAL LINE*/
/*================================*/
#SiteList hr
{
	WIDTH:300px;
}
/*==============================*/





/*================================*/
/*TABLE COLUMN ARTICLES===========*/
/*================================*/
.tdTitleCol
{
	background-color:#26466D;
	vertical-align: middle;
	height: 30px;
	width=100%;
	color:white;
	font-weight:bold;
	text-align:center;
	font-size:15px;

}
/* Test Code ====================
.trTitleCol
{
	background-color: Navy;
}

.topRight
{
	background-image:  url(../graphics/topRight.gif);
	background-position: top right;
	background-repeat: no-repeat;
	
}

.topLeft
{
	background-image:  url(../graphics/topLeft.gif);
	background-position: top left;
	background-repeat: no-repeat;

}
==================================*/

.tdSpacingCol
{
	height: 10px;
}

.tdArticleCol
{
	background-color: Gainsboro;
}
/*==============================*/





/*==============================*/
/*CODE TO BE DELETED*/
/*==============================*/
/*==============================*/
/*==============================*/
/*==============================*/
/* borders */

/*
#everything  { border: 0px solid #000; }

a.linkbutton { 
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #999; 	
	border-left: 1px solid #fff; 		
	border-right: 1px solid #999;	
	}
a:hover.linkbutton { 
	border-top: 1px solid #999; 
	border-bottom: 1px solid #fff; 	
	border-left: 1px solid #999; 		
	border-right: 1px solid #fff;	
	}

#all {
margin:0px 0px 0px 0px; 
padding:0px;
text-align:left;
}

#header {
position: absolute;
top: 0;
}

#everything {
width: 550px;
margin: -840px 184px auto;
text-align: left;
padding: 0px;
font-family: Arial;
font-size: 16px;
}

#sidebartext {
font-size: 15px;
width: 150px;
font-weight: normal;
font-family: Arial;
text-align: center;
}

#sidebartext_values {
font-size: 15px;
width: 150px;
font-weight: normal;
font-family: Arial;
text-align: left;
}

#banner {
float: left;
margin-top: 0px;

}

#sidebar {
float: left;
margin-top: 0px;
width: 164px;
}

#bodyarea {
position: relative;
width: auto;
margin: 0px 184px auto;
text-align: left;
font-family: Arial;
font-size: 16px;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 30px;
}

#bodyarea p {
line-height: 20px;
}

========================
========================
#navlist ul {
text-indent: -1em;
}

#navlist li {
text-align: left;
padding-left: 0px;
margin-left: -14px;
}

#padding {
padding: 0px;
}

*/




