/* layout */

#outer {
	margin: auto;
	width: 750px;
}

#header {
	height: 133px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
}
 
#container {
	background-image: url("../images/container.gif");
	width: 750px;
}

#maincol { margin:0px; border:none; padding:60px 0px 0px 0px; width:750px; background-color:#bea087; color:#fff; }

#leftcol {
	float: left;
	width: 588px;
	padding-top: 60px;
	margin-left: 0px;
	padding-left: 0px;
}

#leftcol ul { 
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 70px;
	padding-right: 70px; 
}

#rightcol {
	float: right;
	width: 162px;
	padding-top: 60px;
}

#prefooter {
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
	padding-bottom: 15px;
}

#footer {
	color: #000;
	height: 24px;
	background-color: #857365;
	clear: both;
	padding-top: 6px;
}

.footerleft {
	padding-left: 29px;
	float: left;
	width: 542px;
}
.footermiddle {
	float: left;
}

.footerright {
	padding-right: 35px;
	text-align: right;
	float: right;
	padding-bottom: 5px;
}

/* top navigation */

#navigationlist {
	height: 25px;
	background-color: #857365;
	padding: 1px 0px;
	color:#fff;	
	padding-top: 5px;
}

#navigationlist ul{
	margin-left: 0px;
	padding-left:10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#navigationlist li {
	display:inline;
	padding-right: 6px;
	color:#fff;
	float:left;
	text-decoration: none;
	font-weight: bold;
}


#navigationlist li a {
	color:#fff;
	text-decoration: none;
}

#navigationlist li a:hover {
	color:#000;
	text-decoration: none;
}

#navigationlist .current {
	color: #000;
}

/*--doesn't work in ie
#navigationlist li:after 
{
    color: #fff;
    content: "|";
    padding-left: 12px;
}
---*/

/* related links */

.related p {
	margin-left: 0px;
	padding-left: 0px;
}

.related a {	
	font-size: 105%;
	font-weight: bold;
	line-height: 25px;
	background-image: url("../images/bullet.gif");
	margin-left: 0px;
	padding-left: 60px;
	background-image: url("../images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 32px;	
	color: #fff;
}

.related a:hover {
    color: #000;
}


.related strong {
    display: none;
}
    
/* right column images */
#rightcol ul{
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#rightcol li {
	padding-left: 25px;
	padding-bottom: 20px;
}

#rightcol img {
	border: none;
}
	

/* tag specific */

body {
	background-color: #660033;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: #fff;
}
h1.pageTitle {
	margin: 0px;
	padding: 0px 0px 0px 32px;
	font-size: 115%;
	background:none;
}

h1{
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px 0px 0px 32px;
	font-size: 115%;
	background:none;
}

h2{
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 60px;
	padding-right: 60px;
	font-size: 105%;
	background-image: url("../images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 32px;
}

h3 {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 60px;
	padding-right: 60px;
	font-size: 105%;
}

p {
	margin-left: 0px;
	padding-left: 70px;
	padding-right: 70px;
}

a{
	text-decoration: none;
	color: #660033;
}

a:hover {
	text-decoration: underline;
	color: #660033;
}

a img { border:none; }

table {
	font-size: 100%;
}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 
