html {
	height: 100%; 
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #000000;
	background-color: #DEEBF7;
	background-image: url('../images/header_bg.gif');
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 13px;
	/*border: 1px solid #bbb; */
}

img {
	border: 0px;
}

div.contentSpacer
{
	clear: both;
}

div.site {
	margin-left: 0px;
	/* border: 1px solid #444444; */
	/* width: 900px; */
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */
	background-image: url('../images/bg.gif');
	background-repeat: repeat-y;
}

div.rowTop {
	width: 865px;
}
div.rowBottom {
	
}
div.colMenu {
	width: 185px;
	padding: 0px 5px 0px 5px;
	float: left;
	background-image: url('../images/menu_bg.gif');
}
div.colContent {
	float: left;
}

div.menuLogo {
	width: 195px;
	height: 100px;
	float: left;
}
div.edge {
	width: 35px;
	float: left;
}
div.headerLogo {
	width: 635px;
	height: 120px;
	text-align: center;
	float: left;
	background-image: url('../images/header_bg.gif');
}


div.content {
	width: 660px;
	padding: 0px 30px 0px 30px;
	/* height: 390px;
	overflow: auto; */
	/* background-image: url('../images/content_bg.gif'); */
}

div.copyright {
	padding: 0px 30px 0px 30px;
	font-size: 10px;
	font-style: italic;
}


div.menuItem {
	margin: 3px 15px 0px 15px;
	float: left;
}
div.headerMenu {
	position: absolute;
	padding-top: 5px;
	display: none;
}
div.headerMenuItemNormal {
	padding-top: 1px;
	width: 91px;
	height: 19px;
	text-align: center;
	background-image: url('../images/btn_bg_paars.gif');
}
div.headerMenuItem {
	padding-top: 1px;
	width: 91px;
	height: 19px;
	text-align: center;
	background-image: url('../images/btn_bg_paars.gif');
}
div.headerSubMenuItem {
	padding: 4px 5px 4px 5px;
	width: 160px;
	text-align: left;
	background-color: #AFC0DA;
	border-bottom: 1px solid #FFFFFF;
}


div.catSubs
{
	padding-left: 17px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: none;
}
div.catBlock 
{
	width: 185px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #AFC0DA;
	border-top: 0px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #666666;
}
div.catBlockHover
{
	width: 185px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #8CA5CA;
	border-top: 0px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #666666;
}
div.catBlockLeft {
	float: left;
	width: 16px;
	padding-right: 5px;
}
div.catBlockRight {
	float: left;
	width: 140px;
}




a
{
	font-family: Verdana;
	font-size: 13px;
	text-decoration: underline;
	color: #000000;
}
a:hover
{
	font-family: Verdana;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
}

a.menu
{
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}
a.menu:hover
{
	font-family: Verdana;
	font-size: 12px;
	text-decoration: underline;
}
a.menu2
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
}
a.menu2:hover
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
}

a.menuHorz
{
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}
a.menuHorz:hover
{
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}

a.copyright
{
	font-family: Verdana;
	font-style: italic;
	font-size: 10px;
	text-decoration: none;
}
a.copyright:hover
{
	font-family: Verdana;
	font-style: italic;
	font-size: 10px;
	text-decoration: underline;
}

h1 {
	font-family: Verdana;
	font-size: 24px;
	font-weight: normal;
	color: #4A6DA2;
	margin: 0px;
}