/* CSS Document */
body
{ 
	color: #5f5f5f;
	font-family: Verdana, Arial, Helvetica, "Sans Serif";
} 

.body2
{ 
	color: #5f5f5f;
	font-family: Verdana, Arial, Helvetica, "Sans Serif";
	font-size: 12px;
} 

.content
{
	color: #5f5f5f;
	font-family: Verdana, Arial, Helvetica, "Sans Serif";
	font-size: 12px;
}

p
{
	color: #5f5f5f;
	font-family: Verdana, Arial, Helvetica, "Sans Serif";
	font-size: 12px;
}


.tagline
{
	font-family: arial, helvetica, "sans-serif";
	font-size: 16px;
	color: blue;
}

.bullets
{
	list-style-type: square;
}




.title
{
	font-family: arial, helvetica, "sans-serif";
	font-size: 20px;
	font-weight: bold;
	color: white;
}

.url
{
	font-family: arial, helvetica, "sans-serif";
	font-size: 18px;
	font-weight: bold;
	color: white;
}

/*global header navigation styling*/
#navcontainer ul
{
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	background-color: #E5E5ED;
	color: #E5E5ED;
	float: left;
	width: 100%;/*width of nav*/
	height: 50%;
}

#navcontainer ul li 
{ 
	display: inline;
}

#navlist ul li a
{
	font-size: 12px;
}

#navcontainer ul li a
{
	padding: 0.4em 2.04em;/*vertical padding - space between list items*/
	background-color: #000000;
	color: #E5E5ED; /*color of nav text*/
	text-decoration: none;
	float: left;
	font-weight: bold;
	font-size: 11px;
}

#navcontainer ul li a:hover
{
padding: 0.4em 2.04em;
	background-color: #E5E5ED; /*color of background on hover*/
	color: #000000; /*color of lettering on hover*/
	font-weight: bold;
	font-size: 11px;
}

/* "you are here" clue styles link differently when you 
are on that page to indicate what page you are on*/
#navcontainer ul li.youarehere a 
{
	color: #000000; /*color of lettering*/
	background-color: #E5E5ED; /*color of background*/
}


a.footer:link
{
	font-family: arial, helvetica, "sans-serif";
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a.footer:visited
{
	font-family: arial, helvetica, "sans-serif";
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a.footer:hover
{
	font-family: arial, helvetica, "sans-serif";
	font-size: 10px;
	font-weight: bold;
	color: #c7e6ff;
	text-decoration: none;
}
