﻿

a						{ color: #339900; text-decoration: none }
a:link 					{ color: #339900; text-decoration: none }
a:hover					{ color: #339900; text-decoration: underline }
a:active				{ color: #339900; text-decoration: none }
a:visited				{ color: #339900; text-decoration: none }
a:visited:hover			{ color: #339900; text-decoration: underline }


body
{
     margin: 0;
     padding: 0;
     background-color: #999999;
     text-align: center;
	 font-size: 10pt; 
	 color: #CCCCCC; 
	 font-family: Verdana, Arial, sans-serif;     
}

#container 
{
     width: 700px;
	 margin-top: 50px;
     margin-bottom: 50px;
     margin-left: auto;
     margin-right: auto;
     padding: 15px;
     
     text-align: left;
     position: relative;
     background-color: white;
	 font-size: 10pt; 
	 color: #3366CC; 
	 font-family: Verdana, Arial, sans-serif;     
}

h1
{
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: .25em;
	text-transform: uppercase;
	color: #FF9933;
	clear: both;
}

h2
{
	font-size: 12pt;
	font-weight: bold;
	color: #3366CC;
	margin-bottom: -10px;
}

p.name
{ 
	font-size: 14pt; 
	font-weight: bold;
	color: #444444;
	margin-top: .5cm;
	margin-bottom: -15px;
	margin-left: .5cm;
}

p.title
{ 
	font-size: 10pt; 
	font-weight: bold;
	color: #888888;
	margin-left: 2cm;
}

p.pullquote
{
	float: right;
	width: 250px;
	border: 2px solid #CCCCCC;
	margin: 10px 10px 10px 10px;
	padding: 3px;
}

p.credit
{
	font-size: 8pt;
	text-align: right;
	color: #666666;
}

li
{
	padding: .25em;
	list-style: square;
}


#nav {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
}

#nav li {
	float: left;
	list-style: none;
	padding: 0 18px 0 18px;	/* yuck - L/R spacing needs adjusting when new items are added */
}

#nav li a {
	color: #000000;
	text-decoration: none;
	border-bottom: 5px solid #e3e3e3;
}

#nav li a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 5px solid #FF9933;
}

#nav li.focus a {
	border-bottom: 5px solid #FF9933;
}



<!--[if IE]>

*html #nav {
margin: 67px 0 0 0;
}


#nav li a {
display: inline-block;
overflow: visible;
}

#nav li a:hover {
display: inline-block;
}

<![endif]-->





#uberlink a:link, #uberlink a:visited, 
#uberlink a:hover, #uberlink a:active 
{
	color: #339900;
	font-weight: bold;
}