@charset "utf-8";
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/sitebg.gif);
	background-repeat: repeat-x;
	background-color: #EEEDEC;
	font-size: 12px;
}
a, a:link{
	outline: none;
	text-decoration: underline;
	color: #BEBEBE;
}
a:visited {
	outline: none;
	text-decoration: underline;
	color: #29256A;
}
#content .break {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7C7C7C;
	margin-bottom: 12px;
	clear: both;
	margin-top: 12px;
}

a:hover {
	text-decoration: underline;}
/*
** HTML elements
*/
form {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
h1 {
	font-size:12pt;
	font-weight: bold;
	color: #29256A;
	margin-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; font-weight: bold 
	letter-spacing: -1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
h3 {
	letter-spacing: -1px;
	margin-top: 0px;
	margin-right: 0px;
	font-size:18px;
	margin-bottom: 3px;
	color:#00A69D;
	margin-left: 0px;
}
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}			
.clear-block {
margin: 0px;
padding: 0px;
clear: both; 
}			
#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#container #header {
	height: 135px;
	margin-bottom: 20px;
}
#container #flashban {
	height: 162px;
	margin-bottom: 20px;
}
#content #leftclm {
	float: left;
	width: 222px;
}
#leftclm ul#subnav {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#leftclm ul#subnav a {
	color: #29256A;
	display: block;
	line-height: 23px;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 13px;
}

#leftclm ul#subnav a:hover {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
	display: block;
}
#content #rightclm {
	float: left;
	width: 568px;
	padding-right:10px;
}
#container #footer {
	font-size: 10px;
	margin-left: 222px;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #29256A;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color: #29256A;
}
td {
	vertical-align:top;
}