body#body{    
	font: normal 85% tahoma, arial, helvetica, sans-serif;
	background:url("/siteimages/background.png");
	background-repeat:repeat-x;
	color: black;
	font-weight: bold;
	background-color: transparent;
	margin: 0;
	padding: 1%;
	border:0;
	z-index: 1;
	border:0;
	overflow:visible;
}
/*
html,body { overflow: auto; }
html>body { overflow: visible; }
html { height: 100%; }
*/
div#header img{
	border:none;
	float:right;
	padding:0;
	margin:0;
	background-color:transparent;
	height:60px;
	width:261px;
}

#page_iframe{
	border:none;
	width:100%;
	height:600px;
	overflow:auto;
}

a:visited, a:link {
	color: #2070B0;
	text-decoration:none;
}


a:hover, a:active {
	text-decoration:underline;
	}
	
h2,h3,h4 {
	margin:0;
	padding:0;
}

/*Side_Cat should encompass all menus */
div#Side_Cat{
	font-size:80%;
	border:none;
	width:99%;
}

div#Side_Cat ul{
	margin-top:0;
	margin-bottom:0;
	position:relative;
	width:88%;
	left:7%;
	list-style-type: none;
	margin: 0;
	padding: 2px;
	font-size:120%;
}

.cattoggle {
	height:8px;
	width: 8px;
	display:inline-block;
	margin-right:2px;
	background-image:url('/siteimages/cattoggle.gif');
	background-position-x:0; 
	background-position-y:0;
	background-repeat:no-repeat;
	z-index:4;
}

h4.categories{
	text-align:center;
	font-size:135%;
	font-weight:700;
}

div#login_div{
	border:solid thin #666;
	border-width:1px;
	width:99%;
	height:25%;
}

div#login_div input.login_text{
	color: gray;
}

div#login_div div.login_user_name{
	margin:2% 2% 2% 2%;
	width:45%;
	margin-right:2%;
	float:left;
}
div#login_div div.login_user_pass{
	margin:2% 2% 2% 2%;
	width:45%;
	margin-left:0%;
	margin-right:5%;
	float:right;
}
div#login_div input#login_user_name{
	width:100%;
	margin-right:0%;
}
div#login_div input#login_user_pass{
	width:100%;
	margin-left:2%;
}

div#login_div div#login_remember{
	margin-left:3%;
	width:auto;
	float:left;
}
div#login_div input#login_remember{
	margin-left:3%;
}
div#login_div input#login_button{
	position:relative;
	text-align:center;
	float:right;
	width:auto;
	margin-right:6px;
	margin-left:2px;
}

div#login_div input.reg_text{
	color: gray;
	text-align:right;
	width:50%;
}

div#login_div input#reg_button{
	position:relative;
	left:30%;
	text-align:center;
	width:auto;
}

div#login_div input#reg_cancel_button{
	position:relative;
	left:30%;
	text-align:center;
	width:auto;
}

div .hidden {
	width:98%; color:white; font-size:80%;
}
/* This is from http://matthewjamestaylor.com/blog/perfect-3-column.htm , thank you so very much!*/
/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		font-family: inherit;
		font-size:85%;
		font-weight:normal;
	}
/* common column settings */
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:transparent;		/* right column background colour */
	}
	.threecol .colmid {
		right:22%;			/* width of the right column */
		background:transparent;		/* center column background colour */
	}
	.threecol .colleft {
		right:64%;			/* width of the middle column */
		background:transparent;	/* left column background colour */
	}
	.threecol .col1 {
		width:64%;			/* width of center column content (column width minus padding on either side) */
		left:100.3%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:15%;			/* Width of left column content (column width minus padding on either side) */
		left:21.5%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:20%;			/* Width of right column content (column width minus padding on either side) */
		left:87%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #BBB;
		color:#aaa;
		font-size:x-small;
	}
	
	#footer p {
		text-align:center;
		padding:10px;
		margin:0;
	}
	/* --> */

div.clear{
	clear:both;
}