/***********************************************/
/* nvbase.css                            */
/*           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	background-image: url(background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 10px;
	font-size: 90%;
}

/*  Links  */

a:link {
	color: #00CC00;
	text-decoration: underline;
}
a:visited {
	color: #6397CB;
	text-decoration: underline;
}
a:hover {
color:#0066CC;

}

/* Headlines  */


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: "Comic Sans MS";
	font-size: 48px;
	color: #336699;
	text-align: center;
}

h2{
 font-size: 150%;
 color: #336699;
}

h3{
 font-size: 140%;
 color: #334d55;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	background-color: #00FFFF;
}

h5{
 font-size: 100%;
 color: #334d55;
}

/* Unordered lists  */

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#header{
	margin: 0;
	border-bottom: 1px solid #cccccc;
	height: 120px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	width: 780px;
}

#center {
  margin-left:180px;
  margin-right:20px;
	padding: 0 3% 0 0;

	border-left: 1px solid #cccccc;
}
#left {
	width: 175px;          /* LC width */
	float: left;          /* LC width */
	font-family:"Comic Sans MS";
	font-size: 90%;
	padding: 0px 10px 0px 10px;
	white-space: normal;
	font-weight: bold;
/*	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-right-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-top-width: 2px; */
}
/*
.left a:link, {
	color: #CC0000;
	text-decoration: underline;
}
.left  a:visited {
	color: #CC0000;
	text-decoration: underline;
}
.left a:hover {
	color: #CC0000;
	text-decoration: underline;
}
*/
#right {
	float:right;
  width: 5px;          /* RC width */

}

#footer{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}


/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#clear {
  clear: both;
}






/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	padding-top: 20px;
	
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 0px 4px;
	white-space: normal;
	float: left;
	width: 150px;
	position: absolute;
	left: 10px;
	top: 160px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* ul#mainnav ul.subnav{padding-left:1.5em;} */



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

#breadCrumb a:link{
	color: #006699;
	text-decoration: underline;
	padding-right:10px;
}

#breadCrumb a:visited{
	color: #006699;
	text-decoration: underline;
	padding-right:10px;
}



/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 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 */


/************** .story styles *****************/

.story{
	
	padding: 10px 0px 0px 20px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.announcements {
	padding-bottom: 10px;
}



/*********** #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;}


/* Other stuff */


#smallprint {
color:#FF0000;
font-size:smaller;
}

#smallprint a:link {
	color: #FF0000;
	text-decoration: underline;
	padding-right:10px;
}


/*** IE6 Fix ***/
* html #left {
  left: 145px;           /* RC width */
}
