body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/bg.gif);
	margin: 0;
}
a { color: #047; }
a img { border: none; }
h2 { font-size: 16px; }
li { margin-bottom: 6px; }
p.formatted {
	line-height: 18px;
	text-align: justify;
}

input, select, textarea { border: 1px solid #666; }

#wrapper {
	background: url(images/wrapper.gif);
	width: 768px;
	margin: 0 auto;
}

#header {
	clear: both;
	position: relative;
	padding: 0;
	color: white;
	height: 91px;
	max-height: 91px;
	overflow: hidden;
	background: url(images/header.gif) repeat-y;
	text-align: center;
	margin: 0 auto;
}

#nav {
	clear: both;
	position: relative;
	border-bottom: 2px solid #BF8630;
	background: #FC6;
	width: 736px;
	height: 22px;
}
#nav a {
	text-decoration: none; color: #444;
	font-weight: bold;
}
#nav a:hover { text-decoration: underline; }
#nav td.tabstart { 
	width: 6px;
	height: 22px;
	background: url(images/tab-start.gif) top left no-repeat;
}
#nav td.tabmiddle {
	height: 22px;
	background: url(images/tab-middle.gif) repeat-x;
	padding-top: 4px;
}
#nav td.tabsplit {
	height: 22px;
	width: 22px;
	background: url(images/tab-split.gif) no-repeat;
}
#nav td.tabend {
	height: 22px;
	width: 23px;
	background: url(images/tab-end.gif) no-repeat;
}

#mainbody {
	text-align: left;
	overflow: hidden;
	padding: 4px 24px;
}

#footer {
	background: url(images/footer.gif) no-repeat;
	width: 768px;
	margin: 0 auto;
}

.content {
	padding: 10px 16px;
	text-align: left;
}

.frontpagetable {
	width: 766px;
	height: 160px;
	border-bottom: 1px solid #888;
}
.frontpagetable td {
	padding: 6px;
	width: 33%;
	vertical-align: top;
}
.frontpagetable td.t1 { background-color: #DEDEDE; }
.frontpagetable td.t2 { background-color: #EDEDED; }
.frontpagetable td.t3 { background-color: #FEFEFE; }

.heading {
	padding-top: 20px;
	width: 85%;
}
.heading img {
	margin: -41px 24px 0px;
	border: 1px solid #047;
}
.heading div.htext {
	margin-left: 12px; 
	text-indent: 105px; 
	font-size: 16px; 
	font-weight: bold; 
	border-bottom: 2px solid #047; 
	color: #047;
}

.cal {
	border: 1px solid #CCC;
}

.cal td {
	height: 55px;
	vertical-align: top;
	font-size: 10px;
	border: 1px solid #CCC;
	width: 70px;
}

.cal td.calwdaylabel {
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #777;
	height: 12px;
	text-align: center;
}

.cal td.blackoutday {
	background: #777;
	border: none;
}

.calitem {
	background-color: #FFC;
	border: 1px solid #666;
	margin-bottom: 3px;
}

.calitem a { text-decoration: none; }

.caltoday {
	border: 1px solid #F00;
	background: #9CF;
}

.calnav { text-align: center; }
.calnav a {
	padding: 0px 3px;
	border: 1px solid #047;
	text-decoration: none;
	font-weight: bold;
}
.calnav a:hover {
	color: white;
	background: #047;
}

.initlist li {
	font-weight: bold;
	line-height: 18px;
}

.commtable td {
	border-bottom: 2px solid #CCC;
	padding: 4px;
}

.commtable td.label {
	background: url(/img/bg1.gif);
	text-align: right;
	width: 70px;
	vertical-align: top;
	font-weight: bold;
	white-space: nowrap;
}

.commtable td.comdescr {
	font-size: 1.1em;
	line-height: 18px;
	text-align: justify;
	padding: 12px;
}

.commtable a { font-weight: bold; }

.rezheader {
	color: #047;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #047;
}
.rezcontent {
	padding-bottom: 16px;
	line-height: 18px;
	text-align: justify;
	padding-left: 50px;
}

.caldoclist li {
	list-style: none;
	line-height: 16px;
}

td.doclist {
	background: url(/img/bg1.gif);
	font-weight: bold;
	margin-bottom: 16px;
}
td.descr { 
	background: #FFF;
	border-top: 1px solid #999;
	padding: 4px 16px; 
	line-height: 17px;
	font-weight: normal;
}

.toolbox {
	border: 1px solid #F4AF8F; 
	background: #FCEDD0; 
}
