body {
	background-color: #ffffcc;
}

#basic {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: white;
	color: black;
	text-align: center;
	font-size: 84%;
}
#header {
	padding-top: 5px;
	height: 135px;
	width: 710px;
	background-color: white;
	border-color: #cc6633;
	border-width: 1px;
	border-style: solid;
	top: 30px;
	left: 80px;
	position: relative;
}

#content {
	min-height: 400px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding-top: 5px;
	width: 700px;
	background-color: white;
	border-color: #cc6633;
	border-width: 1px;
	border-style: solid;
	top: 50px;
	left: 80px;
	position: relative;
}

#navigation {
	height: 29px;
	text-align: center;
	background-color: #cc6633;
	position: static;
}

#right_logo {
	position: fixed;
}

strong {
	color: red;
	font-style: larger;
}

p.important {
	font-size: 11pt;
	font-weight: bold;
}

.nav_table {
	font-weight: bold;
	font-size: large;
	width: 100px;
	font-family: arial, helvetica, sans-serif;
	color: #663300;
}

img.uod {
	border: 0px;
	padding-top: 5px;
	padding-left: 5px;
	float: left;
}

img.link {
        border: 0px;
}

h2 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a.help {
	font-size: 65%;
	text-decoration: underline;
}
a.nav {
	color: #663300;
}

a.nav_current {
	color: #ffffcc;
}

.newbox {
	border-color: #cc9966;
	border-style: dashed;
	border-width: 1px;
	margin: 10px;
	padding: 10px;
	background-color: #ffff99;
	position: static;
}

ul {
	list-style-type: none;
}

.bullet {
	list-style-type: disc;
}

.adv_table {
        text-align: right;
        font-style: italic;
}

.refJournal {
	font-style: italic;
}

.refYear {
	font-weight: bold;
}

