@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFCC99;
	margin: 0; 
	padding: 35px 0px 35px 0px;
	text-align: center; 
	color: #CC3300;
}

.topinfo {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 5px auto 5px auto;
	padding: 3px;
	width: 95%;
	border: solid 1px;
}

.catinfo {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 5px auto 5px auto;
	padding: 3px;
	width: 95%;
	border: solid 1px;
}

a
{
color: #B96D00;
text-decoration: none;
border-bottom:#CC3300 2px dotted;
}
a:hover
{
text-decoration: none;
border-bottom:#CC3300 2px solid;
}


.twoColElsRtHdr #container {
	width: 46em;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 2px solid #CC3300;
	text-align: left; 
} 
.twoColElsRtHdr #header { 
	background: #FFE3C8;
	border-bottom: 2px solid #CC3300;
	padding: 0 10px;  
} 
.twoColElsRtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.twoColElsRtHdr #sidebar1 {
	float: right;
	width: 16em;
	background: #FFE3C8;
	padding: 15px 0px;
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

.twoColElsRtHdr #mainContent {
	margin-top: 0;
	margin-right: 16.5em;
	margin-bottom: 0;
	margin-left: 10px;
} 
.twoColElsRtHdr #footer { 
	padding: 0 10px; 
	border-top: 2px solid #CC3300;
	background:#FFE3C8;
} 
.twoColElsRtHdr #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: x-small;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.category {
	font-size: large;
	position: relative;
	padding-bottom: 10px;
	padding-left: 5%;
	width: 45%;
	float: left;
}


.linklist a {
	font-size: small;
	color: #CC3300;
	border-bottom: none;
}

.linklist a:hover {
	font-size: small;
	color: #CC3300;
	border-bottom: solid;
}
.best {
	font-size: large;
	text-align: center;
	margin: 0 auto;
	background-color: #FFE3C8;
	border-width: 2px;
	border-style: dashed;
	width: 80%;
	
}
.warning {
	font-size: x-small;
	text-align: left;
	margin: 0 auto;
	padding: 0 5px; 
}
