/* See license.txt for terms of usage */

body {
font:13px Verdana, Arial, Helvetica;
line-height: 1.16;	
overflow: -moz-scrollbars-vertical;

}

* {
padding:0; 
margin:0}

body {

background-color:#FFFFFF;
background-image: url(../img/bg.jpg);
background-repeat:repeat-x;
	font-family: Arial,sans-serif;
	color: #666;
	margin: 0px;
	padding: 0px;
/* test */
height:auto;
min-height:100%;
position:relative;
}

div#menu {
	background:url(../img/header.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin:0px auto;
	position:relative;
	width: 910px;
	visibility: visible;
	z-index: 5;
}

div#header {
	text-align: center;
	background-color: #ffffff;
	margin:0px auto;
	position:relative;
	text-align:left;
	background-image:url(../img/logo.jpg);
	background-repeat: no-repeat;
	height: 163px;
	width: 910px;
}
div#column2 {
	margin: 0;
	padding: 0;
	background-image: url(../img/sidecol.jpg);
	background-position: right;
	background-repeat: repeat-y;
	width: 910px;
	margin:0px auto;
	background-color: #FFFFff;
	
}
div#column1 {
	margin: 0px;
	padding: 0px;
	background-image: url(../side1.gif);
	background-repeat: repeat-y;
	width: 100%;
	border-left:1px dashed #CBCBCB;
	/*border-right:1px dashed #CBCBCB;*/
}
div#navcol {
	padding: 10px;
	width: 130px;
	float: left;
}
div#main {
	/*margin-right: 248px;*/
margin:0px auto;
position:relative;
float: left;
padding: 20px 33px 20px 33px;
width: 596px;
}
div#sidecol {
margin:0px auto;
position:relative;
	width: 248px;
	float: right;
/*background-color: #F3F3F3;*/
}

div#foot {
	/*text-align: center;*/
clear: both;
font-size: 75%;
color: #95CB2F;
background-color: #2F2F2F;
text-align: center;
padding: 10px;
margin-top:-1px;
border-top: 17px solid #4BB5C1;
line-height: 13px;
/*margin:0px auto;*/
}



.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#siteInfo{
	clear: both;
	border-top: 17px solid #4BB5C1;
	font-size: 100%;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0px 0px;
	height: 150px;
	width:910px;
}

#siteInfo a
{
color: #4BB5C1;
text-decoration:none;
}

#siteInfo a:hover
{
text-decoration:underline;
}

#main a
{
color: #4BB5C1;
text-decoration:none;
}

#main a:hover
{
text-decoration:underline;
}
