body {
	font-family: Georgia, serif;
	font-size: 0.9em;
	color:#333;
	background:#fff url(../img/uparrow-bg.jpg) no-repeat -140px 50px;
	padding: 0;
	margin: 0;
}
p  { padding: 0.3em 0.4em 0.4em 5px; margin: 0; }
h1 {
	padding: 1em 0.3em 0 0;
	margin: auto;
	font-size: 3em;
	line-height: 0.8em;
	font-weight:normal;
	color:#fff; 
	display:block;
	width: 900px; 
}

h2 { padding: 0.5em 0.3em 0.4em 0; margin: 0; font-size: 2em; font-weight: normal; color:#333; letter-spacing: 0; line-height: 1.2em; 
}
h3 { padding: 0.5em 0.3em 0.2em 0; margin: 0; font-size: 1.1em; font-weight: normal; color:#333; 
}
h4 { padding: 0.5em 0.3em 0.2em 4px; margin: 0; font-size: 1em; font-weight: bold; color:#333; }
h5 { padding: 0.5em 0.3em 0.2em 4px; margin: 0; font-size: 0.9em; font-weight: bold; color:#333; }
h6 { padding: 0.5em 0.3em 0.2em 4px; margin: 0; font-size: 0.8em; font-weight: bold; color:#333; }

sup {
	font-size: 0.7em;
}

.alertsuccess {
	margin: 1em;
	padding: 10px 10px 10px 48px;
	border: 1px solid #009933;
	background-color:#FFFFCC;
	color:#009933;
	background-image: url(../img/alertsuccess.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.alertfail {
	margin: 1em;
	padding: 10px 10px 10px 48px;
	border: 1px solid #CC3300;
	background-color:#FFFFCC;
	color:#CC3300;
	background-image: url(../img/alertfail.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

form {
	padding: 0.2em 0 0.6em 0;
	margin-top: 0;
	margin-bottom: 0;
	
}

.navul { 
	text-align: left; 
	list-style: none; 
	margin: 0 0 0 0; 
	padding: 0; 
	font-size: 1.1em;
}
.navli {
	margin: 0 0 0.6em 0;
	line-height: 1.1em;
	color: #0492cd;
}

.navul a:link {
	color: #0492cd;
	text-decoration: none;
}

.navul a:visited {
	color: #0492cd;
	text-decoration: none;
}

.navul a:hover {
	color:#0492cd;
	text-decoration: underline;
}

.navulheader {
	font-weight: bold;
    margin: 15px 0 5px 0;
    padding: 0;
	color: #666;
}

.bulleted {
    margin: 0 0 0.6em 20px;
    list-style-type: circle;
	color: #666;
}

select {
	margin-top: 0.5em;
	font-size: 0.9em;
}

.highlight {
	color:#CC3300;
}

.success {
	color:#009933;
}

.bookmarksuccess {
	padding: 0.5em 0.5em 0.8em 0.5em;
	border: 1px solid #009933;
	background-color:#CCFF99;
}

.fail {
	color:#CC3300;
}

.bookmarkfail {
	padding: 0.5em 0.5em 0.8em 0.5em;
	border: 1px solid #CC3300;
	background-color:#FFCCCC;
}

.warning {
	color: #CC3300;
}

.sidenav {
	padding-bottom: 0.6em;
	color:#666;
}

a.navul:link {
	color: #0492cd;
	text-decoration: none;
}

a.navul:visited {
	color: #0492cd;
	text-decoration: none;
}

a.navul:hover {
	color:#0492cd;
	text-decoration: underline;
}

.whitetext {
	color: #FFFFFF;
	font-size: 0.8em;

}

a.whitetext:link {
	color: #FFFFFF;
	text-decoration : none;
}

a.whitetext:visited {
	color:#FFFFFF;
	text-decoration : none;
}

a.whitetext:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



a {
	text-decoration: none;
}

a:link {
	color:#0492cd;
	text-decoration: underline;
}

a:visited {
	color: #0492cd;
	text-decoration: underline;
}

a:active {
	color:#FF6600;
}

a:hover {
	color:#1785b3;
	text-decoration: none;
}

.text7em {
	font-size: 0.7em;
}

.text8em {
	font-size: 0.8em;
}

.text9em {
	font-size: 0.9em;
}
.smalldate {
	font-size: 0.8em;
	color:#666;
	line-height: 1.8em;
}

.text9emLight {
	font-size: 0.85em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.smalltext {
	font-size:small;
}

.xsmalltext {
	font-size:x-small;
}

.xxsmalltext {
	font-size:xx-small;
}

blockquote { margin-left: 1em; }

.keybox {
	height: 70px;
	width: 450px;
}
.msgbox {
	height: 150px;
	width: 450px;
}
.txtbox {
	width: 450px;
}
.commentbox {
	width: 350px;
}
.bookmarkbutton {
	font-size: 0.9em;
	margin-top: 7px;
}

.imageblock {
	padding: 6px 4px 8px 4px;
	margin: 14px 20px 5px 18px;
	float:left;
	display:inline;
	width: 250px;
	border: 1px solid #bbb;
	text-align: center;
	background-color: #eee;
}

.imageblock img {
	margin-bottom: 9px;
	border: 1px solid #888;
}