/* basic elements */
body 
{
	margin : 0;
	padding : 0;
	color : black;
	font : 12px Arial, Helvetica, Sans-Serif;
	background : white;
	text-align : center;
}

table 
{
	font : 12px Arial, Helvetica, Sans-Serif;
}

h1, h2, h3, h4, h5, h6 
{
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	color : Black;
	margin-bottom : 6px;
	text-align : left;
}

h1 
{
	font-size : 36px;
	margin-top : 0;
}

h2 
{
	font-size : 30px;
	margin-top : 0;
}

h3 
{
	font-size : 24px;
	margin-top : 0;
}

h4 
{
	font-size : 18px;
	margin-top : 0;
}

h5 
{
	font-size : 14px;
	margin-top : 6px;
}

h6 
{
	font-size : 12px;
	margin-top : 6px;
}

p 
{
	font-size : 1em;
	line-height : 1.5em;
	margin-top : 4px;
	margin-bottom : 4px;
	text-align : left;
}

img 
{
	border : none;
}

img.floatright 
{
	float : right;
	margin-left : 12px;
}

img.floatleft 
{
	float : left;
	margin-right : 12px;
}

.floatholder
{
	/* purpose is to center page content and set background-color */
	margin : 0 auto;
	width : 850px;
	position : relative;
	background : #F3E5D3;
	border : solid 5px #E5EDF7;
}

* html .floatholder 
{
	width : 860px;
	w\idth : 850px;
}

.clearfix:after
{
	content : "."; 
	display : block; 
	height : 0; 
	clear : both; 
	visibility : hidden;
}
  
 .clearfix
{
	display: inline-block;
}  

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height : 1%;}
.clearfix {display : block;}
/* End Holly Hack */

div#content
{
	width : 623px;
	padding : 0;
	float : left;
	margin-left : 10px;
	margin-top : 30px;
	text-align : left;
}

* html div#content 
{
	margin-left : 5px;
	margin-top : 25px;
}

div#rightBar 
{
	float : left;
	margin-left : 10px;
	margin-top : 30px;
}

* html div#rightBar 
{
	margin-top : 25px;
}

td.sidebarItem 
{
	padding : 6;
	width : 178px;
	background-color : #FFFFCC;
	border : 3px solid #6CA0C7;
}

div#menu1, div#menu2, div#menu3, div#menu4, div#menu5, div#menu6
{
	position : absolute;
	height : 20px;
	width : 141px;
	top : 150px;
}

div#menu1 
{
	left : 0px;
}

div#menu2 
{
	left : 141px;
}

div#menu3 
{
	left : 282px;
}

div#menu4 
{
	left : 423px;
}

div#menu5 
{
	left : 564px;
}

div#menu6 
{
	left : 705px;
	width : 145px;
	background-color : #A67137;
}

/* css for menus */.menuWrapper{    position : absolute;    width : 175px;    visibility : hidden; }.menuItem    {    cursor : hand;     font-size : 12px;     font-family : Arial, Helvetica, sans-serif;     padding-left : 10px;     color : white;     background-color : #A67137;     text-decoration : none;     position : absolute;     left : 5px;     width : 159px;     height : 1.5em;    display : block;    line-height : 1.5em;    text-align : left;}.menuItemOn{    cursor : hand;     font-size : 12px;     font-family : Arial, Helvetica, sans-serif;     padding-left : 15px;     color : black;     background-color : #E5A763;     text-decoration : none;     position : absolute;     left : 0px;     width : 164px;     height : 1.5em;    display : block;    line-height : 1.5em;    text-align : left;}