/* CSS Document */
body { text-align: left; 
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	color : #330066;
	}
h1 {
	color : #0033CC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-large;
	font-weight : bold;
}
h2 {
	color : #009999;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight : bold;
}

H3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
	color : #330099;
}
H4 {
	color : #FF9900;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
}

H5 {
	color : #CC6600;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-style : italic;
	font-weight: bold;
}

H6 {
	color : #FFCC99;
	font-size : small;
	font-weight: bold;
	font-variant : small-caps;
}
#container
{
background-color: #003399;
color: #333333;
border: 1px solid black;
width: 100%;
margin: 0 0 0 0;
text-align: left;
line-height: 130%;
}

#top
{
	padding: 0em;
	border-bottom: 1px solid black;
	background-color: #003399;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
background-color: #003399;
float: left;
width: 150px;
margin: 0;
padding: .2em;
}
#navlist {
float: left;
width: 150px;
font-family: tahoma,arial,helvetica;
font-weight: bold;
font-size: 12px;
}
#navlist ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}
#navlist li {
margin: 0;
padding: 0;
}
#navlist a {
display: block;
padding: 10px 2px 10px 2px;
border: 2px solid;
border-color: #330066 #306 #306 #306;
background-color: #CCCCFF;
background-repeat: no-repeat;
background-position: 0% 50%;
}
#navlist a:link, #navlist a:visited {
color: #330066;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, 
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #CCFFFF;
background-repeat: no-repeat;
background-position: 0% 50%;
color: #330066;
}
#rightnav
{
background-color: #003399;
float: right;
width: 150px;
margin: 0;
padding: .2em;
}
#content
{
background-color: #FFFFFF;
margin-left: 160px;
border-left: 1px solid black;
margin-right: 160px;
border-right: 1px solid black;
padding: 20px;
}
#content p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	color : #330066;
}
#content  a:hover {
	color : #FF9900;
	text-decoration : none;
}

#content  a:link {
	color: #CC6600;
}

#content  a:visited {
	color : #006666;
}

#content  a:focus {
	color : #FF9900;
	text-decoration : none;
}
#footer
{
clear: both;
margin: 0;
padding: 0em;
color: #333;
background-color: #CCCCFF;
border-top: 1px solid black;
text-align: center;
}
#leftnav p, #rightnav p { margin: 0 0 0 0; }
#content h2 { margin: 0 0 .5em 0; }
#content li {
list-style-image: url(../images/bullet.gif);
}


.main p, li, ul {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	color : #330066;
}
.main a:hover {
	color : #006666;
	text-decoration : none;
}

.main a:link {
	color: #CC6600;
}

.main a:visited {
	color : #FF9900;
}

.main a:focus {
	color : #006666;
	text-decoration : none;
}
.form {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #222222;
	text-align: center;
}
.footer {
	color : #330066;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
}
.footer a:link {
	color : #006666;
}
.footer a:hover {
	color : #330066;
	text-decoration : none;
}
.footer a:visited {
	color : #009999;
}
.footer a:focus {
	color : #330066;
	text-decoration : none;
}
.bread {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #222222;
}
.bread a:link {
		color: #550044;
}

.bread a:hover {
	color : #BBAAAA;
	text-decoration : none;	
}

.bread a:visited {
	color: #550044;
}

.bread a:focus {
	color : #BBAAAA;
	text-decoration: none;
}
.right {
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
}
.right a:link {
	color : #FFFFFF;
}
.right a:hover {
	color : #FFFFFF;
	text-decoration : none;
}
.right a:visited {
	color : #FFFFFF;
}
.right a:focus {
	color : #FFFFFF;
	text-decoration : none;
}
.right h1 {color : #991100;
}
.right h2 {
	color : #FFFFFF;
	}
