body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
	background-image: url(images/template/bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #553A65;
	background-position: top;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
#clock {
	float: right;
	color: #624575;
	font-size: 11px;
	background-color: #FFFFFF;
	height: 20px;
	width: 790px;
	text-align: right;
	padding-right: 10px;
	line-height: 20px;
}
#header {
	width: 790px;
	background-image: url(images/template/banner.jpg);
	height: 35px;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 110px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 10px;
	margin-bottom: 10px;
}
#topmenu {
	width: 570px;
	background-color:#FFFFFF;
	text-align: center;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}
#content {
	width: 100%;
	background-color: #FFFFFF;
	overflow: hidden;
	padding-bottom: 15px;
	clear: both;
	min-height: 320px;
	height: auto;
	_height: 320px;
}
* html #content {
	height: 320px;
	overflow: visible;
}
#content div {
	float: left;
}
#content-l {
	width: 205px;
	padding-left: 5px;
}
#content-r {
	margin-left: 10px;
	width: 570px;
}
#footer {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: medium;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-image: url(images/template/purple.gif);
}
#bottom {
	width: 790px;
	background-image: url(images/pink.gif);
	padding: 5px;
}
#menuback {
	width: 190px;
	background-image:url(images/template/menu-new.gif);
	background-repeat: repeat-y;
	clear: both;
	margin-top: -5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
a:link {
	color: #624575;
	text-decoration: underline !important;
}
a:visited {
	color: #624575;
	text-decoration: none !important ;
}
a:hover {
	color: #FFFFFF!important;
	text-decoration: none;
	background-color: #624575;
}
a:active {
	color: #624575;
}
h1 {
	color: #624575;
	font-size: large;
	font-weight: bold;
}
h2 {
	color: #000000;
	font-size: medium;
	font-weight: bold;
}
h3 {
	color: #624575;
	font-size: medium;
}
h4 {
	font-size: x-small;
	text-decoration: none !important;
	
}
img.floatRight {
	float: right;
	margin-left: 4px;
}
ul.leftmenu {
	margin-left: 0.5em;
	padding: 2px;
	list-style-type: none;
	color: #FFFFFF;
	line-height: 20px;
}
ul.leftmenu a:link {
	color: #FFFFFF !important;
	text-decoration: none !important;
}
ul.leftmenu a:visited {
	color: #FFFFFF;
}
ul.leftmenu a:hover {
	color: #624575!important ;
	background-color: #FFFFFF;
}
ul.leftmenu a:active {
	color: #FFFFFF;
}
.small {
	font-size: x-small;
}
.txt2 {
	color: #624575;
}
.txt3 {
	color: #FFFFFF;
	font-size: x-small;
}
.txt3 a:link {
	color: #FFFFFF;
	font-size: x-small;
	text-decoration: underline!important;
}
.txt3 a:visited {
	color: #FFFFFF;
	font-size: x-small;
}
.txt3 a:hover {
	color: #624575!important;
	font-size: x-small;
	background-color: #FFFFFF!important;
}
.txt3 a:active {
	color: #FFFFFF;
	font-size: x-small;
}
UL.tickbox {
	list-style: url(images/tickbox.gif);
	margin-left: 2.0em;
	line-height: 30px;
	vertical-align: middle;
	padding: 2px;
}