body
{
	background-color: #fff;
}

#content a
{
	color: #6F358B;
	text-decoration: underline;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}

p, blockquote, h1, h2, h3, h4, td, th
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
}

li
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	text-align: left;
	padding-right: 8px;
}

blockquote
{
	margin-left: 20px;
	margin-right: 0px;
}

#topline
{
	text-align: center;
	height: 150px;
	background-image: url(/textpattern/css_images/topbarEAC.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* ---purple bar ---*/
#header
{
	text-align: center;
	height: 21px;
	background-color: #0035AD;
}

#container
{
	clear: left;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

/* ---left navigation ---*/

#sidebar-1 p, a
{
	line-height: 120%;
	font: bold 10px Verdana, sans-serif;
	text-align: left;
	color: #FFFFFF;
/*	margin-bottom: 5px; */
}

#sidebar-1
{
	float: left;
	width: 210px;   
	\width: 210px;
	w\idth: 210px;
	margin-right: 5px;
	margin-top: 10px;
	background-color: #7F8CD3;
	border: 3px solid #0035AD;
}

#sidebar-1a p, a 
{
	line-height: 120%;
	font-size: 10px;
        text-align: left;
	color: #FFFFFF;          
        border-top: none;
}

#sidebar-1a
{
	width: 210px;
	\width: 210px;
	w\idth: 210px;
/*	height: 9px;  */
	background-color: #7F8CD3;
}


#content
{
	margin-left: 214px;
	padding-top: 5px;
        padding-right: 5px;
	background: #ffffff no-repeat top center;
}

#content ul
{
	list-style-type: disc;
	list-style-position: inside;
}

#contentwrapper
{
	clear: both;
	height: 350px;
}

#foot
{
	clear: both;
	margin-top: 5px;
	text-align: center;
	border-bottom: 15px solid #EA764B;
}

#accessibility
{
	position: absolute;
	top: -10000px;
}

#sidebar-1 a
{
	border: 0px;
	color: white;
	text-decoration: none;
}

h1
{
	font-weight: normal;
	text-decoration: none;
	font-size: 1.2em;
}

h2
{
	font-weight: normal;
	font-size: .9em;
	font-style: italic;
}

h3
{
	font-weight: normal;
	font-size: 1.1em;
}

h4
{
	font-weight: normal;
	font-size: 1em;
}

h3 a
{
	border: 0px;
	font-weight: normal;
	font-family: Georgia, Times, Serif;
	font-size: 1.1em;
}

h1 a, h2 a
{
	border: 0px;
}

#content hr
{
	color: #ccc;
	width: 66%;
	margin-top: 2em;
	margin-bottom: 2em;
}

img.divider
{
	align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}

.comments_error
{
	background-color: #ffa;
}

div.comments_error
{
	border: 1px solid #cc8;
	padding: 0.3em;
}

/*-- menu --*/

.dropDownNavigation, .dropDownNavigation ul
{
	float: left;
	background-color: #0035AD;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid #333;
	border-right: none;
	font-size: 12px;
}

.dropDownNavigation li
{
	float: left;
	font-size: 0.7em;
}

.dropDownNavigation a
{
	display: block;
	padding: 0 1.2em;
	color: #FFF;
	border-right: 1px solid #333;
	line-height: 2.1em;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}

.dropDownNavigation a:hover
{
	background-color: #7F8CD3;
	color: #000;
}

.dropDownNavigation li ul
{
	position: absolute;
	left: -999em;
}

.dropDownNavigation li ul li
{
	float: none;
}

.dropDownNavigation li ul a
{
	background: #FFFFFF;
	color: #000;
	white-space: nowrap;
}

.dropDownNavigation li ul a:hover
{
	background: #7F8CD3;
}

.dropDownNavigation li li ul
{
	position: absolute;
	left: -999em;
	margin: -24px 0 0 99.5%;
}

.dropDownNavigation li:hover li ul
{
	left: -999em;
}

.dropDownNavigation li:hover ul, .dropDownNavigation li li:hover ul
{
	left: auto;
}
