body{
background-color:#ffffff;
margin:0;
padding:0;
line-height: 1.5em;
font-family: "trebuchet ms", verdana, sans-serif;
font-size:.95em;
}

/* Headings ========================================================== */

h1, h2, h3
{
	font-family:"Palatino Linotype", Sylfaen, serif;
	font-weight:normal;
}

h2 {border-bottom:#aaaaaa 1px solid;}

h3 {border-bottom:#aaaaaa 1px solid;}

div#intro{
	margin-top:0px;
	border-left-width: 0px;
	background-color: #ffffff;
	background-image:none;
	}
	
div#intro h1 {	/*font-size:31px;*/
	line-height:45px;
	letter-spacing: 2px;
}


#titlebar h2
{
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 1em;
	margin:0;
	border:0px;
}
#titlebar .title{
		/*font-family:"Palatino Linotype", Sylfaen, serif;*/
	font-weight:normal;
	font-size:1em;
	margin-top:0;
}

/* Links ================================================================ */

a {
	color:#666666;text-decoration:underline;
}

#nav a {
	display:none;visibility:hidden;}

a.primary {
	display:none;visibility:hidden;	
}

/* Images =============================================================== */

#logo {
	/*float:left;*/
	margin:0px;
	padding:0px;
	display:block;
	margin-right:10px;
}
#logo img {border:none;}

/* Floats =============================================================== */

.floatleft  {
	float:left;
}
.floatright {
	float:right;
}

/* structure ============================================================ */

#titlebar{
	color:#000000;
	margin:0px;
	height:normal;
	background-color:#ffffff;
	background-image:none;
	text-align:center;
}

#titlebarwrap{
	width:100%;
	margin:0px auto;
	text-align:left;
	padding-top:5px;
}

#titlebar p {line-height:normal;}

#nav{
	border-top:none;
	/*background-color:#BD3F1F;*/
}

#navwrap{
	display:none;
}


#maincontainer{
width: 100%; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{ /* For page spanning content */

background-color:#ffffff;
border:none 0px;

/*height: 90px; /*Height of top section*/
margin-top:5px;
margin-bottom:5px;
}

#contentwrapper{
float: left;
width: 100%;
margin-bottom:5px;
}

#contentcolumn{
background-color:#ffffff;
border-radius:5px;
-moz-border-radius:5px;
border:0px none;
margin-right: auto;
}

#leftcolumn{
background-color:#ffffff;
border-radius:5px;
-moz-border-radius:5px;
border:1px solid #ffffff;

float: left;
width: 100%; /*Width of left column*/
margin-left: auto; /*Set left margin to -(MainContainerWidth)*/
}

#footer{
visibility:hidden;
display:none;
}

.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/* other styles */

a.help {
	display:none;

}
.print {
	display: inline;
	visibility: show;
}
.screen {display:none; visibility:hidden;}