body {
	background-image: url(graphics/bg-canvas.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0;
	background-color: #004990;
	padding: 0px;
}
h1 {
	font-size: 24px;
	margin: 30px 20px 10px;
	color: #FFFFFF;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	margin: 20px 20px 5px;
	color: #F78F1E;
}

h3 {
	margin: 20px 20px 0px 20px;
	color: #EE7F06;
	font-weight: bold;
}
h4 {

	font-size: 1em;
	margin: 10px 20px 5px;
	font-weight: bold;
}

p {
	margin: 0px 20px 15px;
	line-height: 140%;
}

ul {
	list-style-type: square;
	line-height: 150%;
}
a:link {
	text-decoration: underline;
	color : #FFFFFF;
	list-style-type: none;
}
a:hover,a:visited {
	text-decoration: underline;
	color : #CCCCCC;
}
a:active {
color: #EB5812;
}
a:hover.blue {
color: #FFFFFF;
}
/* Start navigation scheme */
#navcontainer ul
{
	background-color: #EE7F06;
	color: White;
	float: left;
	width: 100%;
	font-size: 14px;
	margin: 0px;
	padding: 0;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #EE7F06;
	color: White;
	text-decoration: none;
	float: left;
	background-repeat: repeat-x;
}

#navcontainer ul li a:hover
{
	background-color: #FA962A;
	color: #fff;
}

/* End scheme */

/* Start navigation scheme
#navcontainer
{
	width: 870px;
	padding:  0;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #EE7F06;
	height: 36px;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navlist a { padding: 10px 11px; }

#navlist a:link, #navlist a:visited
{
	color: #fff;
	text-decoration: none;
	background-image: url(graphics/bg-nav.gif);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #EE7F06;
}

#navlist a:hover
{
	color: #fff;
	background-color: #EE7F06;
	text-decoration: none;
	background-image: url(graphics/bg-nav-on.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

/* End navigation scheme */
.blue {
	color: #CCCCCC;
	background-color: #004990;
}
.grey {
	background-color: #999999;
}
.blue .smalltxt a:hover {
	color: #FFFFFF;
}
.orange {
	background-color: #EB5812;
}
.white {
	background-color: #FFFFFF;
}

.lead {
	font-size: 18px;
	margin: 20px 20px 0px 20px;
	color: #FFFFFF;
	line-height: 120%;
	font-weight: lighter;
}
.smalltxt {
	font-size: 11px;
	line-height: 130%;
}
.lgrey {

	background-color: #CCCCCC;
}
.blue .smalltxt a:visited {

	color: #FFFFFF;
}
.dblue {
	color: #CCCCCC;
	background-color: #023e78;
}
