body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000;
	background: #fff url(/images/4.png) 50% no-repeat;
	background-attachment: fixed;
}

blockquote, h3, p, #content li
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.8em;
	line-height: 1.5em;
}

blockquote
{
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3
{
	font-weight: normal;
}

h1, h2
{
	font-family: Georgia, Times, serif;
}

h1
{
	font-size: 3em;
	line-height: 0em;
}

h2
{
	font-size: 1.2em;
	line-height: 0em;
}

h3
{
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}

h4
{
	padding-right: 10px;
	padding-left: 10px;
	line-height: 0.8em;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
}

hr
{
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small
{
	font-size: 0.9em;
}

a
{
	text-decoration: none;
	color: #000;
	border-bottom: 1px #000 solid;
}

h1 a, h2 a, h3 a
{
	border: none;
}

#sidebar-1 a, #sidebar-2 a
{
	color: #696969;
	display: block;
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
	text-align: left;
	border: none;
}

#sidebar-1 a:hover, #sidebar-2 a:hover 
{
	color: #cccccc;
}

#sidebar-1 p, #sidebar-2 p
{
	font-size: 0.8em;
	line-height: 1.5em;
}
#sidebar-1 ul
{
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	letter-spacing: -0.05em;
}
#sidebar-1 .active a, #sidebar-1 .active a:hover,  #sidebar-2 .active a, #sidebar-2 .active a:hover 
{
   color: #000000;
   background: #ffcccc;
}

#content h2, sidebar-2 p
{
	font-size: 1.7em;
	line-height: 0.9em;
	margin: 0px;
	padding: 0px;
        margin-left: 10px;
}

.caps
{
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider
{
	margin: 2em 0;
	text-align: center;
}

.contentbox
{
	background-color: #ffffff;
	border: 1px dashed black;
	color: black;
	margin: 0px 0px 2em 0px;
}

#accessibility
{
	position: absolute;
	top: -10000px;
}

#container
{
	margin: 10px auto;
	padding: 10px;
	width: auto;
}

#head
{
	text-align: left;
	height: 80px;
}

#sidebar-1
{
	width: 225px;
	margin-right: 5px;
	float: left;
	text-align: right;
}

#sidebar-2
{
	width: 245px;
	float: right;
	margin: 10px;
	padding: 5px;
}

#content
{
	margin: 0px 250px 0px 230px;
}

#foot
{
	margin-top: 5px;
	clear: both;
	text-align: center;
}



.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}