:link {
	color: #333399;
	text-decoration: underline;
}

:link:active, :visited:active {
	color: #CC0000;
}

:link:hover, :visited:hover {
	background-color: #B8DEB1;
	text-decoration: none;
}

:visited {
	color: #660099;
	text-decoration: underline;
}

address {
	font-style: normal;
}

blockquote {
	background-color: #F8F8FF;
	margin: 0px;
	padding: 0px;
	/*
	background-color: #F0FFF0;
	font-size: smaller;
	margin: .5em;
	padding-left: .25em;
	padding-right: .25em;*/
}

blockquote + p {
	background-color: #F8F8FF;
	margin: 0px;
	margin-left: 1em;
	margin-bottom: 2em;
}

body {
	background-image: url(/gui/sidebarBack2.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0px;
	padding: 0px;
}

del {
	background-color: #FF0000;
	text-decoration: line-through;
}

div.content {
	clear: right;
	float: left;
	width: 75%;
}

div.header {
	background-image: url(/gui/topBack.gif);
}

div.header h1 {
	float: left;
}

div.header h1, div.header h2 {
	margin: 0px;
	padding: 0px;
}

div.header img {
	vertical-align: top;
}

div.nav {
	background-position: 0px 16px; /*background-image: url(/gui/navBack.gif);*/
	background-repeat: no-repeat;
	float: left;
	height: 301px;
	margin-right: .5em;
	width: 157px;
}

div.nav ul {
	font-size: 110%;
	font-weight: bold;
	line-height: 200%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-right: 1em;
	padding-top: 1em;
	text-align: right; /* 
	padding = moz
	margin = ie 
	*/
}

h1 {
	font-size: 225%;
}

h1, h2, h3, h4 {
	color: #333399;
	font-weight: bold;
	margin: 0px;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 115%;
}

hr {
	background-color: #333399;
	border: 0px none;
	color: #333399;
	width: 60%;
}

p.footer {
	clear: both;
	font-size: 75%;
	padding: 1em;
	text-align: center;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.fontLarger {
	font-size: larger;
}

.linkTop {
	font-size: smaller;
}

.linkTop strong {
	font-size: 2em;
}
