#nav {
	margin: 2px;
	padding: 0px;
	width: 170px;
	list-style-type: none;
}
#nav li {
	display: block;
	border-top: 2px solid #FF99AD;
	border-right: 2px solid #FF66FF;
	border-bottom: 2px solid #FF66FF;
	border-left: 2px solid #FF99AD;
	margin: 4px;
	padding: 0px;



	
}


#nav a:link, #nav a:visited, #nav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	border-top: 2px solid #FF99AD;
	border-right: 2px solid #FF66FF;
	border-bottom: 2px solid #FF66FF;
	border-left: 2px solid #FF99AD;
	background: #999900;




}
#nav a:hover {
	background-color: #2E83D6;
	color: #FFFFFF;
	display: block;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #83B6E7;
	border-right-color: #2E32D6;
	border-bottom-color: #2E32D6;
	border-left-color: #83B6E7;


}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;

}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
A:link {
	color: #0000FF;
	text-decoration: none;
}

A:visited {
	color: #0000FF;
	text-decoration: none;
}

A:active {
	color: #0000FF;
	text-decoration: none;
}

A:hover {
	color: #FF0000;
	text-decoration: none;
	
	
}
.pageTitle {
	color: #333333;
	text-align: center;
	font: bold 18pt Arial, Helvetica, sans-serif;


}
.smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.smallForm {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	color: #FFFF00;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-bottom-color: #000066;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000066;
	border-left-color: #000066;
	padding: 4px;
	text-align: center;
	background: #999900;
	font: bold 10pt Arial, Helvetica, sans-serif;




}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	background-color: #F7E708;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;

}
.paddingSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-top: 0px;


}
.boxheaderOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	background-color: #FFFF00;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	background-position: center;

}
.logoWords {
	background-color: #342D6D;
	padding: 4px;
	width: 100%;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.3em;




}
#wrapper1 {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 4px solid #000000;
	text-align: left;
	margin-top: 5px;
	background: left;




}
/*this is the beginning of the button menu system*/

#menu {
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	}
	
#menu ul
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0;
	padding: 2;
	border: 1px solid #000;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	background: #999900;

}

#menu li 
{
	margin: 0 5px 0 0;
	display: inline;
	border-right: 1px solid #000000;
	padding: 5px;
}

#menu a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	color: #000;
	background: #FFF;
}

/*/*/a{}
#menu a {
	padding: 3px 5px 1px 10px; 
	border-right: 5px solid #000000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}
/* NN4 hack */

#menu a:hover, #menu a:focus
{
	border-right: 5px solid #999900;
	color: #999900;

	}
	.paddingSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-top: 0px;


}

/*this ends the menu buttons*/
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #003366;
	width: 100%;
	/*border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333366;
	padding-bottom: 4px;
	text-align: center;*/

}
/*this is the beginning of the vertical button menu system*/
#menuv
{
	/*position: absolute;*/
	width: 140px;
	/*border-top: 1px solid #000;
	border-right: 1px solid #000;*/
	margin-top: 18px;
	left: 18px;
	top: 18px;


}

#menuv ul
{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menuv li 
{ 
	/*border-bottom: 1px solid #000; /*this is the line between each button*/
	margin: 10px;
	padding: 0px;
}

#menuv a
{
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #000;
	background: #FFF;
	width: 118px; /*this is the width MINUS the left padding and the right border - otherwise, you'll have a space before your right border*/
}

/*/*/a{}
#menuv a {
	padding: 4px 0px 2px 10px; 
	border-right: 12px solid #0083D7;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}
/* NN4 hack */

#menuv a:hover, #menu a:focus
{
	background: #DBF8D8;
	border-right: 12px solid #003366;
}

/*this ends the menu buttons*/
.menuLink a:link, .menuLink a:visited, .menuLink a:active {
	color: #000000;
	display: block;
	height: auto;
	width: auto;
	padding: 6px 4px 6px 14px;
	background: #FAF7EB;
	font: normal 9pt "Lucida Sans Unicode", Arial, sans-serif;
}
.menuLink a:hover {
	color: #000000;
	background: #EEF39B;
	width: 100%;
}
.text {
	MARGIN: 0px 0px 8px;
	FONT: 9pt/12pt "Lucida Sans Unicode", Arial, sans-serif;
	COLOR: #000000;
	text-align: justify;

}
