
/*
* NPSOT Style
*
* (C) Copyright Dallas Chapter.  All rights reserved.
*
*/

body
{
	background-color: #F5DEB3;
	color: rgb(0,0,0);
	font-family: helvetica,arial,sans-serif;
	width: 730px
}

a:link { color: #336633; 
         text-decoration: none;
       }
a:visited { color: #660066; }
a:active { color: #ff0000; }

h1
{
	color: #006600;
	font-family: helvetica,arial,sans-serif;
	font-weight: normal;
}

h2
{
	font-family: helvetica,arial,sans-serif;
	color: #006600;
}

h3
{
	font-family: helvetica,arial,sans-serif;
	color: #006600;
}

#nav
{
	position: absolute;
	margin-left:10px;
	margin-top: 10px;
	padding-left:10px;
	padding-right:10px;
	left: 0px;
	top: 0px;
	width: 7px;
}

#main
{
	margin-left: 160px;
	margin-right: 2em;
	margin-top: 230px;
}


a.menu
{
	display: block;
	color: white;
	background-color: #000000;
	width: 120px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}

a.menu:visited
{
	color: white;
}

a.menu:hover
{
	background-color: #006600;
	color: rgb(185, 194, 154);
	text-decoration: none;
}

