a:link { 
	color: blue;
	text-decoration: none;
}
a:visited { 
	color: blue;
	text-decoration: none;
}
a:hover { 
	color: black;
	text-decoration: none;
}
a:active { 
	color: #555555;
	text-decoration: none;
}

a.biglink:link { 
	font-size: 12pt;
	color: blue;
	text-decoration: underline;
}
a.biglink:visited { 
	font-size: 12pt;
	color: blue;
	font-style: italic;
	text-decoration: underline;
}
a.biglink:hover { 
	font-size: 12pt;
	color: black;
	text-decoration: underline;
}
a.biglink:active { 
	font-size: 12pt;
	color: #555555;
	text-decoration: none;
}

div#head {
}

div#all {
	width: 80%;
	min-width: 931px;
	margin: 0 auto;
	font-family: sans-serif;
}

span#copyright {
	font-style: italic;
}

div#sidebar {
	width: 200px;
	background-color: white;
	float: left;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #5c81ff;
}


div#almostall {
	border: 1px solid #5090C0;
	border-width: 1px 1px 0 1px;
}

div#content {
	margin-left: 225px;
	font-size: 9pt;
	min-height: 340px;
}

div#toolbar {
	font-size: 9pt;
	background-color: #A8BCFF;
	padding: 2px;
	margin-left: 201px;
}

span#settings {
	float: right;
}

div#foot {
	text-align: center;
	padding: 0.2em;
	font-size: 9pt;
	background-color: #A8BCFF;
}

div#lowlinks {
	float: right;
}

div.stitle {
	background-color: #5c81ff;
	padding: 2px;
	font-size: 10pt;
}

div.ssection {
	padding: 5px;
}
a { font-size: 9pt; }

span#searchfiles {
	font-style: italic;
}

input.input, input.submit, textarea.text {
	border: 1px solid #1D3791;
}

input.submit, textarea.text {
	background-color: #DDE4FF;
}

.msg { color: #5EB75E; }

.newstitle {
	float: left;
	position: relative;
	right: .1em;
	bottom: 1em;
	background-color: white;
	padding: 1px;
}

#news {
	background-color: #DDE4FF;
	padding: 3px;
	width: 95%;
	border: 1px solid #888888;
	text-align: left;
}

#newshead {
	background-color: #DDE4FF;
	padding: 3px;
	width: 80%;
	border: 1px solid #888888;
	text-align: center;
}
