*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 200%;
	background-image: url(/site%20images/multibkgrd.jpg);
	cursor: explicit url(/site%20images/cursor.gif);
}

body > #leftcont
{
	position: fixed;
	background-color: #CC6666;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 185px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-top-style: ridge;
	border-right-style: ridge;
	border-top-color: #99FFFF;
	border-right-color: #99FFFF;
	border-bottom-color: #99FFFF;
	border-left-color: #99FFFF;
	border-left-style: ridge;
	border-left-width: thick;
}

img
{
	border: 0;
}

img.imgright
{
	float: right;
	margin: 0 0 15px 15px;
	padding: 5px;
	border: 1px solid #D7D9D0;
}

a
{
	color: #5E8E3E;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: none;
}

#leftcont
{
	position: absolute;
	top: 0;
	left: 0;
	width: 185px;
	height: 100%;
	overflow:hidden;
	background: #CC6666;
	border-right-color: #99FFFF;
	border-right-style: ridge;
	border-right-width: thick;
}

#leftimg
{
	width: 185px;
	height: 180px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #CC6666;
	border-bottom-color: #666666;
	border-bottom-style: ridge;
	border-bottom-width: thin;
}

#menu
{
	width: 185px;
	font-family: "Kristen ITC";
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	background-attachment: fixed;
	display: table-row-group;
	line-height: 30px;
	text-transform: capitalize;
	text-align: left;
	margin-left: 0px;
}

#menu ul
{
	width: 180px;
	line-height: 30px;
}

#menu a
{
	display: block;
	color: #FFF;
	text-decoration: none;
	width: 180px;
	background: #CC6666;
	border-bottom-color: #99FFFF;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	line-height: 30px;
	height: 100%;
	border-bottom-width: medium;
}
#menu   a:hover   
{
	color: #333333;
	width: 175px;
	line-height: 30px;
	background-color: #CC6666;
	background-image: url(../animated/spot_colored_bubbles.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
	border-bottom-color: #333333;
	border-bottom-style: hidden;
	border-bottom-width: thin;
	border-top-color: #333333;
	border-top-style: hidden;
	border-top-width: thin;
	text-transform: capitalize;
	font-family: "Kristen ITC";
	font-size: 14px;
}

#main
{
	width: auto; /* or you can set a specific width like - width: 610px; */
	margin-left: 200px;
	padding: 20px;
	background-image: url(/site%20images/multibkgrd.jpg);
}

#main p
{
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#main h1, h2, h3, h4, h5
{
	font-size: 24px;
	color: #659500;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 70px;
}

#main ul
{
	list-style-type: square;
	color: #659500;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 30px;
}

#main ul li span
{
	color: #444;
}
#main .blockquote2 {
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
	left: 25px;
	right: 25px;
	margin-right: 50px;
	margin-left: 40px;
	text-align: center;
	position: static;
	padding-right: 10px;
	padding-left: 10px;
}


#main ol
{
	margin: 0 0 15px 30px;
	color: #659500;
}

#main ol li span
{
	color: #444;
}

#main p.blockquote
{
	padding: 15;
	border: thin groove #0099CC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 20px;
	background-color: #333333;
	height: auto;
	width: auto;
}

#footer
{
	clear: both;
	border-top: 1px solid #CCC;
	font-size: 10px;
	text-align: right;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

#footer p
{
	margin: 0;
	padding: 0;
}
#main #header {
	position: fixed;
	width: 100%;
	height: 75px;
	clear: both;
	display: block;
	left: 195px;
	background-image: url(../site%20images/multibkgrd.gif);
	margin: 0px;
	vertical-align: top;
	top: 0px;
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #666666;
	padding-left: 165px;
	padding-bottom: 3px;
	white-space: normal;
	clip: rect(0px,auto,auto,auto);
}
