/* body */
body {
	background-color: #881211;
	color: #fff;
	margin: 10px;
	font-family: arial;
	font-size: 12px;
}

body.aug 
{
    	background-color: #192f60;
}

form 
{
    margin: 0;
    padding: 0;
}

fieldset 
{
    padding: 0;
    margin: 0;
    border: 0px none;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#panel-body ul,
.copy ul {
	margin-left: 15px;
	margin-bottom: 20px;
	padding: 0;
	list-style-type: disc;
}

a {
	color: #1d366e;
	text-decoration: underline;
}


span.cr 
{
	background-color: transparent;
	background-repeat: no-repeat;	
	position: absolute;
	display: block;
	background-image: url(../image/chrome/map-corners.png);	
	font-size: 1px; 
	line-height: 1px;
}
span.cr1 { left: 0px; top: 0px; }
span.cr2 { right: 0px; top: 0px; }
span.cr3 { right: 0px; bottom: 0px; }
span.cr4 { left: 0px; bottom: 0px; }

.aug span.cr 
{
   background-image: url(../image/chrome/map-corners-aug.png);	
}

#content {
	margin-top: 143px;
	background-color: #fff;
	color: #000;
	width: 989px;
	position: relative;
	border: 1px solid #c4c6b1;
	padding: 4px;
	overflow: visible;
}

#content span.cr { width: 6px; height: 6px; } 
#content span.cr1 {	top: -1px; left: -1px; background-position: -10px 0px; }
#content span.cr2 { top: -1px; right: -1px;  background-position: -16px 0px; }
#content span.cr3 { bottom: -1px; right: -1px; background-position: -16px -6px; }
#content span.cr4 { bottom: -1px; left: -1px; background-position: -10px -6px; }

#header {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #fff;
	color: #000;
	padding-left: 5px;
	width: 992px;
}
#header img  { float: left;}

#header span.cr { width: 5px; height: 5px; } 
#header span.cr1 {	background-position: 0px 0px; }
#header span.cr2 { background-position: -5px 0px; }
#header span.cr3 { background-position: -5px -5px; }
#header span.cr4 { background-position: 0px -5px; }

#footer 
{
    clear: both; 
    color: #767360;
	padding-top: 10px;
	margin: 2px 7px 0px 7px;
	border-top: 1px solid #e7e6dc;
	clear: both;
}
#footer a {
	color: #767360;
}

#footer p {
	margin-bottom: 6px;
}     


img { border: none;}
/* left nav */

#panel-nav {
	position: relative;
	width: 198px;
	float: left;
	margin-right: 9px;
}


#panel-body {
	position: relative;
	width: 466px;
	background-color: #fff;
	/*left: 210px;*/
	float: left;
	display: inline;
	overflow: hidden;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 10px;
	margin-right: 9px;
}



#panel-sidebar {
	position: relative;
	width: 291px;
	background-color: #fff;
	/*left: 210px;*/
	float: left;
}

ul.anon,
ol.anon {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.schedule li {
		padding-bottom: 4px;
		border-bottom: 1px solid #e7e6dc;
		margin-bottom: 4px;
}

ul.schedule a {
	font-size: 12px;
	font-weight: bold;
	color: #4e4c3f;
	text-decoration: none;
}

ul.schedule li span.date {
		font-size: 11px;
		color: #767360;
		display: block;
}

input.text {
	border: 1px solid #a7a493;
	width: 127px;
	height: 17px;
	margin: 0;
	padding: 0;
	margin-right: 2px;
	float: left;
	
}

.button {
	border: 1px solid #a7a493;
	color: #767360; 
	background-color: #dcdeca;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0;
}

img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.center {
	clear: both;
	margin-bottom: 10px;
}
img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}