/* Global styles */

body {
	background-color: white;
	margin: 0;
     }

p	{
	color: black;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
	}

a, a:visited, a:active	{
	color: black;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	text-decoration: underline;
	}

a:hover	{
	color: #666666;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	text-decoration: underline;
	}

/* Global styles */

/* main styles */

.pageheading	{
	color: black;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Serif;
	}

.greystretch	{
	background-color: #F0EFEF;
	border-bottom: 1px solid black;
	border-top: 8px solid black;
	}

.greystretch2	{
	background-color: #F0EFEF;
	border-top: 1px solid black;
	border-bottom: 8px solid black;
	}

.greystretchNav	{
	background-color: #F0EFEF;
	border-top: 1px solid black;
	border-bottom: 8px solid black;
	}


.NavChoice	{
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 5px 10px 5px;
	}

a.Nav, a.Nav:Visited, a.Nav:Active {
	color: black;
	width: 174px;
	padding: 5px;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
	text-decoration: none;
	}

a.Nav:Hover	{
	color: black;
	width: 174px;
	padding: 5px;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
	text-decoration: none;
	background-color: #CCCCCC;
	}

.nameplate	{
	color: black;
	font-size: 42px;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
	padding: 0px 0px 0px 50px;
	}

.subheading	{
	color: black;
	font-size: 22px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
	padding: 0px 0px 0px 50px;
}
	
.small	{
	color: black;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
	}

.content	{
	color: black;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
	border-right: 1px solid black;
	padding: 50px 50px 20px 50px;
	}

a.FooterNav, a.FooterNav:Visited, a.FooterNav:Active {
	color: black;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
	text-decoration: underline;
	}

a.FooterNav:Hover	{
	color: #666666;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
	text-decoration: underline;
	}

a.FooterNav2, a.FooterNav2:Visited, a.FooterNav2:Active {
	color: #666666;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
	text-decoration: underline;
	}

a.FooterNav2:Hover	{
	color: black;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
	text-decoration: underline;
	}

.footer	{
	text-align: center;
	padding: 5px;
	color: #666666;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
	line-height: 14px;
	}

.navlines	{
	border-right: 1px solid black;
	border-left: 1px solid black;
}


/* nav list styles */

#menuList ul {
        margin: 0;
        padding: 0;
        list-style: none;
        }

#menuList ul li {
        position: relative;
        float: left;
        width: 169px;
}

#menuList ul li a:link,
#menuList ul li a:visited {
        display: block;
        font-size: 12px;
		font-family: Arial, Verdana, Sans-Serif;
		font-weight: normal;
		text-decoration: none;
        background: white;
		padding: 10px 0px 10px 10px;
		border-top: 1px solid #CCCCCC;
	}

#menuList ul li a:hover {
   color: black;
   background-color: #CCCCCC;
}

/* end nav list styles */
