/* Base Stylesheet */

/* GLOBAL ------------------------------------------------------------------- */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11pt;
	background-color: #114121;
	margin: 33;
	}
	
P, TABLE, TD, TH, TR ,OL, UL, LI, DIV {
	font-size: 1em;
	}

/* UO BAR ----------------------------------------------------------- */

#uobar {
	display: block;
	background-image: url("/pages/conery/_images/bg_topbar.png");
	background-repeat: repeat-x;
	width: 800px;
	height: 32px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	}
	
#uologobox {
	float: left;
	width: 216px;
	height: 32px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}
	
#uologo {
	float: left;
	display: block;
	width: 221px;
	height: 31px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#uolinks {
	float: right;
	text-align: right;
	width: 300px;
	margin: 0px 0px 5px 5px;
	padding: 9px 4px 4px 4px;
	color: #E9E6D6;
	}

/* LINK Styles -------------------------------------------------------------- */

a:link, a:visited {
	color: #000;
	text-decoration: none;
	}

a:hover {
/* 	color: #00E; */
	text-decoration: none;	
	}

a.uonav:link, a.uonav:visited {
	font-size: .9em;
	line-height: 1em;
	color: #FFFFFF;
	text-decoration: none;
	}
	
a.uonav:hover {
	font-size: .9em;
	line-height: 1em;
	color: #FFFFFF;
	text-decoration: underline;
	}
	
li>a:link, li>a:visited, p>a:link, p>a:visited {
	text-decoration: underline;
}

li>a:hover, p>a:hover {
	background-color: #DDD;
	text-decoration: none;
}	

/* Sections ---------------------------- */


#main {
	background-color: #FFF;
	position: relative;
	width: 96%;
	left: 2%;
	min-width: 850px;
	margin-top: 20px;
	min-height: 500px;
/*	border: thin dotted #00F; */
}

#menubar {
/* 	background-color: #DDD; */
	width: 50%;
	margin-left: auto;
	margin-right: auto;
/* 	border: thin dotted #00F; */
}

#menubar table {
	margin-left: auto;
	margin-right: auto;
}

#menubar td {
	background-color: #EEE;
	width: 20%;
	text-align: center;
	font-size: smaller;
	padding: 1em;
}

#menubar td a {
	display: block;
	width: 100%;
}

#menubar td:hover {
	background-color: #DDD;	
}

.content {
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
/* 	border: 1px dotted #00F;  */
}

.content h1 {
	margin-top: 1.5em;
	margin-bottom: 1em;
	font-size: x-large;
	color: #3272C7;
}

.content h2 {
	margin-top: 0em;
	margin-bottom: 1em;
	font-size: medium;
	color: #3272C7;
}

.content h3 {
	margin-top: 0em;
	margin-bottom: 0.3em;
	font-size: medium;
	font-style: italic;
	font-weight: normal;
}

.content h4 {
	margin-top: 1em;
	margin-bottom: 0.3em;
	font-size: 10.5pt;
	font-style: italic;
	font-weight: normal;
}

.content p {
	margin-top: 1em;
}

.pub {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: xx-large;
	font-style: italic;
	color: #009;
}

.subtitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: large;
	font-style: italic;
	margin-top: 20px;
	color: #009;
}

.header {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #009;
}

.subheader {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: large;
	font-style: italic;
	color: #009;
}

.fixed {
	font-family: "Courier New", "Courier", monospace;
}

.fileitem {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #009;
	vertical-align: middle;
}

.important {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #009;
}

.projname {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #009;
	width: 50px;
	vertical-align: top;
}

.projdesc {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	vertical-align: top;
}

/*
.projdesc.a:link, a:visited {
	color: #00F;
	text-decoration: underline;
	}

.projdesc.a:hover {
	color: #0CF;
	text-decoration: underline;	
	}
*/


.blue {
	color: #009;
}

.item {
	margin-top: 15px;
	margin-left: 10px;
}

.person {
	width: 8em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-right: 15px;
	vertical-align: top;
}
