p.titlen {
	color: #fff;
	font: 25pt Times, "Times New Roman";
/*	font-weight: bold; */
	font-style: italic;
	text-align: center;
}

body {margin: 0px; padding: 0px; text-align: center;
}

/*text stuff*/

.bigtext {
overflow: visible;
font: bold 20px arial;
color: #333333;
	margin-left: 0px;
}

.washed {
	background-color: #f3f3f3;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 15px;
}

td#tdbg1 {background:url("imagesn/leftn.png") repeat-y}

.bigtext1 {
overflow: visible;
font: bold 20px arial;
color: #333333;
	padding-left: 20px;
}

.bigtext1 a:hover {
text-decoration: none;
cursor: default;
}

.mediumtext {
overflow: visible;
font: bold 17px arial;
color: #333333;
}

p {
overflow: visible;
color: #000000;
font: 13px/1.5em arial;
/*text-indent: 12px;*/
}

ul, ol
{
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

ol li {
	margin-bottom: 5px;
	margin-top: 10px;
}

ol { counter-reset: item }
ol li { display: block }
ol li:before {
content: counter(item) ". ";
counter-increment: item;
font-weight: bold;
color: black;
}

ul li {
	margin-bottom: 20px;
	margin-top: 10px;
}
	
ol.one {
	list-style-type: lower-roman;
}

ol.two {
	list-style-type: lower-latin;
}

p.formclass:first-letter
{
font: 13px arial;
}

p.faqclass:first-letter
{
font: bold 13px arial;
}

p.faqclass
{
text-indent: 0px;
}

p.indent:first-letter
{
font: 13px arial;
}

p.indent
{
overflow: visible;
color: #000000;
font: 13px arial;
text-indent: 12px;
}

p.noindent
{
overflow: visible;
color: #000000;
font: 13px arial;
text-indent: 0px;
}

p.noindent:first-letter
{
font: 13px arial;
}

/*link stuff*/
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #003366;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #003366;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #0044AA;
	}
	
#videos{
	margin-left: 0px;
	margin-top: 25px;
	text-align: center;
	line-height: 1.5em;
}

#nav-menu1 ul
{
list-style: none;
padding: 0;
margin: 15px 0 0;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#nav-menu1 li a
{
background: url(imagesn/background.gif) #753f3e bottom left repeat-x;
height: 2em;
line-height: 2em;
width: 250px;
display: block;
border: 0.12em solid #622423;
color: #f00;
text-decoration: none;
text-align: left;
	margin-left: 10px;
	padding-left: 13px;
}

#nav-menu1 li
{
	margin: 0 0 5px 10px;
}

#nav-menu1 li a:hover {
	background: url(imagesn/background1.gif) #753f3e bottom left repeat-x;
}

ul#navmenu a:hover, ul#navmenu a:focus, ul#navmenu a:active, 
ul#navmenu a.selected, ul#navmenu a.selected:hover, ul#navmenu a.selected:focus, ul#navmenu a.selected:active { 
  background-color : #386088;
  color : #fff;
}

ul#navmenu a:hover, ul#navmenu a:focus, ul#navmenu a:active { 
  background-color : #1a0097;
  color : #fff;
}
	