@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);

body {
	background: url(/images/bg.gif) top left repeat-x;
	background-color: #273068;
	color: white;
	font-family: 'Open Sans', sans-serif;
}

a img {
	border: none;
}

a#newsletter-button {
	display: block;
	color: white;
	width: 150px;
	background-color: rgb(51, 51, 153);
	text-align: center;
	padding: 3px;
	border: 1px solid rgb(39, 48, 104);
	margin: 10px auto;
}

a#newsletter-button:hover {
	color: #fc0;
	background-color: rgb(59, 89, 152);
	text-decoration: none;
}

a:link, a:visited {
color:#069;
text-decoration:none;
font-weight:bold;
}

a:hover {
color:#069;
text-decoration:underline;
font-weight:bold;
}

div#page {
	width: 960px;
	margin: auto;
}

div#banner {
	background: url(/images/templates/banner-background.gif) top left repeat-x;
	width: 960px;
}

div#menu-main {
	display: table;
	font: 0.9em verdana, arial, helvetica, sans-serif;
	width: 100%;
}

div#menu-main dl {
	background: url(/images/nav-background.gif) top left no-repeat;
	color: #fff;
	display: table-row;
}

div#menu-main dt {
	display: table-cell;
	text-align: center;
	white-space: nowrap;
}

div#menu-main dt a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0.5em 0.7em;
}

div#menu-main dt.current span {
	background-color: #bd5e05;
	color: #fd0;
	border-top: 1px solid #fe0000;
	display: block;
	font-weight: bold;
	padding: 0.5em 0.7em;
}

div#menu-main dt a:hover {
	color: #fc0;
}

div#menu-about, div#menu-publications, div#menu-services {
	background-color: #fc0;
	display: table;
	font: 0.9em verdana, arial, helvetica, sans-serif;
	width: 100%;
}

div#menu-about dl, div#menu-publications dl, div#menu-services dl {
	display: table-row;
}

div#menu-about dt, div#menu-publications dt, div#menu-services dt {
	display: table-cell;
	text-align: center;
	white-space: nowrap;
}

div#menu-about dt a, div#menu-publications dt a, div#menu-services dt a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0.3em 1.1em;
}

div#menu-about dt.current span, div#menu-publications dt.current span, div#menu-services dt.current span {
	background-color: #bd5e05;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 0.3em 0.7em;
}

div#menu-about dt a:hover, div#menu-publications dt a:hover, div#menu-services dt a:hover {
	color: #BF0507;
}

div#content {
	background-color: #fff;
	color: #000;
	min-height: 1px;
	padding: 10px;
}

div#rightcolumn {
	margin-left: 245px;
}

div#leftcolumn {
	float: left;
	margin-right: 20px;
	width: 225px;
}

div#connectwithushead {
	background: url(/images/cwu.png);
	height: 25px;
	margin: 0em;
	padding: 0px;
	width: 225px;
}

div#connectwithus {
	background-color: #eff1f6;
	border-bottom: 1px solid #0A1036;
	border-left: 1px solid #0A1036;
	border-right: 1px solid #0A1036;
	font-size: 0.8em;
	padding: 8px;
}

div#didyouknowhead {
	background: url(/images/dyk.gif);
	height: 25px;
	margin: 0em;
	padding: 0px;
	width: 225px;
}

div#didyouknow {
	background-color: #eff1f6;
	border-bottom: 1px solid #0A1036;
	border-left: 1px solid #0A1036;
	border-right: 1px solid #0A1036;
	font-size: 0.8em;
	padding: 8px;
}

div#drjoansayshead {
	background: url(/images/djs.gif);
	height: 25px;
	margin: 1em 0em 0em;
	padding: 0px;
	width: 225px;
}

div#drjoansays {
	background-color: #FFF0F0;
	border-bottom: 1px solid #E20306;
	border-left: 1px solid #E20306;
	border-right: 1px solid #E20306;
	font-size: 0.8em;
	padding: 8px;
}

div#quoteofthemonthhead {
	background: url(/images/dd.gif);
	height: 25px;
	margin: 1em 0em 0em;
	padding: 0px;
	width: 225px;
}

div#quoteofthemonth {
	background-color: #F7F3DC;
	border-bottom: 1px solid #E6C50A;
	border-left: 1px solid #E6C50A;
	border-right: 1px solid #E6C50A;
	font-size: 0.8em;
	padding: 8px;
}

div#otherleftcolumn {
	margin: 1em 0em;
}

p#copyright {
	font-size: 0.8em;
	text-align: center;
}

p#webwork {
	font-size: 0.8em;
	text-align: center;
}

p#webwork a {
	color: #fff;
	font-weight: normal;
}
