BODY {
	font-family: verdana, arial, sans-serif, serif;
	margin: 0px 0px 0px 0px;
	font-size: x-small;
}
#titlebar, #searchpanel, #leftcolumn, #rightcolumn, #centralcolumn, #affs, #footerbar, #breadcrumb {
	position: absolute;
}
#titlebar {
	width: 100%;
	background-color: #FFFFFF;
	color: #FFFFFF;
	top: 0px;
	left: 0px;
	height: 100px;
	background-image: url(../images/title-bg.gif);
	background-repeat: repeat-x;
}
#searchpanel {
	top: 55px;
	right: 10px;
	color: #FFFFFF;	
}
#affs {
	top: 5px;
	right: 5px;
	text-align: right;
	font-size: x-small;
	border-right: 1px solid #FF9900;
	padding-right: 4px;
}
#breadcrumb {
	top: 100px;
	font-size: x-small;
}
DIV.sidepanel {
	background-image: url(../images/panel-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	color: #FFFFFF;
	background-color: #FFFFFF;
	padding: 5px 3px 12px 3px;
	margin-bottom: 10px;
}
DIV.sidepanel DIV {
	margin-bottom: 3px;
}
DIV.sidepanel DIV.header {
	font-weight: bold;
	font-size: larger;
}
#leftcolumn DIV.sidepanel DIV.header {
	border-left: 1px solid #FF9900;
	margin-left: 2px;
	padding-left: 5px;
}
#rightcolumn DIV.sidepanel DIV.header {
	border-right: 1px solid #FF9900;
	margin-right: 2px;
	padding-right: 5px;
}
DIV.sidepanel IMG.icon {
	border: 0px;
	margin-right: 5px;
	vertical-align: bottom;
}
#affs DIV, #affs DIV A, #affs DIV A:visited, #affs DIV A:hover, #footerbar A, #footerbar A:visited, #footerbar A:hover, DIV.sidepanel A, DIV.sidepanel A:visited, DIV.sidepanel A:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#affs DIV A:hover, #footerbar A:hover, DIV.sidepanel A:hover {
	text-decoration: underline;
}
#leftcolumn, #rightcolumn {
	top: 110px;
}
#leftcolumn, #rightcolumn {
	width: 150px;
}
#leftcolumn {
	left: 5px;
	/*background-color: red;*/
}
#rightcolumn {
	right: 5px;
	/*background-color: red;*/
}
#rightcolumn DIV.sidepanel {
	text-align: right;
}
#centralcolumn, #breadcrumb {
	left: 175px;
	right: 175px;	
}
#centralcolumn {
	top: 125px;
	font-size: small;
	padding-bottom: 10px;
}
#footerbar {
	bottom: 0px;
	width: 160px;
	right: 0px;
	text-align: center;
	background-color: #000099;
	color: #FFFFFF;
	padding: 3px 0px 3px 0px;
	font-size: x-small;
}
LABEL {
	font-weight: bold;
}
INPUT, TEXTAREA {
	border-top: 1px solid #777777;
	border-left: 1px solid #777777;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	font-family: verdana, arial, sans-serif, serif;
/*	background-color: #FFFFFF;*/
}
INPUT:hover, TEXTAREA:hover {
	background-color: #FF9900;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;
}
INPUT:focus, TEXTAREA:focus {
	background-color: #FFCC33;
	border: 1px solid #000000;
}
SPAN.accesskey {
	text-decoration: underline;
}
H1, H2, H3, H4 {
	margin-top: 0px;
	color: #FF6600;
	margin-bottom: 5px;
}
H1 {
	font-size: 16pt;
	margin-bottom: 10px;
}
H2 {
	font-size: 14pt;
	border-bottom: 1px solid #FF6600;
}
H3 {
	font-size: 12pt;
}
H4 {
	font-size: 10pt;
}
A {
	color: #FF6600;
}
A:visited {
	color: #FF9900;
}
A:hover {
	color: #FF6600;
}
ACRONYM {
	cursor: help;
	border-bottom: 1px dashed #FF6600;
}
DIV.moreaffs DIV {
	text-align: right;
	margin-bottom: 1px;
}
DIV.moreaffs DIV IMG {
	border: 1px solid #FFFFFF;
}
DIV.moreaffs DIV IMG:hover, #CaptchaImage {
	border: 1px solid #FF6600;
}
TABLE.form TR TD {
	padding: 3px 3px 3px 3px;
}
DIV.blog {
	border-bottom: 1px solid #FF6600;
	padding-bottom: 5px;
	margin-bottom: 3px;
}
#sitemap DIV {
	font-weight: bold;
}
#sitemap DIV DIV {
	font-weight: normal;
	padding-left: 20px;
}
#calendar {
	float: right;
	border: 1px solid #FF6600;
	background-color: #FFFFFF;
	padding: 5px;
	margin-left: 5px;
}
#calendar * {
	font-size: x-small;
}
#calendarTable TD {
	padding: 3px;
	text-align: center;
}
#calendarTable CAPTION {
	font-size: larger;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #000099;
}
#calendarTable TH {
	padding-top: 2px;
	padding-bottom: 2px;
}
#calendarTable TD.today {
	background-color: #FF6600;
	font-weight: bold;
	color: #FFFFFF;
}
#calendarTable TD.empty {
	background-color: #EEEEEE;
}
