/* Screen layout: */

body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background: #f4f4f4 url(images/bg_uww_style.gif) top center repeat-y;
	background-color: #D4DDDA;
	margin-top: 10px;
}

#container {
	color: #303030;
	margin: 0 auto;
	width: 780px;
	border: 2px solid;
	border-color: #D4DDDA;
	background-color: #ffffff;
	background-image: url(images/leftnav_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#header {
	clear: both;
	margin: 0px 0 0 0;
	padding: 0px;
	height: 100px;
}

#header h1 {
	margin: 0 0 0px 0;
	float: left;
	padding: 0px;
}

.logo {
	float: left;
}

#header p {
	width: 350px;
	float: right;
	text-align: right;
	color: #718A9B;
	margin: 0 0 1px 0;
	font-size: 1.6em;
	line-height: 1.2em;
	vertical-align: middle;
	margin-top: 30px;
}
#banner {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 250px;
}
#skip {
	display: none;
}
#threecolumns {
	margin: 0px;
	padding: 0px;
}
#righttwocolumns {

}
#main {
}
#bread {
	font-weight: bold;
	color: #89A5B0;
	margin-left: 160px;
	text-decoration: none;
	padding: 3px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#menu {
	clear: left;
	float: left;
	width: 150px;
	margin: 1px 0 1px 0;
	padding: 0;
	font-size: 0.9em;
}

#menu ul {
	list-style: none;
	width: 149px;
	margin: 0 0 2px 0;
	padding: 0;
}	

#menu li {
	margin-bottom: 2px;
	border-bottom: 1px solid;
	border-bottom-color: #D8E0DD;
}

#menu li dd {
	margin-bottom: 2px;
	margin-left: 10px; 
}

#menu li a {
	font-weight: bolder;
	height: 30px;
	color: #FFFFFF;
	display: block;
	padding: 2px 0 0 3px;
	/* background-color: #89A5B0; */
	background-color:#668694;
	/*	border-left-color: #89A5B3;
	border-left: 4px solid;*/
	text-align: left;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}	
	
#menu li a:hover {
	color: #FFFFFF;
	background-color: #A9BCC7;
	/*	border-left-color: #607f91;	
	border-left: 4px solid;*/
	background-image: url(images/buttonover.JPG);
	text-decoration: none;
}

#menu h2 {
	margin:3px 0px 0px 0px;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	font-size:11px;
	height: 20px;
	border-bottom: 1px solid;
	border-bottom-color: #4B6574;
			}

.news {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #FFFFFF;
	background-color: #607f91;
	line-height: 1.3em;
}

.news ul {
	color: #FFFFFF;
	list-style: disc;
}

#rightbar  {
	float: right;
	width: 160px;
	margin: 10px 0 1px 0;
	padding: 0;
	font-size: 1.4em;
	font-weight:bold;
	line-height: 1em;
}
#rightbar  li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 0px;
	border-bottom: 1px;
	border-bottom-color: #D8E0DD;
	display: block;
	text-align: left;
	/* background-color: #FFFFFF; */
	padding: 6px 4px 6px 4px;
	text-decoration: none;
	color: #5d7f91;
	border-bottom-style: dotted;
}
#rightbar ul {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}
#rightbar  li {
	margin: 1px 0px 1px 0px;
	border-bottom: 1px solid;
	border-bottom-color: #D8E0DD;
	list-style: none;
	text-align: left;
}
#rightbar  li a:hover {
	color: #3A2D47;
	background-color: #FFFFFF;
}

#content {
	margin: 10px 165px 20px 160px;
	border-left: 1px solid;
	border-right: 1px solid;
	padding: 0 5px 0 5px;
	line-height: 1.6em;
	text-align: left;
	border-left-color: #EBEFF1;
	border-right-color: #EBEFF1;
}
#content p {
	margin: 3px 0px 0px 5px;
}

#content li {
	list-style-position: outside;
	list-style-image: url(images/redArrow.gif);
}



#content h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0; color: #474D54;
}

#content img {
	padding: 1px;
	display:inline;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
	text-decoration: none;
	color: #570086;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 4px solid;
	width: 780px;
	text-align: center;
	color: #607F91;
	font-size: 0.9em;
	border-top-color: #A6BBC4;
	background-color: #FFFFFF;
}

#footer a {
color: #607F91;
text-decoration:underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}
.links {
	float: right;
	width:197px;
	margin-top: 10px;
}

#header ul {
	margin: 1em 0em 0 0 !important;
	margin: 3.5em 0.5em 0 0;
	padding: 0px;
	float: right;
	width: 100%;
	text-align: right;
}

#header ul li {
	list-style-image: url(images/redArrow.gif);
}

#header ul li a {
	padding: 0 .7em;
	letter-spacing: 0.1em;
	line-height: 1.5em !important;
	line-height: 1em;
	color: #5d7f91;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

#header ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#header ul li a:hover {
	color: #3A2D47;
}

#quote {
	padding: 10 px;
	background-color: #E0E8EB;
}

.course {
	margin-left: 15px;
}

#form {
	width: 440px;
}
.small_font {
	font-size: 12px;
}

.hidden
{
	display: none;
}
#menu form
{
	padding: 3px 0px 0px 3px;
}
