body
{
	color : black;
	background-color : #F1F2EE;
	margin : 0px;
	padding-top : 20px;
	font : 12px verdana, arial, helvetica, sans-serif;
	background-image : url("/images/grayswirl.jpg");
}

a
{
	color : #006000;
	text-decoration : none;
}

a:link {color : #006000;}
a:visited {color : #006000;}

a:hover
{
	color : red;
	text-decoration : underline;
}


.content
{
	position : relative;
	width : auto;
	min-width : 300px;
	margin : 0px 20px 20px 230px;
	border-style: solid;
	border-top-width : 0px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-bottom-width: 1px;
	border-color : #808080;
	background-color : white;
	padding : 30px 60px 30px 60px;
	z-index : 1;
	text-align : left;
}

body h3
{
	position:relative;
	width:auto;
	min-width : 400px;
	margin : 0px 20px 0px 230px;
	border : 1px solid #808080;;
	background-color : #80B080;
	font-size : 12px;
	font-weight : bold;
	padding : 5px 10px 5px 10px;
}


div#sideBox {
	position : absolute;
	width: 210px;
	top : 20px;
	left : 0px;
	border-style: solid;
	border-top-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-bottom-width: 1px;
	border-color : #808080;
	background-color : white;
	padding:0px;
	z-index:3;
	voice-family: "\"}\"";
	voice-family:inherit;
	width : 208px;
}
body>#sideBox {width:208px;}


div#sideBox h1
{
	width : 188px;
	background-color : #80B080;
	border-style: solid;
	border-top-width : 0px;
	border-left-width : 0px;
	border-right-width : 0px;
	border-bottom-width: 1px;
	border-color : #808080;
	font-size : 12px;
	margin : 0px;
	font-weight : bold;
	padding : 5px 10px 5px 10px;
}


div#sideBox a h2
{
	width : 178px;
	background-color : white;
	font-size : 12px;
	margin : 0px;
	font-weight : bold;
	padding : 5px 10px 5px 20px;
	border-style: dashed;
	border-top-width : 0px;
	border-left-width : 0px;
	border-right-width : 0px;
	border-bottom-width: 1px;
	border-color : #808080;
	text-decoration : none;
	color : black;
}

div#sideBox a h2.bottom
{
	border-width : 0px;
}

div#sideBox a:hover h2
{
	color : #006000;
	background-color : #B0D0B0;
	cursor : pointer;
}

div#sideBox a:hover
{
	text-decoration : none;
}

div#sideBox h2:hover
{
	color : #666666;
	background-color : #E5E7DB;
	cursor : pointer;
	text-decoration : none;
}

h4
{
	background-color : #B0D0B0;
	color : black;
	text-decoration : none;
	font-weight : bold;
	font-style : normal;
	font-size : 18px;
	margin : 0px;
	border-style: solid;
	border-width : 1px;
	border-color : #808080;
	padding : 3px;
}


h5
{
	font-weight : bold;
	text-decoration : none;
	font-size : 16px;
	font-style : normal;
	color : black;
	padding : 0px;
	margin : 0px 0px 0px -20px;
}

textarea
{
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-family : sans-serif;
    border-style : solid;
    border-color : black;
    border-width : 1px;
    background-color : white;
}

input
{
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-family : sans-serif;
    border-style : solid;
    border-color : black;
    border-width : 1px;
    background-color : white;
}

input.button
{
    background-color : #DCDCF5;
}

input.button:hover
{
    background-color : silver;
}

em
{
	color : red;
	font-weight : bold;
	font-style : normal;
}

