* {
	margin: 0 auto;
	padding: 0;
}

/* -------------------------------------------------- */
/* Basic page styles */

body {
	background-color: #F0F0E1;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

a:link, a:visited {
	color: #cc0033;
	font-weight: normal;
	text-decoration: none;
}

.nav a:link, .nav a:visited {
	font-weight: bold;
	color: #0186b0;
}

a:hover {
	color: #79c5dd;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, fieldset legend {
	color: #0186b0;
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
	padding: 0px 0px 10px 0px;
}

h2 {
	font-size: 1.4em;
	padding: 9px 0px 9px 0px;
}

h3 {
	font-size: 1.3em;
	padding: 8px 0px 8px 0px;
}

h4 {
	font-size: 1.2em;
	padding: 7px 0px 7px 0px;
}

h5 {
	font-size: 1.1em;
	padding: 6px 0px 6px 0px;
}

h6, fieldset legend {
	font-size: 1em;
	padding: 5px 0px 5px 0px;
}

hr {
	border: none;
	border-top: 1px dashed #999999;
	height: 1px;
	margin: 5px 0px 5px 0px;
}

p {
	padding: 5px 0px 5px 0px;
}

ul {
	list-style-type: square;
	padding: 5px 0px 5px 20px;
}

ol {
	padding: 5px 0px 5px 25px;
}

li {
	padding: 2px;
}

td {
	padding: 5px;
}

.hide {
	display: none;
}

/* -------------------------------------------------- */
/* Styles for the layout of the page */

.header {
	background-color: #79c5dd;
	background-image: url(banner-narrow.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 46px;
}

.header-home {
	background-color: #79c5dd;
	background-image: url(banner-home.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 89px;
}

/* -------------------------------------------------- */
/* Styles for the navigation-less template */

.content-wrap {
	background-image: url(bg-content.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.content {
	overflow: hidden;
	padding-bottom: 3px;
	text-align: left;
	width: 740px;
}

/* -------------------------------------------------- */
/* Styles for templates that include navigation */

.wrap {
	background-image: url(bg-nav-content.gif);
	background-position: center;
	background-repeat: repeat-y;
	padding-bottom: 3px;
	text-align: center;
}

.wrapFeatures {
	background-image: url(bg-nav-content-sidebar.gif);
	background-position: center;
	background-repeat: repeat-y;
	padding-bottom: 3px;
	text-align: center;
}
.content_top{
	width: 100%;
}
.content_bottom{
	width: 100%;
	clear: both;
	margin-bottom: 1em;
	/* padding-top: .5em; */
}
.content_left{
	width: 49%;
	float: left;
/*	margin-bottom: 1em;*/
}
.content_right{
	width: 49%;
	float: right;
/*	margin-bottom: 1em;*/
}
.content .nav {
	float: left;
	overflow: hidden;
	padding-top: 10px;
	text-align: left;
	width: 150px;
}

.content .nav .depIndex {
	font-size: 0.8em;
}

.content .nav .searchForm {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 150px;
}

#searchfield, #searchgo {
	border: 1px solid #999999;
	font-size: 1em;
}

#searchfield {
	padding: 2px;
}

#searchgo {
	padding: 0px 2px 1px 2px;
}

.content .nav ul {
	color: #999999;
	list-style-type: none;
	margin: 10px 0px 10px 5px;
	padding: 0px;
}

.content .nav ul li {
	background: url(bulletbkgnd.gif) no-repeat 0px 0.5em;
	padding: 0px 0px 5px 10px;
}

.content .nav ul li ul {
	font-size: 0.9em;
	list-style-type: none;
	margin: 0px 0px 5px 0px;
}

.content .nav ul li ul li {
	background: none;
}

.content .featured {
	float: left;
	margin-left: 10px;
	overflow: hidden;
	padding-top: 10px;
	width: 570px;
}

.content .featured .textArea {
	float: left;
	overflow: hidden;
	text-align: left;
	width: 430px;
}

.content .featured .linksArea {
	float: left;
	font-size: 0.9em;
	margin: 10px 0px 0px 15px;
	overflow: hidden;
	text-align: left;
	width: 125px;
}

.pageUpdated {
	color: #666666;
	font-size: 0.8em;
	margin-top: 10px;
	text-align: right;
}

.end {
	clear: both;
}

/* -------------------------------------------------- */
/* Footer styles */

.footer-wrap {
	background-image: url(bottom_lines.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.footer {
	font-size: 0.8em;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 740px;
}

.footer a:link, .footer a:visited {
	font-weight: bold;
	color: #0186b0;
}

.copyright {
	background-image: url(wwulogo.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #999999;
	font-size: 0.8em;
	height: 32px;
	text-align: left;
	width: 752px;
}
.quote {
	color:#666666;
}
.photo {
	float: right;
	padding: 10px;
	text-align: right;
	font-size: .9em;
	color:#666666;
}
.photoleft  {
	float: left;
	padding: 10px;
	text-align: left;
	font-size: .9em;
	color:#666666;
}
.code{ /*this is for writing examples of html code on the page */
	font:Century Gothic;
/*	font-weight: bold;
*/	color:#C60;
	font-size: x-small;
}