/****** Body ******/

body,
td {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

body {
	margin: 24px;
	
	background-color: #ffffff;
	color: #000000;
}


a, a:link {
	color: #c22716;
	
}

a:visited {
	color: #7C15C1;
	color: #c22716;
}

a:active, a:hover {
	color: #2715C1;
}



p {
	margin: 0 0 10px 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	color: #000000; 
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}

h1 {
	font-size: 24px; 
	font-weight: normal;
	margin-top: 50px;
	color: #c22716;
}

h2 {
	font-size: 18px; 
	margin-top: 20px;
	color: #c22716;
}

h3 {
	font-size: 14px;
	color: #c22716;
}

h4 {
	font-size: 12px;
	font-style: italic;
	color: #c22716;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 12px;
	margin-bottom: 0px;
}

a img {
	border: none;
}



/****** Styles ******/

.red {
	color: #c22716;
}

.smaller {
	font-size: 11px;
}

h1.smaller,
h1 span.smaller {
	font-size: 21px;
}


/****** Header ******/

#header {
	border-bottom: 18px solid #cc9900;
}

#header,
#header a {
	height: 53px;
}

#header a {
	font-weight: bold;
	color: #c22716;
	text-decoration: none;
	
	display: block;
	width: 601px;
	background: url(images/header.jpg) no-repeat;
}

#header a:hover {
	text-decoration: underline;
}

#header a span {
	margin-left: -999px;
}



/****** Main ******/

table#main {
	margin: 12px 0;
	width: 100%;
}

table#main td {
	vertical-align: top;
}

#navigation,
#content {
}



/****** Navigation ******/

#navigation {
	padding: 0;
	width: 180px;
}

#navigation ul,
#navigation li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation li {
	padding: 6px 0px;
}

#navigation li li {
	padding: 6px 0 6px 12px;
}

#navigation a {
	color: #c22716;
}

#navigation a.highlight {
	color: #000;
	text-decoration: none;
}

#navigation a:hover {
	color: #000;
	text-decoration: underline;
}



/****** Content ******/

#content {
	padding: 0 0 0 24px;
}

#content *:first-child {
	margin-top: 0;
}

#content h1:first-child {
	margin-top: 4px;
	margin-bottom: 12px;
}

#content hr {
	border: 1px solid #8f8888;
	margin: 12px 0;
	background-color: #8f8888;
}

#content #right {
	float: right;
	width: 144px;
	width: 120px;
	
	background: #e8e5dd;
	border: 1px solid #d5ceb6;
	
	padding: 12px 6px 6px 6px;
	margin: 4px 0 12px 12px;
	
	/*
	background: #dad1d0;
	background: #e6dbda;
	
	background: #dad7d0;
	background: #e6e3da;
	background: #e8e5dd;
	
	border: 1px solid #dad7d0;
	border: 1px solid #d5ceb6;
	*/
}

#content #right a {
	color: #c22716;
}

#content #right a:hover {
	color: #000000;
}

#accordion {
	width:680px;
}

.toggler { 
	cursor:pointer; 
	color:#c22716; 
	margin: 0px; 
	background:#e1e1e1;
	padding:5px; 
	font-size:18px; 
	font-family:Arial, sans-serif;
}

.toggler:hover { background:#eee; }

.element { width:670px; overflow:hidden; padding-bottom:3px }

.obs_column { float:left; width:200px; padding:5px; }

.obs_column li { line-height: 20px }


/****** Footer ******/

#footer {
	clear: both;
	border-top: 6px solid #cc9900;
	font-size: 11px;
	text-align: right;
	padding-top: 3px;
}


