/* CSS Document */


/*
	Site Colors
	
	#7FFFD4 Aquamarine
	#708090 SlateGray
	#191970 MidnightBlue
	#AFEEEE PaleTurquoise
*/


/*
<<<<------------------------------------------------->>>>
	normal page markup
<<<<------------------------------------------------->>>>
*/

html, body
{
	margin:0;
	padding:0;
	font-family: Helvetica, sans-serif;
	background-color: #FFFFFF;
}

h1
{
	font-size: 1.4em;
	margin: 0 0 20px 0;
	font-weight:bold;
	color:#191970;
}

h2
{
	font-size: 1.1em;
	font-weight:bold;
	font-style:oblique;
	margin: 0 0 10px 0;
	color:#191970;
}

p, li
{
	font-size:.96em;
	
	line-height: 1.2em;
	margin: 0 0 10px 0;
	font-weight:normal;
	color:#191970;
}

/*
<<<<------------------------------------------------->>>>
	normal page links
<<<<------------------------------------------------->>>>
*/

a, a:visited
{
	text-decoration: underline;
	color:#708090;
}

a:hover
{
	text-decoration: none;
	color:#708090;
}

/*
<<<<------------------------------------------------->>>>
	div header and band page elements
<<<<------------------------------------------------->>>>
*/

div.band
{
	padding: 20px 0;
	background-color: #AFEEEE;
	border-top: 1px solid #708090;
	border-bottom: 1px solid #708090;
}
	
div.header
{
	height: 20px;
	width: 780px;
	margin-top: 5px;
	margin-bottom: 5px;

	margin-right:auto;
	margin-left:auto;
	font-family: Arial;
	font-size: .7em;
	color:#708090;	
}

div.header a, a:visited
{	
	color:#708090;
	text-decoration:none;
}

div.header a:hover
{	
	color:#708090;
	text-decoration:underline;
}

div.header span
{	
	margin-top:3px;
}

div.header span.left
{
	margin-left:10px;
	text-align:left;
	float:left;
}

div.header span.right
{
	text-align:right;
	float:right;
}

#content
{
	width:590px;
	float:right;
}

#content ul a:hover
{
	text-decoration: none;
	color:#708090;

}

#content a:hover
{
	text-decoration: none;
	color:#708090;
}

/*
<<<<------------------------------------------------->>>>
	nav elements and styles
<<<<------------------------------------------------->>>>
*/

#nav
{
	width: 180px;
	float:left;
		
}

#nav ul
{
	margin:0;
	padding:0;
	padding-left:10px;
	list-style-type: none;
	font-variant:small-caps;
}

#nav ul.inner
{
	font-size:94%;
	text-decoration: none;
	margin:0px;
}

#nav li
{
	margin:0;
	padding:0;
}

/*
<<<<------------------------------------------------->>>>
	nav links
<<<<------------------------------------------------->>>>
*/

#nav ul a, a:visited
{
	color:#708090;
	text-decoration: underline;
}

#nav ul.inner a, ul.inner a:visited
{
	background: transparent url(img/navOff.gif);
	background-repeat:no-repeat;
	background-position:0 .2em;
	padding-left:10px;
	text-decoration: none;
}

#nav a:hover
{
	text-decoration: underline;
	color:#191970;
}

#nav ul.inner a:hover
{
	background: transparent url(img/navOn.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	background-position:0 .2em;
	text-decoration:underline;
}

/*
<<<<------------------------------------------------->>>>
	picture containers and formatting
<<<<------------------------------------------------->>>>
*/

#container
{
	width:780px;
	margin-right:auto;
	margin-left:auto;
}

div.row span.left
{
	float: left;
	text-align: left;
}

div.row span.right
{
	float: right;
	text-align: right;
}
 
div.spacer
{
	clear: both;
}

/*
<<<<------------------------------------------------->>>>
	top of page links
<<<<------------------------------------------------->>>>
*/


#content a.top, a.top:visited
{
	text-decoration:none;
	color:#191970;
	
	background: transparent url(img/topOff.gif);
	background-repeat:no-repeat;
	
	padding-left:40px;
	background-position:0;
	font-size:.9em;
	padding-top:20px;
	padding-bottom:20px;

	
}

#content a.top:hover
{
	text-decoration:underline;
	color:#191970;
	background: transparent url(img/topOn.gif);
	background-repeat:no-repeat;
	
	padding-left:40px;
	background-position:0;
	font-size:.9em;
	
	padding-top:20px;
	padding-bottom:20px;
}

div.float
{
	float:left;
	margin-right:22px;
	border:solid;
	border-color:#708090;
	border-width:1px;
}






