/* Michaud & Raymond Text 1.0 */
/* Author: Ryan Dougher */
/* September 24th, 2007 */

.headertext{
	padding-top: 20px;
	text-align: center;
}

.contenttext{
	padding-left: 100px;
	width: 900px;
	padding-right: 0px;
}

.footertext{
	text-align: center;
	padding-top: 10px;
}

.footertext img{
	border: 1px solid #FFFFFF;
}

.footertext a{
	color: #CCCCCC;
	text-decoration: underline;
}

.footertext a:hover{
	color: #CCCCCC;
	text-decoration: none;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1{
	font-size: 36px;
	color: #FF0000;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	display: inline;
}

h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #FF0000;
	display: inline;
}

h3{
	display: inline;
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
	font-weight: lighter;
	font-style: italic;
}

h4{
	color: #0099CC;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h5{
	text-align: center;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #CCCCCC;
}

h6{
	text-align: center;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #CCCCCC;
}


.nav1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.nav1 ul {
	font-weight:normal;
	text-align: center;
}	
.nav1 li {
	display: inline;
}
.nav1 li a {
	display:inline;
	color:#CCCCCC;
	text-decoration:underline;
	font-size:100%;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
.nav1 a:hover {text-decoration:none; color:#CC0033;}

