body {
	background-color: #CCCCFF;
}

#wrapper {
	width: 780px;
	margin: 5px auto 5px auto;
	padding: 0px;
	text-align: center; /* workaround for IE */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;

}

#inner-wrapper {
	/* inner wrapper to get a border around entire content*/	
	width: 100%;
	float: left;
	border: 2px solid #A91518;
}

#header {
	width: 100%;
	height: 210px;
	background-color: #49171B;
	background-image: url(../images/cp-banner-no-logo.jpg);
	background-repeat: no-repeat;	
	background-position: top left;
	position: relative;
}

#header-logo {
	position: absolute; 
	top: 43px; 
	left: 19px;	
}

#topmenu {
	float: left;
	width: 100%;
	background-color: #880A09;
	background-image: url(../images/topmenu-bg.gif);
	background-repeat: repeat-x;	
	background-position: top left;
	border-top: 2px solid #F9CAA1;
	border-bottom: 2px solid #F9CAA1;		
	clear: both;
	position: relative;
}

/* total width: 160px */
#topmenu a {
	display: inline-block;
	float: left;
	height: 26px;
	background-image: url(../images/topmenu-bg.gif);
	background-repeat: repeat-x;	
	background-position: top left;	
	color: #FFFFFF;
	padding: 0px 20px 0px 20px;
	line-height: 26px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	/* allow menu to break over lines and maintain borders */
	border-right: 2px solid #F9CAA1;
	border-bottom: 1px solid #F9CAA1;
	margin-bottom: -1px;
	border-top: 1px solid #F9CAA1;
	margin-top: -1px;		
}

#topmenu a:link, #topmenu a:visited, #topmenu a:active {
	color: #FFFFFF;
	text-decoration: none;
	border-right: 2px solid #F9CAA1;
	border-bottom: 1px solid #F9CAA1;
	margin-bottom: -1px;
	border-top: 1px solid #F9CAA1;
	margin-top: -1px;		
}

#topmenu a:hover {
	background-image: none;
	color: #A91518;
	background-color: #FBB15F;	
	text-decoration: underline;
	border-right: 2px solid #F9CAA1;
	border-bottom: 1px solid #F9CAA1;
	margin-bottom: -1px;
	border-top: 1px solid #F9CAA1;
	margin-top: -1px;	
}

#container {
	float: left;
	width: 560px;
	background-color: #FFFFFF;		/* color of center content */
	border-left: 220px solid #FBB15F;	/* The width and color of the left rail */
	border-right: 0px solid #FFFFFF;	/* The width and color of the right rail */
	display: inline; 				/* So IE plays nice */
	text-align: left;				/* reset */
	clear: both;
}

/* total width: 220px */
#left-pane {
	float: left;
	width: 220px;
	padding: 0px;
	margin-left: -220px;
	position: relative;
	background-image: url(../images/leftpane-bg.jpg);
	background-repeat: repeat-x;	
	background-position: top left;	
}

/* total width: 220px */
#info {
	width: 180px;
	margin: 20px;	
}

#info-top {
	width: 177px;
	height: 3px;
	background-color: #FBB15F;
	font-size: 0px;	
}

#info-middle {
	width: 157px;
	padding: 20px 10px 20px 10px;
	background-color: #FBB15F;	
	border-right: 3px solid #8E120D;
	color: #000000;
	font-size: 10px;
	font-weight: normal;	
}

#info-bottom {
	width: 177px;
	height: 3px;
	margin-left: 3px;
	background-color: #8E120D;
	font-size: 0px;	
}

#info h5 {
	color: #A91518;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#info p {
	padding: 5px 0px 10px 0px;
	margin: 0px;
}

/* total width: 560px */
#center-pane{
	float: left;
	width: 100%;
}

/* total width: 560px */
#pagetext {
	margin: 0px;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;

	background-image: url(../images/pagetext-topshadow.gif);
	background-repeat: repeat-x;	
	background-position: top left;
}

#pagetext h1 {
	font-size: 24px;
	font-weight: normal;	
	color: #8E120D;
}

#pagetext h2 {
	font-size: 18px;
	font-weight: normal;	
	color: #A91518;
}

#pagetext h3 {
	font-size: 18px;
	font-weight: normal;	
	color: #FBB15F;
}

#pagetext h4 {
	font-size: 16px;
	font-weight: normal;	
	color: #A91518;
}

#pagetext h5 {
	font-size: 16px;
	font-weight: normal;	
	color: #FBB15F;
}

#pagetext h6 {
	font-size: 14px;
	font-weight: bold;	
	color: #000000;
}

#pagetext hr {
	margin: 3px 0px 3px 0px;
	padding: 0px;
	height: 1px;
	color: #A91518;
	background-color: #A91518;
}

#pagetext strong {
	font-weight: bold;
}


#pagetext ul {
	margin-left: 15px;
	padding-left: 15px;
	list-style-type: disc;	
}

#pagetext ol {
	margin-left: 15px;
	padding-left: 15px;
	list-style-type: decimal;
}

#pagetext a:link, #pagetext a:visited, #pagetext a:active {
	color: #003366;
	text-decoration: underline;
}
#pagetext a:hover {
	color: #A40000;
	text-decoration: underline;
}

#pagetext td {
	vertical-align: top;
	padding: 0px 5px 5px 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#right-pane{
	float: right;
	width: 0px;
	margin-right: -0px;
	position: relative;
}

#footer {
	width: 100%;
	height: 40px;
	background-color: #CCCCCC;
	clear: both;
	position: relative;
}
