@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 88%;
	color: #202020;
	margin: 0 auto;
	text-align: center;
	
}
body {
background-color: #380207;	
width: 850px;

}

#wrapper {
text-align: left;
background-color: #fff;

}

#content {
background-image: url(images/bg-content.jpg);
background-repeat: repeat-y;

}

a:link {
	color: #0d3333;
}
a:hover {
	color: #ff9a00;
}
/*typography */
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 140%;
	color: #9acc00;
}
h2 {
	font-size: 120%;
	color: #ff9a00;
}
h3 {
	font-size: 110%;
	color: #33cccc;
}	
p, ul li, td {
font-size: .95em;
color: black;
line-height: 170%;
}
td {
line-height: normal;
}
.emph-text {
	color: #33cccc;
	font-weight: bold;
}

.orange-text {color: #ff9a00}

.left-col {
width: 185px;
float: left;

margin: 0 auto; text-align: center;
}
.right-col {
width: 185px;
float: right;
margin: 0 auto; text-align: center;
}
.center-col {
margin-left: 220px;
width: 410px;
}
#footer {
width: 90%;
margin: 0 auto;
text-align: center;
border-top: 1px dotted #33cccc;
padding: 5px 0;

}


.orange, .ad-block-orange  {
border: 5px solid #ff9a00;
}
.aqua, .ad-block-aqua {
border: 5px solid #33cccc;
}
.green, .ad-block-green {
border: 5px solid #9acc00;
}

.clr {
clear: both;
}
.lt {
float: left;
margin-right: 10px;
}
.rt {
float: right;
margin-left: 10px;
}
.ctr {
margin: 0 auto;
text-align: center;
}
.teal {color: #1F72B8; border: 1px dotted #ff9a00; padding: 15px; text-align: center; font-size: 115%; font-weight: bold;}