/* CSS Document */

body {
	background-color: #003366;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}

a:link {
	color: #3333CC;
	}
a:visited {
	color: #CC6633;
	}
a {
	color: #3333CC;
	}

link {
	color: #3333CC;
	text-decoration: none;
	}

h1,h3 {
	font-family: Arial;
	font-style: bold; 
	color: #CC6633;
	}
.sidetext {
	font-size: 12px;
	}
.orange {
	font-size: 14px;
	font-weight: bold;
	color: #CC6633;
	}

#container {
	width: 85%;
	border: 1px solid gray;
	margin: 0px auto 0px 0px;
	padding: 10px;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
	}

#banner {
	margin-bottom: 5px;
	background-color: #FFFFFF;
	background-image:  url(/banners/newlogo2.gif);
	background-repeat: no-repeat;
	height: 100px;
	padding: 5px;
	}
#banner h1 {
	clear: right;
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC6633;
	text-align: right;
	margin-left: 100px;
	font-size: 30px;
}

#content {
	padding: 5px 5px 5px 25px;
	margin-left: 215px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	}
	
#contentfull {
	padding: 5px 5px 5px 25px;
	margin-left: 15px;
	}
	

#sidebar-a {
	float: left;
	width: 200px;
	\width: 210px;
	w\idth: 200px;
	border-right-color: #008;
	font-size: 12px;
	text-align: right;
	padding: 5px;
	margin: 0;
	margin-right: 5px;
	padding: 5px;
	}

#footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color: rgb(213, 219, 225);
	}
.navcontainer { margin-top: 4px; 
	margin-bottom: 4px;
	}	
.navlist {
	margin: 0;
	padding: 0 0 20px 60px;
	border-bottom: 1px solid #000;
	}

.navlist ul, .navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

.navlist a:link, .navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #999;
	}

.navlist a:link#current, .navlist a:visited#current, .navlist a:hover {
	border-bottom: 4px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
	}

.navlist a:hover { color: #000; }
li {
	margin-bottom: 8px;
}
.footer {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	margin: 0px;
	background-color: rgb(213,219,225);
	vertical-align: bottom;


}
.title {
	font-size: medium;
	color: #FF9933;
	font-variant: normal;

}
.info {
	font-size: x-small;
}
.cquote {
	text-align: center;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
.lalist {
	text-align: left;
	list-style-type: disc;
	font-size: medium;

}

