@page {
	margin-top: 1in;
	margin-bottom: 1in;}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
/*	background: #e1e6eb; /* lt-blue-grey */*/
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000;
}

#container { 
	width: 90%;  /* this will create a container 90% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;
*/	text-align: left; /* this overrides the text-align: center on the body element. */
/*	background-color:#2f5663;*/

} 
#wrapcontent{
	background-color:#FFFFFF;
/*	border-left: 1px dashed #2f5663;
	border-right: 1px dashed #2f5663;*/
	background-image:url(menubgnd.gif);
	background-position:left;
    background-repeat:repeat-y;
/*	padding-top:1em;*/
}

#header img{
	display:none; 	
/*	height: 115px;
	background-image:url(banner.jpg);
	background-position:right;
	background-repeat:no-repeat;*/
}
/*#header img, #menu img {
	padding-left:20px;
}*/
#header h1 {
/*	margin-left: -1000px;*/
	font-size: 1.3em;
}
#menu a:visited, #footer a:visited,
#menu a:link, #footer a:link{
	font-weight: bold;
	color:#cc3300;
	color:#fbf801; /*yello*/
		color:#ffa088;
}

#menu {
/*	width: 150px;
	float:left;
	color:#cc3300;
	font-size: .8em;
	background-image:url(slices/toplogo_01.png);
		background-repeat:no-repeat;
		*/
display:none;
/*	border-right: 1px #2f5663 dotted;
		background-color:#F8F3ED;*/
}
#menu li {
	list-style:none;
	margin-left:-1em;
}
#menu li li {
	margin-left:-1em;
	font-style:italic;
	font-size: 90%;
/*	text-align:right;*/
}

#rightside{
/*	margin-left:150px;*/
}

#sidebar{
	float:right;
	width: 150px;
	text-align:right;
	border-left: 1px #2f5663 dotted;
	margin-left: 2em;
}
#sidebar p {
	padding: 2em 1em 2em 1em;
	font-size: 80%;
	}
	
#maincontent{
	padding: 1em 1em 0 1em;
/*    margin-left:150px;
	
	border-right: 1px dotted #2f5663;
	background-color:#FFFFFF;*/
/*	margin-bottom: -1em;
	background-image:url(slices/toplogo_02.png);
	background-repeat:no-repeat;*/
	font-size:90%;
	
}
/*#footerimg{
	height:39px;
	background-color:#FFF;
	}*/

#footer{
/*	background-color:#2f5663;
	height: 1.5em;
	padding-right: 5px;
	padding-top: .1em;
	font-size: .8em;
	text-align:right;
	font-style:italic;
	color:#FFF; /*white*/*/
	display:none;
}
.endfloat{
	clear:both;
}
.end{
	clear:both;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.hidden{
	display: none;
}
#container #maincontent .photo {
	text-align: center;
}
table {
	padding: .1em .3em;
}