/* CSS Document */

/* Main Display Table */
TABLE.maintable {
font-family: verdana, arial, helvetica, sans-serif;
border-top: 5px solid #FF7E22;
border-left: 5px solid #FF7E22;
border-right: 5px solid #FF7E22;
border-bottom: 5px solid #FF7E22;
width: 950px;}
TABLE.maintable TD {}

/* Primary Navigation Menu */
.primarynav A {
    color : #FF7E22;
	display : block;
	text-decoration : none;
	width : 100px;
	border : 1px solid #FF7E22;
	padding : 0px;
	font-family: verdana;
	font-size: 12px;
	background : #E0EEE0;
	margin-top: 0px; 
	margin-bottom: -10px;
}

.primarynav A:hover {
	color : #FFFFFF;
	border : 1px solid #FF7E22;
	background : #FF7E22;
}
/* Lower Navigation Menu */
.lowernav {
	color : #FF7E22;
	text-decoration : none;
	font-family: verdana;
	font-size: 11px;
}
.lowernav a:visited {
	color : #FF7E22;
	text-decoration : none;
	font-family: verdana;
	font-size: 11px;
}
.lowernav a:link {
	color : #FF7E22;
	text-decoration : none;
	font-family: verdana;
	font-size: 11px;
}
.lowernav a:hover {
	text-decoration : underline;
}

/* Text Class */

.maintext {
	font-family: verdana;
	font-size: medium;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
.heading {
	font-family: verdana;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.heading2 {
	font-family: verdana;
	font-size: medium;
	font-weight: bold;
}
.list {
	list-style-image: url(/assets/link%20images/sun-bullet-small.gif);
	list-style-type: none;
	list-style-position: outside;
}
.OrgHdg {
	font-family: verdana;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF7E22;
}

.style15 {font-family: Courier; font-size: 10pt; font-weight: bold; }
.style16 {font-family: Courier; font-size: 10pt; }
.photocaption {
	font-family: verdana;
	font-size: small;
	font-style: italic;
}

a.nav:link {
	color: #000000;
	padding: 2px;
}

a.nav:visited {
	color: #000000;
	padding: 2px;
}

a.nav:hover {
	color: #333333;
	background-color: #FF7E22;
	padding: 2px;
}

.gsmenu a {
	color : #FF7E22;
	display : block;
	text-decoration : none;
	width : 140px;
	border : 1px solid #FF7E22;
	padding : 2px 0 2px 5px;
	font-family: verdana;
	font-size: 12px;
	background : #FFFF9A
}

.gsmenu a:hover {
	color : #FFFF9A;
	text-decoration : none;
	border : 1px solid #FF7E22;
	background : #FF7E22
}
