/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html,body {
		margin: 0;
		padding: 0;
}
body {		
		font: x-small arial, hevetica, sans-serif;
		text-align: center;
		color: #505367;
		background: #D1DCE9 url(images/cloudback2.jpg);
		background-attachment: fixed
		font-size: 100%;
}
		
#container {
		margin-left:auto;
		margin-right:auto;
		width: 730px; 
		min-height:100%;
		text-align: left;
		background: #D1DCE9 url(images/toddbg.gif) repeat-y right top;
		filter:alpha(opacity=80); -moz-opacity:.80; opacity:.80;
		border-left: 8px solid #F5F5F5;
		border-right: 3px solid #F5F5F5;
	        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%;
		background-color: #D1DCE9;
		margin: 0px 0px 5px 0px;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		position:relative;
		z-index:2;
		overflow:hidden;
}

#header h1 {
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-weight: bold;
	font-size: 300%;
	margin: 0px;
	padding-bottom: 0.1em;
}

#header h2 {
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-weight: bold;
	font-size: 250%;
	margin: 0px;
	padding-bottom: 0.5em;
}

* html #mainheader {height:161px;he\ight:160px}
* html #header {height:127px;he\ight:127px}
#mainnav {
		width:100%;
		height: 20px;
		font-size: 115%;
		background-color: #f5f5f5;
		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:5px 0 ;
}
#content {
		width: 553px;
		padding:5px 0 ;
		margin-top: 20px;
		font-size: 125%;
		}
#content p, #sidebar p, #mainnav p, #header p,#footer p  {margin:0 5px 5px 5px}		
#footer	{
		position:absolute;
		bottom:0;
		width:100%;
		height: 24px;
		background-color: #f5f5f5;
		border-top: 1px solid #e9e9e9;
		font: x-small arial, hevetica, sans-serif;
}
#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;
}

/* ### Formatting ###  */

.nav {
	font-size:155%;
	list-style-position:outside;
	list-style-type:none;
	margin-top:25px;
	margin-bottom:0;
}
.nav li {
	margin:0 0 3px -20px;
}

.nav a {
	text-decoration: none;
}

