
body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: small;
	color: #000;
	background-color: #fff;
}

a:link {
	color: #039;
}

a:visited {
	color: #639;
}

a:hover, a:active {
	color: #693;
	text-decoration: underline overline;
}

#container {
	margin: 0;
	background-color: #fff;
}

/* CSS for new header */
#header {
	height: 275px;
	padding: 0;
	margin: 0;
	color: #fff;
	background: #036;
}

/* This is the big WSAG title on homepage */
#himage {
	margin-bottom: 15px;
	margin-top: 8px;
	margin-left: 4px;
	margin-right: 4px;
	width:100%;
	min-width:1000px;
	background: #003366;
	font-family: verdana, san-serif;
/*	font-family: trebuchet, serif; */
	font-size: 7pt;
}


/* This is the quick-links section at the top right of each page */
#quickaccess {
/*	float: right;	*/
	margin: 2px 25px 0 0;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-family: verdana, sans-serif;
	font-size: 7pt;
	width: 275px;
}

#quickaccess p {
	color: #fff;
	margin: 10px 5px 20px 5px;
}

#quickaccess a {
	color: #fff;
}

#quicksearch form {
	float: right;
	margin-bottom: 5px;
}

/* This is the green navigation bar section */
ul#navlist {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	font-size: 80%;
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: #693;
}

/*ul#navlist li {
	display: inline;
}

ul#navlist li a {
	float: left;
	width: 12%;
	color: #fff;
	background-color: #693;
	padding: 5px;
	text-decoration: none;
	border-right: 2px solid #fff;
}

ul#navlist li a:hover {
	background-color: #036;
	color: #fff;
} */

/* This represents the left-sided section used on multiple pages */
#sidebarleft {
	margin-left: 20px;
        margin-bottom: 5px;
	float: left;
	width: 180px;
	padding: 5px 0 10px 5px;
	font-weight: bold;
	/*font-family: verdana, serif;*/
	font-family: verdana, sans-serif;
}

/* To eliminate borders around the images in the left sidebar */
#sidebarleft img {
	border: 0;
}

#sidebarleft p {
	font-weight: bold;
	font-size: 11pt;
	margin-top: 5px;
        margin-left: 0px;
        margin-right: 0px;
}

#sidebarleft h4 {
	font-size: 20%;
}

#sidebarleft a:link {
	text-decoration: none;
}

#sidebarleft a:visited {
        text-decoration: none;
}

#sidebarrighthome {
	float: right;
	width: 30%;
	margin-right: 2%;
	padding: 50px 10px 0 50px;
	font-size: 90%;
	font-family: verdana, san-serif;
	list-style-type: none;
}

#sidebarrighthome p {
	font-family: verdana, san-serif;
        text-align: left;
}

/* To eliminate borders around images in right sidebar */
#sidebarrighthome img {
	border: 0;
}

/* Content section for pages without a left sidebar */
#content {
	padding: 5px 30px 0 10px;
	margin-left: 225px;
	font-family: verdana, sans-serif;
	font-size: 85%;
	margin-right: 50px;
	margin-top: 15px;
}

#content h2 {
        width: 640px;
	font-size: 150%;
}

#content p {
	width: 640px;
}

/* Content section for pages without a left sidebar */
#content2 {
	padding: 5px 30px 0 10px;
	margin-left: 225px;
	font-family: verdana, sans-serif;
	font-size: 85%;
	margin-right: 50px;
	margin-top: 15px;
}

#content2 h2 {
	font-size: 150%;
}

/* Information for the footer */
#footer {
	clear: both;
	background-color: #693;
	color: #fff;
	/*padding: .2em;*/
        padding: 5px;
	/*text-align: center;*/
	text-align: left;
	margin-top: 3em;
	margin-bottom: 2em;
        font-family: verdana, sans-serif;
        font-size: 120%;

       /* float: right;
        margin: 2px 25px 0 0;
        padding: 5px;
        text-align: right;
        color: #fff;
        font-family: verdana, sans-serif;
        font-size: 70%;
        width: 275px; */
}

#footer a {
	font-size: 70%;
}

#content2 h2 {
	font-size: 150%;
}

/* Information for the footer */
#footer {
	clear: both;
	background-color: #693;
	color: #fff;
	/*padding: .2em;*/
        padding: 5px;
	/*text-align: center;*/
	text-align: left;
	margin-top: 3em;
	margin-bottom: 2em;
        font-family: verdana, sans-serif;
        font-size: 120%;

       /* float: right;
        margin: 2px 25px 0 0;
        padding: 5px;
        text-align: right;
        color: #fff;
        font-family: verdana, sans-serif;
        font-size: 70%;
        width: 275px; */
}

#footer a {
	font-size: 70%;
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: #fff;
}

/* Section under the footer on homepage */
#copyright {
	font-size: 70%;
	text-align: center;
}



