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;
}

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

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

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

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


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;
}

ul.menu {
font: 13px arial;
/*list-style-image: url("images/bullet.gif");*/
list-style: disc;
list-style-position: outside;
}

ul {
font: 13px arial;
list-style: disc;
list-style-position: outside;
}

li.menu {
margin-bottom: 7px;
}

/*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;
	}
	
ul#navmenu { 
  margin : 0;
  padding : 0;
  list-style-type : none;
}

ul#navmenu li {
  margin-bottom : 5px;
}

ul#navmenu a { 
  display : block;
  width : 198px;
  height : auto;
  background-color : #ff483f;
  padding : 5px 5px 3px;
  text-align : left;
  text-decoration : none;
  color : #ffd0cf;
  cursor : pointer;
}

#nav-menu1 ul
{
list-style: none;
padding: 0;
margin: 0;
}
#nav-menu1 li a
{
background: url(background.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 9em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}


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;
}
	