body {
	background: url(../media/bg_main.gif) repeat-x; 
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color:#000000;
	margin-top: 0px;
}
 

/* LINK STYLES */
a:link, a:visited, a:active    {text-decoration:none; color: #0099FF;}    
a:hover   { text-decoration: underline; color:  #0099FF; }

#main_nav
{ 
	margin:0 auto;
	width: 718px;
	padding-left: 124px;
}

#container
{
	width: 842px;
	margin:0 auto;
	background-image: url(../media/bg_brick.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
}

#left_column
{ 
	float: left; 
	width: 575px;
	margin: 0 0px 0 0px;
}

#right_column
{
	float: left; 
	width: 177px;
	margin-left:15px;
}

#side_nav
{
	width: 177px;
}

#header
{
	width: 443px;
	margin: 0 8px 0 124px;
}

#content
{
	background-image: url(../media/bg_content.jpg);
	width: 341px;
	margin: 0 20px 0 134px;
	padding: 10px 40px 10px 40px;
	line-height: 150%;
}

#bottom
{
	width: 421px;
	margin: 0 20px 0 134px;
}

#footer
{
	margin: 0px 10px 0px 6px;
	width: 836px;
	padding: 20px 10px 20px 10px; 
	background-color:#E4E4E4;
	font-size: 10.5px;
	color: #000000;
	text-align:center
}

#footer a {
	font-size: 10.5px;
	color: #000000;
	text-align:center
}

#side_positions {
	font-size: 11 px;
	color: #AAAAAA;

}

#side_positions a {
	font-size: 11 px;
	color: #AAAAAA;
	line-height: 180%;
}

.clear { clear:both;}


/* TEXT STYLES */
h1 {
	margin-top:0em;
	margin-bottom:10px;
	font-weight:normal;
	font-size:20px;
	color: #BD0022;
}

h2 {
	margin-top:0em;
	margin-bottom:0em;
	font-weight:bold;
	font-size:12px;
	color: #867467;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 0em;

}

li {
	line-height: 13.5px;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 9.5px;
}

.pullquote {
padding: 10px;
width: 310px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 5px;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #694e1c;
border-bottom-color: #694e1c;
font-size: 14px;
text-align: left;
line-height: 1.5 em;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
font-weight: normal;
}
