/* reset */

 ....loading....
Console panel is disabled

Use the Firebug status bar icon menu to enable and disable all panels. Use the panel tab's small menu for individual panel control: 
body, div, dl, dt, dd, li, pre, form, fieldset, input, textarea, p, blockquote, th, td, button {
margin:0;
padding:0;
}
h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
margin:0;
padding:0;
}
address, caption, cite, code, dfn, em, strong, var {
font-style:normal;
font-weight:normal;
}
ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
caption, th {
font-style:normal;
font-weight:normal;
text-align:left;
}
acronym, abbr, fieldset, img {
border:0 none;
}
:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}





/* global */


body	{
background-color: #666666
}

p	{
font-family: Arial, Helvetica, sans-serif;
color: #988C6B;
font-size: 13px;
line-height: 17px;
}

.clear	{
clear: both;
}

ul	{
font-family: Arial, Helvetica, sans-serif;
color: #988C6B;
font-size: 13px;
line-height: 19px;
list-style: disc inside;
margin-bottom: 10px;
}

li	{
line-height: 23px;
}

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

.bold	{
font-weight: bold;
color: #444445;
}

#wrapper	{
width: 900px;
background-color: white;
padding: 20px 0px;
margin-left: auto;
margin-right: auto;
}

#header	{
width: 860px;
height: 130px;
background-color: #eeede4;
margin: 0px 0px 0px 20px;
padding-top: 10px;
}

#logo	{
	width: 500px;
	margin-left: 200px;
}

#mainModule	{
	width: 860px;
	margin: 0px 0px 30px 20px;
}

#content	{
	width: 860px;
	margin: 0px 0px 30px 20px;
}

#contentLeft	{
	width: 246px;
	margin-left: 0px;
	float: left;
	display: inline;
	border-right: solid #C1B9A3 4px;
}

#contentLeft p	{
margin: 20px 0px 0px 20px;
}

#contentRight	{
	width: 576px;
	float: left;
	display: inline;
	padding-left: 34px;
}

.calloutLeft	{
	width: 222px;
	float: left;
	display: inline;
}
.calloutRight	{
	width: 300px;
	float: left;
	display: inline;
}

.calloutRight ul	{
margin-left: 30px;
}

#footer	{
width: 860px;
height: 20px;
background-color: #eeede4;
margin: 20px 0px 0px 20px;
}
