body {
	margin: 0px;	
	padding: 0px;
			
	/*
	-- commented out so that stock drupal styling doesn't get overridden
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;	
	background-image:url(images/tile_blueGrad.gif);	
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment:scroll;
	background-position:top;
	background-repeat:repeat-x;
	*/
}

.headline {
	font-size: 18px;
	font-weight: bold;
	color: #0071AE;
	line-height: 28px;
}
.grey {
	color: #333333;
}

.vision {
   font-size: 14pt;*
   text-align: center;
   color: navy;
}

#surveybox {
        background-color: #F0F4F9;http://www.google.com/
        margin-right: 10px;
   margin-top: 10px;
        border: 2px solid #294077;
   padding-left: 10px;
   padding-right: 10px;
}


#photoText {
	color: #782772;
	padding-top: 3px;
	padding-left: 15px;
}
#photoText a:link, #photoText a:visited{
	color: #782772;
	padding-top: 3px;
	text-decoration: underline;
}
#photoText a:hover{
	color: #782772;
	padding-top: 3px;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #782772;
}
h2 {
	/*
	-- commented out, reverting to use drupal's stock styling
	font-size:160%;
   line-height:130%; 


	font-size: 14px;
   font-weight: bold;		
	border-bottom-width: 2px;
	------------------
	color: #0071AE;
	border-bottom-style: solid;
	border-bottom-color: #F0F4F9;
	padding-left: 10px;
   margin-bottom:5px;
	*/
	
}
h2 a:link, h2 a:visited{
	font-size: 14px;
	font-weight: bold;
	color: #0071AE;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F0F4F9;
	margin-bottom:5px;
	text-decoration:none;
}
h2 a:hover{
	font-size: 14px;
	font-weight: bold;
	color: #0071AE;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F0F4F9;
	margin-bottom:5px;
	text-decoration:underline;
}
#top {
	margin-top: 12px;
	margin-left: 40px;
}
#main {
	margin-top: 0px;	
}
#nav {
	position: absolute;		
	display: block;
	color:#EDF5FA;
}

#nav h2
{
   color:#EDF5FA;
}

#nav td a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	display: block;
}


#nav td a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	/*background-color: #0071AE;*/
}
.selected {
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #0071AE;
}
#footer {
	font-size: 11px;
	color: #666666;
}
.caption {
	font-size: 12px;
	line-height: 18px;
	color: #294077;
}
/* toggle menu */
#libraryNav a.libraryNav, #libraryNav a.libraryNavOpen{
	background-color: #0071AE;
	display: block;
	padding: 2px 0px 2px 25px;
	
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 4px 50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #294077;
}
#libraryNav a.libraryNav{
	background-image: url(/images/inactive.gif);
}
#libraryNav a.libraryNav:hover, #libraryNav a.libraryNavOpen, #libraryNav a.libraryNavOpen:hover{
	background-image: url(/images/expand.gif);
	color: #FFFF00;
}
div.lnSubMenu{
	text-indent: 0px;
	padding-left: 5px;
	display: none;
}
div.lnSubMenu a{
	color: #294077;
	text-decoration: none;
}
div.lnSubMenu a:hover{
	/*color: #0071AE;*/
	text-decoration: underline;
}
.tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #6490C7;
}
#highlights {
	background-color: #F0F4F9;
	margin-right: 10px;
	border: 2px solid #294077;
}
#highlights ul{
	margin-right: 10px;
}
/* DEFAULT LINK STYLES */

a:hover {
	text-decoration: none;
}
