/*
tan: #c5bb9c
black: #030e1d
orange: #ca8538
purple: #614f71

down arrow:  &#8595;
*/

body{
margin:0;
padding:0;
line-height: 1.5em;
background:#c5bb9c;
word-wrap: break-word;
}

b{font-size: 110%;}
em{color: red;}

#header{
width: 100%; /*Width of main container*/
text-align:center; /* center for IE */
margin:0 auto; /* center for the rest */ 
background: #030e1d;
height: 112px;
width: 100%;
}

#navholder{
background-image:url('../img/nav_spacer.gif');
height: 48px;
}

#maincontainer{
width: 1004px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#contentwrapper{
float: left;
width: 100%;
}
	#contentcolumn{
	margin-right: 220px; /*Set right margin to RightColumnWidth*/
	}
		#midcols{
		z-index:100;
		width: 757px;
		margin-top: -3.4em;
		}
		.midcolsTD{
		padding: 6px;
		z-index: 100;
		background-image: url('../img/midcol_bg.gif');
		}
		.midcolsTD ul li{
		list-style:  outside url('../img/midcol_bullet.gif');
		margin: 10px 25px;
		line-height: 15px;
		font-family: tahoma, helvetica, sans-serif;
		color: #555555;
		font-size: 11px;
		}
		.midcolsTD a{color: #555555;text-decoration: none;}
		.midcolsTD a:hover{color: #614f71;text-decoration: underline;}
		
		#bodyholder{
		background: #ffffff;
		width: 757px;
		margin-top:0;
		}

#rightcolumn{
float: left;
width: 220px; /*Width of right column*/
margin-left: -220px; /*Set left margin to -(RightColumnWidth) */
background: #FFFFFF;
}

#rightcolumn a{ color: #444444; }

	.rightinnertube{
	width: 218px;
	margin: 1px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}
	
	.rightinnertube p{
	padding: 0 3px;
	line-height: 13px;
	}
		#rightholder{
		list-style: none;
		margin: 3px;
		line-height: 14px;
		font-family: tahoma, helvetica, sans-serif;
		color: #555555;
		font-size: 12px;
		}
		
		#rightholder b{
		font-size: 95%;
		}

#footer{
clear: left;
width: 100%;
background-image: url('../img/footer_bg.gif');
background-repeat: repeat-x repeat-y;
color: #555555;
padding: 4px 0;
font-family: tahoma, helvetica, sans-serif;
color: #555555;
font-size: 10px;
}

	#footer a{
	color: #555555;
	text-decoration: none;
	}
		#footer a:hover{
		color: #888888;
		text-decoration: underline;
		}
	
	#footer ul{
	list-style: inside url('../img/footer_bullet.gif');
	padding: 2px;
	margin-left: 10px;
	}

	#footer li{
	padding: 2;
	margin-left: -5px;
	margin-right: 10px;
	line-height: 15px;
	}
	
	#footer td{
	vertical-align: top;}


.innertube{
margin: 1px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
