body {
	margin-top: 5px;
	background: #FFF url(images/back01.jpg);
	color: #000;
	text-align: center;
}
table.site {
	margin-left:auto; margin-right:auto;
	width: 750px;
	border: 1px solid #C33;
	background: #FFF8DC url(images/index_top03.jpg) no-repeat 0 20px;
}
h1 {
	font: normal 14px "century gothic",sans-serif;
	margin-bottom: 0;
}
h2 {
	font: normal 12px verdana,sans-serif;
	margin-bottom: 0;
}
a {
	color: #C33;
}
a:hover {
	background: #F0E68C;
	text-decoration: none;
}
img {
	border-color: #333;
}
ul {
	list-style-type: none;
	margin-left: 15px;
	padding: 0;
}
ul.circle {
	list-style-type: circle;
	margin-left: 15px;
	padding: 0;
}
ol {
	list-style-type: lower-roman;
	padding: 0;
	margin-left: 25px;
}
blockquote {
	padding: 0;
	margin-left: 15px;
}
.main {
	font: 14px "century gothic",sans-serif;
	padding: 5px;
}
.header {
	font: normal 48px arial,sans-serif;
	color: #FFF8DC;
	padding:0 0 30px 6px;
	text-align:left;
}
.subheader {
	font: small-caps 24px arial,sans-serif;
	color: #A0522D;
	padding: 10px 0 0 5px;
}
.sectionheader {
	font:  22px arial,sans-serif;
	color: #A0522D;
	padding-left: 5px;
}
.smalltext {
	font: 12px arial,sans-serif;
	padding: 2px;
}
.boldtext {
	font: bold 16px "century gothic",sans-serif;
	color: #A0522D;
}
.menutext {
	font: 12px arial,sans-serif;
	padding:5px 5px 5px 25px;
	border: 1px dotted #c33;border-left: 0;
}
td.menutext ul {
	list-style-type: disc;
	margin: 0 0 3px 15px;
	padding: 0;
}
.divider {
	background: #C33 url(images/kete.jpg) repeat-x;
	font: bold 16px "century gothic",sans-serif;	
	color: #FFF8DC;
	border-top: 3px solid #FFF8DC;
}
#dropmenudiv{
	position:absolute;
	z-index: 100;
	font: normal 12px arial,sans-serif;
	background: #FFF8DC;
	text-indent: 5px;
	border: 1px solid #C33;border-bottom:0;
	text-align: left;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	color: #c33;
	text-decoration: none;
	border-bottom: 1px solid #C33;
}
#dropmenudiv a:hover {
	background: #F0E68C;
}

table.topmenu  {
	width: 100%;
	font: 14px "century gothic",sans-serif;
	border-right: 1px solid #C33;
	background: #C33;
}
table.topmenu td a {
	display: block;
	width: 100%;
	color: #FFF8DC;
	text-decoration: none;
	border-bottom: 3px solid #FFF8DC;border-right: 1px solid #FFF8DC;
}
table.topmenu td a:hover {
	color: #C33;
	background: #FFF8DC;
	border-bottom: 3px solid #C33;
}

td.side {
	border-left: 1px dotted #C33;
}

table.sidemenu  {
	width: 100%;
	font: 14px "century gothic",sans-serif;
	border: 1px solid #FFF8DC;border-bottom: 0;
	background: #c33;
	margin: 40px 2px;
}
table.sidemenu td a {
	display: block;
	width: 100%;
	color: #FFF8DC;
	text-decoration: none;
	text-indent: 5px;
	border-bottom: 1px solid #FFF8DC;
}
table.sidemenu td a:hover {
	color: #C33;
	background: #F0E68C;
}

table.bottommenu  {
	width: 90%;
}
table.bottommenu td a {
	display: block;
	width: 100%;
	font: 12px arial,sans-serif;
	text-decoration: none;
}

#dhtmltooltip {
	position: absolute;
	width: 300px;
	border: 0px solid #C33;
	font: 14px "century gothic",sans-serif;
	padding: 3px;
	background-color: #F0E68C;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

