/* CSS Document */
/* Container, left, right and bottom table layouts */
.leftcol {
	width:25%;
	background-color: #ffffff;
}
.centercol {
	width:50%;
	background-color: #ffffff;
}
.rightcol {
	width:25%;
}

/* Container, left, right and bottom div layouts */
#container {
			padding-left: 300px;      /* LC width */
			padding-right: 300px;     /* RC width */
		}


		
#container .column {
	position: relative;
	float: left;
	background-color: #ffffff;
}

#center {
	width: 100%;
	background-color: #ffffff;
}

#left {
	width: 300px;             /* LC width */
	right: 300px;             /* LC width */
	margin-left: -100%;
	background-color: #ffffff;
}

#right {
	width: 300px;             /* RC width */
	margin-right: -100%;
}

#footer {
	clear: both;
	position:relative;
}

/*** IE6 Fix ***/
* html #left {
	left: 300px;              /* RC width */
}
/*=================== PAGE DIV STYLE CENTER ====================================*/
#pagecontainer {
	width: 843px;
	margin: 0 auto;
	border-left:1px solid #A6B6CD;
	border-right:1px solid #A6B6CD;
	padding: 8px 8px 8px 8px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 100%;
	height: 100px;
	padding-top: 2px;
}
#pagecontent {
	float: left;
	width: 435px;
	text-align: left;
	background-color: #ffffff;
}
#small_pagecontent {
	float: left;
	width: 365px;
	text-align: left;
	background-color: #ffffff;
}
#searchpagecontent {
	width: 825px;
	text-align: left;
}
#leftbar {
	float: left;
	width: 200px;	
	background-color: #ffffff;	
}
#small_leftbar {float: left;
	width: 150px;
	background-color: #ffffff;
}
#rightbar {
	float: right;
	width: 200px;
	/*height: 485px;*/
	background-color: #ffffff;	
}
#footerwrapper {
	margin-top:25px;	
}
#fthead {
	background-color:#73BFCB;
	height:30px;
	text-align:left;
	padding:10px 0px 0px 10px;
	font-weight:bold;
	font-size:12px;
}
#containertable {
	width:800px;
	text-align:center;
	table-layout:auto;
	border: 1px solid #CCCCCC;
}
#adminmain {
	position:absolute; top:10px; left:300px;
}
#adminmenu {
	padding-top:10px; padding-left:5px; width:250px; min-width:250px; border-right:1px solid cornFlowerBlue;
}
/*---------------------------------------------------------------------------------*/
#header, #footer {
	text-align: center;
	padding: 0.5em 0;
	background: #999;
	/*background-color:#73BFCB;*/
	background-color:#FFFFFF;
	width: 859px;
}
/* ROUNDED DIV CORNERS */
#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 10px; letter-spacing:1px; background-color: #ffffff;}
#xsnazzy h1 {font-size:1.0em; background-color: #ffffff;}
#xsnazzy {background: transparent; margin:2px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#73BFCB; border-left:1px solid #73BFCB; border-right:1px solid #73BFCB;}
.xb1 {margin:0 5px; background:#73BFCB;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xboxcontent {display:block; background:#73BFCB; border:0 solid #73BFCB; border-width:0 1px;}
 
	