body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #CCCCCC;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
	background-image:  url(bkgr.gif);
	background-repeat: repeat;
	background-color:#000000;
}

h1, h2, h3, h4, h5, h6 {
	
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 118%;
 color: #000000;
}

h2{
 font-size: 109%;
 color: #323232;
 padding: 5px 0px;
}

h3{
 font-size: 100%;
 color: #323232;
}

h4{
 font-size: 93%;
 font-weight: bold;
 color: #454545;
}

h5{
 font-size: 88%;
 font-weight: bold;
 color: #454545;
}

h6{
 font-size: 70%;
 font-style: italic;
 color: #454545;
}

p{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	text-align:left;
	border:0px;
	width:900px;
	margin: 0px;
	padding: 0px;
	
 }

#masthead{
	margin: 0px;
	padding: 0px;
	width: 900px;
}

#content{
	width: 900px;
	margin: 0px;
	padding: 0px ;
	background-color: #dddddd;
}

#teal{
background-color:#E0F1F9;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#menu a:link{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	display: block;
}

#menu a:visited{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	display: block;
}

#menu a:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #FFCC00;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	display: block;
}

#menu a:active{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #FFFAE9;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	display: block;
}

#menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #996666;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	display: block;
}

.bodytext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	left: auto;
	color: #000000;
	padding: 20px;
}
.pageheading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #9DABCE;
	text-decoration: none;
	padding: 5px;
	padding-left: 10px;
}
.toppage {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #454545;
	font-style: normal;
	line-height: 32px;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	padding-right: 40px;
	padding-left: 60px;
}
.centered {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	left: auto;
	color: #000000;
}

.bodytextgray {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	left: auto;
	color: #777777;
}

