/* SiteName */
/* colors
brown-orange C9873D
gray E0D9C9
blue 3B4C6A
dark gray 666
 */
html, body, h1, h2, h3, form
{
border:			0px;
margin:			0px;
padding:		0px;
}
body
{
width:			100%;
height:			100%;
font-family:		Verdana;
font-size:		16px;
color:			#000;
}
.LTR
{
background-color:	#fff; /*#666;*/
}
/*#Links#*/
a
{
text-decoration:	underline;
}
a:hover
{
text-decoration:	underline;
}
#toplinks a, #toplinks a:hover
{
color:			#000;
}
/*#Other#*/
.menuTitle
{
margin-top:		20px;
}
.menuTitle a
{
font-size:		14px;
font-weight:		bold;
color:			#000;
text-decoration:	none;
}
/*#H tags#*/
h1
{
font-size:		24px;
font-weight:		normal;
color:			#000;
}
h2
{
font-size:		20px;
font-weight:		bold;
color:			#000;
}
h3
{
font-size:		16px;
font-weight:		bold;
color:			#000;
}
/*#Container#*/
#container
{
width:			780px;
height:			100%;
margin:			0px;
padding:		0px;
border:			0px solid #000;
background-color:	#fff;
background-image:	none !important;
}
/*#Top Links#*/
#toplinks
{
display:		none;
visibility:		hidden;
}
/*#Header#*/
#header
{
width:			780px;
height:			204px;
margin:			0px;
padding:		0px;
background-color:	#C9873D;
}
/*#Menu#*/
#menu
{
display:		none;
visibility:		hidden;
}
/*#Tree Menu - sub menu#*/
.CMSTreeMenuTable
{
font-size:		14px;
margin-bottom:		100px;
}
.CMSTreeMenuItem, .CMSTreeMenuSelectedItem
{
padding:		7px;
}

/*#Content#*/
#content
{
width:			770px;
height:			auto;
margin:			0px;
padding:		20px 5px;
}
.leftMenu
{
float:			left;
width:			200px;
height:			auto;
padding:		8px;
}
.rightContent
{
width:			538px;
height:			auto;
margin:			0px 0px 0px 216px;
padding:		8px;
}
/*#Footer#*/
#footer
{
display:		none;
visibility:		hidden;
}
/*#Print#*/
#printbutton
{
display:		none;
visibility:		hidden;
}