body {
	background: #FFFFFF;
	color: #000000;
	font-family: verdana, 'bitstream vera sans', arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
h1 {
	margin-top: 10px;
	padding-top: 0;
	font-weight: 800;
	font-size: 20px;
}
h2 {
	font-weight: 800;
	font-size: 18px;
}
h3 {
	font-weight: 800;
	font-size: 14px;
}
h4 {
	font-weight: 800;
	font-size: 12px;
}
h5 {
	font-weight: 400;
	font-size: 12px;
}
h6 {
	font-weight: 400;
	font-size: 11px;
}
a:link,
a:visited {
	background: transparent;
	color: #336699;
	text-decoration: none;
}
a:hover {
	background: transparent;
	color: #6699CC;
	text-decoration: underline;
}
#header {
	position: fixed;
	height: 89px;
	width: 100%;
	background: #EBEBEB;
	color: #000000;
}
#masthead {
	width: 100%;
	height: 63px;
	background: #000000;
	color: #FFFFFF;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#masthead .blue {
	position: absolute;
	background: #B2CCE5;
	color: #000000;
	height: 60px;
	width: 50%;
	left: 0;
	top: 0;
}
#masthead .grey {
	position: absolute;
	background: #EBEBEB;
	color: #000000;
	height: 60px;
	width: 50%;
	left: 50%;
	top: 0;
}
#masthead #logo {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 60px;
	white-space: nowrap;
}
#masthead #logo .left {
	position: relative;
	top: 0;
	left: 0;
	width: 250px;
	height: 60px;
	border: 0;
	margin: 0;
}
#masthead #logo .right {  
	position: relative;
	top: 0;
	left: 0;
	width: 550px;
	height: 60px;
	border: 0;
	margin: 0;
}
#navbar {
	width: 100%;
	height: 26px;
	border-bottom: 3px solid #000000;
	background: #6699CC;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
}
#navbar .links {
	width: 750px;
	height: 26px;
	margin: 0 auto 0 auto;
	text-align: center;
}
#navbar .links span {
	margin: 0 14px 0 14px;
}
#navbar .links a {
	font-size: 15px;
	font-weight: 800;
	line-height: 26px;
	color: #000000;
	text-decoration: none;
}
#navbar .links a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#navbar .links a img {
/*	float: left;
	border: 0;
	height: 20px;
	margin: 2px 0 0 0;
	padding: 0; */
	display: none;
}
#maintext {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	padding-top: 100px;
}
#maintext p {
	padding: 7px 0 13px 0;
	margin: 0;
}
#footer {
	width: 700px;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-left: -50px;
}
#footer #umlibraries {
	position: relative;
	width: 157px;
	height: 57px;
	top: 2px;
	left: 0;
	border: 0;
}
#footer .links {
	position: relative;
	width: 570px;
	top: 0;
	left: 180px;
	top: -45px;
	height: 30px;
	font-size: 10px;
}
#footer .links a:link,
#footer .links a:visited {
	background: transparent;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}
#footer .links a:hover {
	background: transparent;
	color: #6699CC;
	text-decoration: underline;
	font-size: 10px;
	text-transform: uppercase;
}
#footer .attribution {
	position: relative;
	width: 570px;
	top: 0;
	left: 180px;
	top: -55px;
	height: 30px;
	font-size: 10px;
	text-transform: uppercase;
	white-space: nowrap;
}
.clear {
	clear: both;
}
.small {
	font-size: 11px;
}
#register fieldset {
	border: 0;
	padding: 0;
	width: 400px;
	margin: 0 auto;
}			
#register fieldset label {
	float: left;
	margin: 3px 0 0 50px;
}
#register fieldset input,
#register fieldset select,
#register fieldset textarea {
	float: right;
	margin-bottom: 5px;
}
#register fieldset .field {
	width: 185px;
}
#register fieldset textarea {
	margin-bottom: 20px;
}
.noteicon {
	background: transparent;
	color: #336699;
	vertical-align: super;
	font-size: 8px;
	font-weight: bold;
}
ul.item {
	margin: 0;
	padding: 0;
}
ul.subitem,
ul.subsubitem {
	margin: 0 0 0 25px;
	padding: 0;
}	
.item li {
	list-style-type: none;
	font-weight: 800;
	margin: 15px 0 15px 0;
}
.subitem li {
	list-style-type: none;
	font-weight: 400;
	margin: 15px 0 15px 0;
}
.subsubitem li {
	list-style-type: none;
	font-weight: 400;
	font-size: 11px;
	margin: 15px 0 15px 0;
}
.byline {
	margin: 10px 0 10px 0 !important;
	padding: 0 !important;
	font-style: italic;
	text-align: justify;
}
.code {
	font-family: monospace;
	text-align: left;
}
div.code {
	margin: 10px 25px 10px 25px;
	padding-top: 5px;
	padding-bottom: 5px;	
	padding-right: 5px;
	border: 1px dashed #000000;
}
.indent {
	padding-left: 20px;
	line-height: 18px;
}
.label {
	font-family: verdana, 'bitstream vera sans', arial, helvetica, sans-serif;
	font-weight: 800;
}
.clear {
	clear: both;
}
