body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #002D56;
	margin: 15px;
	padding: 15px;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

a:link {
	color: #00b2da;
	text-decoration: none;
}

a:visited {
	color: #00b2da;
	text-decoration: none;
}

a:hover {
	color: black;
}

a:active {
	text-decoration: none;
}


#canvas {
	width: 80%;
	overflow: auto;
	clear: both;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
    max-width: 800px;
	border: thick solid #A3B5D7;
	background-color: #FFFFFF;
}


#content {
	clear: both;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

#content h1 {
	font-weight: bold;
	font-size: 150%;
	color: #002D56;
	text-transform:uppercase;
}

#content h2 {
	font-weight: bold;
	font-size: 115%;
	text-decoration: underline;
	color: #002D56;
}


#content p {
	padding-bottom: 15px;
}


#mast {
	clear:both;
	padding: 0px;
}


#navContainer {
	margin: 20px 0;
	padding: 0;
}

ul#navlist {
	margin-left: 0;
	white-space: nowrap;
	background-color: #002d56;
}

#navlist li {
	display: inline;
	list-style-type: none;
	font: 12px Helvetica, Arial, Geneva, sans-serif;
}

#navlist a {
	padding: 5px 7px 3px;
}

#navlist a:link, #navlist a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#navlist a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #08B0D5;
}

#footer {
	clear: both;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
    max-width: 800px;
	line-height: 25px;
	text-decoration: none;
	text-align: left;
	color: #CCCCCC;
}


.clear {
	overflow: hidden;
	width: 100%;
	clear: both;
}
