html, body, div, span, h1, h2, h3, h4, h5, h6 {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;}
body 
{ background-color:#ACDDEE; color : #000080; font-style : normal; line-height:1.125em; font-variant : normal; font-weight : normal; 	font-family : verdana, hevetica, sans-serif;text-align: center;margin-top: 20px; margin-left:10%; margin-right:10%; padding:0;	}

body img {	border: 0px;	text-decoration: none;}
.imglft {	float: left;	}
.imgrgt {	float: right;	padding: 5px;}

h1, h2, h3 {	padding: 2px 0px 2px 3px;	background-color: inherit;	text-align: center;	}
h1 {	font-size: 200%; text-transform: uppercase; font-weight: bold; color: red; }
h2 {	font-size: 150%; color: red; font-style : italic; }
h3 {	font-size: 100%;}

blockquote {font-family: "Monotype Corsiva", "Apple Chancery", "comic sans MS", verdana, hevetica, sans-serif;font-size: 120%;}

a, a:link { 	font-weight: bold; 	color: #5C7B37; 	background: transparent;	text-decoration: underline;}
a:visited {	color: #000;	text-decoration: none;	font-weight: bold;}
a:hover {	font-weight: bold;	text-decoration : underline;	background: #9EBA9B;	color: #000000;}
hr {	background-color: red;	border: 0px;	color: red;	height: 1px; width:80%;}
.ctr {	text-align: center;}
.box {	border: #2C5629 1px solid;	margin: 0px 5px 3px 5px;	padding: 0px 3px 15px 3px;	background: #FFFFFF;	color: #000000;	}
.sidebox {	border: #2C5629 1px solid;	margin: 0px 5px 3px 5px;	padding: 0px 3px 15px 3px;	background: #FFFFFF;	color: #000000; font-size: small;	}
.sideboxheading {	background: navy;	color: #FFFFFF;	font-weight: bold;	text-align: center;	margin-top: 3px;	padding: 2px;}
.sponsor {text-transform: uppercase; font-weight: bold;}

#pscroller1{width: 170px;height: 80px;padding: 5px;}
#container {	margin: 10px auto 10px auto;	min-width: 740px; 	border: 1px solid #272F00;	padding: 5px;	background-color: #ffffff;	text-align: left; }
#container #header {	height: 225px;	padding: 0px 15px 0px 0px;	background-repeat: no-repeat;	background-position: left center;	font-weight: bold;	background-image: url('../images/blue-variegated.jpg');background-repeat: repeat; }
#container #navbar {	border-top: 1px red;	border-bottom: 1px red;	background-color: navy;	overflow: hidden;	margin: 0;	padding: 0;	border: 0;	color: #FFFFFF;}
#container #navbar ul {	list-style-type: none;	width: 100%;	margin: 0;	padding: 0;}
#container #navbar li {	float: left;}
#container #navbar a {	font-weight: bold;	text-decoration: none;	color: #FFFFFF;	display: block;	padding: 5px;	border: 1px solid #FFFFFF;}
#container #navbar a:hover {	font-weight: bold;	text-decoration: none;	color: #000000;	border: 1px solid #b9d;	background-color: #D5F0F7;}
#container .center #right {	background-color: #D5F0F7;	float: right;	border-left: solid 1px #666;	width: 200px;	padding: 10px;	font-size: .85em;	color: #000;			border-right: solid 1px #333E13;	border-left: solid 1px #333E13;	border-bottom: solid 1px #333E13;}
#container .center #right .sidebox a:link {	background: #FFFFFF;	color: #1534B3;	font-weight: bold;	text-decoration: none;}
#container .center #right .sidebox a:visited {	background: #FFFFFF;	color: #1534B3;	font-weight: bold;	text-decoration: none;}
#container .center #right .sidebox a:hover {	background: #FFFFFF;	color: #C60029;	font-weight: bold;	text-decoration: underline;}
#container .center #right .sidebox a:active {	background: #FFFFFF;	color: #1534B3;	font-weight: bold;	text-decoration: none;}
#container .center .center {	padding: 10px 10px 10px 10px;	margin: 0 220px 0 0;}
#container .center .center ul li {	list-style-type: circle;	margin: 2px;	padding: 2px;}
#container #header p {	padding: 20px 0px 0px 0px;	margin: 0px;	text-align: right;	font-size: .85em;}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. 
If floated elements are used without being cleared the elements following will wrap around the floated element. 
This class should be applied to an element after the last floated element and before the close of the container with floated elements. */

#container .center .clearFloat {	display: block;	clear: right;}
#container #footer {	height: 125px;padding: 5px;	border-top: 1px solid red;	background-color: #ffffff;	text-align: center;	font-size: small;}
#container #footer p {	margin-top: 0px;	margin-bottom: 0px;}