/* commented backslash hack v2 \*/
html, body{height:100%;}
/* end hack */
html,body {
		margin: 0;
		padding: 0;
}
body
{
	font-family: 				arial, hevetica, sans-serif;
	font-size:					75%;
	line-height:				1.8em;
	text-align: 				center;
	color: 						#505367;
	background: 				#fff url("../img/bg_main.gif") repeat-x right top;
	background-attachment:		fixed;
}

#container {
		margin-left:auto;
		margin-right:auto;
		width: 730px;
		min-height:100%;
		text-align: left;
		background: #FFF url("../img/toddbg.gif") repeat-y right top;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
        position:relative;
		}
/* commented backslash hack v2 \*/
* html #container {height:100%;}
* html #container {width:732px;w\idth:730px;}
* html body{font-size:xx-small;f\ont-size:x-small}
/* end hack */

#mainheader {
		position:absolute;
		left:0;top:0;
		height: 160px;
		width:100%;
		background-color: #fff;
		border-bottom: 1px solid #e6e6e6;
		z-index:1;
}
#header {
		height: 125px;
		width:100%;
		margin: 0px 0px 5px 0px;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		position:relative;
		z-index:2;
		overflow:hidden;
		background: #FFF url("../img/header.jpg") repeat-x right top;
}

* html #mainheader {height:161px;he\ight:160px}
* html #header {height:127px;he\ight:127px}
#mainnav {
		width:100%;
		height: 20px;
		background-color: #FCFBF0;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		position:relative;
		z-index:2;
}
* html #mainnav{height:22px;he\ight:20px}
#sidebar {
	float: right;
	width: 170px;
	padding:15px 0 ;
	line-height:				1.2em;
}
#content {
		width: 520px;
		padding:15px 15px 0 15px;
		}
#footer	{
		position:absolute;
		bottom:0;
		width:100%;
		height: 24px;
		background-color: #FCFBF0;
		border-top: 1px solid #e9e9e9;
		line-height:		1em;
}
#footer p {margin:0;padding:0}
* html #footer {height:25px;he\ight:24px;}

.divider1 {
	width:100%;
	height:5px;
	overflow:hidden;
	background:#fff;
	position:relative;
	border-bottom: 1px solid #e6e6e6;
}

#clearfooter {height:27px;width:100%;clear:both}
.blank , .blank2 {
	position:absolute;
	left:547px;
	width:7px;
	height:0px;
	overflow:hidden;
	border-top:	1px solid #fff;
}
.blank {top:-1px;}
.blank2 {bottom:-1px;border-top:1px solid #fff;
}



a
{
	text-decoration:			none;
	color:						#444;
}

a:hover
{
	color:						#000;
}

a.active
{
	font-weight:				bold;
	color:						#000;
}


h1
{
	font-family:				Garamond;
}



#logo
{
	display:					none;
}





.hidden
{
	display:					none;
}

.imgleft
{
	float:						left;
	margin:						0 15px 5px 0;
	font-size:					8px;
}



.imgright
{
	float:						right;
	margin:						0 0 5px 15px ;
	font-size:					9px;
	line-height:				11px;
}

.red
{
	color:						#f00;
}

#login
{
	color:						#444;
	width:						150px;
	margin:						0px;
	padding:					0px;
}

input
{
	border:						1px solid #e6e6e6;
	background:					#fff;
	font-family:				Arial, Tahoma, Verdana;
	font-size:					11px;
	color:						#444;
	width:						150px;
	margin:						0px;
	padding:					0px;
}

tr:hover
{
	background:					#FCFBF0;
}

table
{
	border:						0px solid #fff;
	width:						100%;
}

td
{
	padding:					0;
	border:						0px solid #fff;
	line-height:				1.2em;
}