/* HTML tag styles *********************************************/

body	
{
	color: #000000;
	margin: 0;
	padding: 15px 0 15px 0;
	border: 0;
	text-align: center;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	background-color: #FFFEE2;
}

td
{
	font-size: 11px;
	letter-spacing: 1.3px;
	color: #666666;
	background: inherit;
	margin: 0;
}

ul
{
	list-style-type: disc;
	margin-bottom: 0;
}

h1
{
	font-size:180%;
	color:#666666;
	background: inherit;
}

h2
{
	font-size:150%;
	color:#666666;
	background: inherit;
}

dl 
{
	width: 660px;
	margin: 0 0 20px 0;
	padding: 0;
	color: inherit;
	background: inherit;
	border: 1px solid #aa9e39;	
}

dt 
{
	margin: 0;
	padding: 10px;
	font-size: 130%;
	background-image: url(../images/dt_bg.jpg);
	background-color: #FFFEE2;
	font-weight: bold;
}

dd 
{
	margin: 0;
	padding: 10px 10px 10px 10px;
	color: #666666;
	font-size: 90%;
	background-color: #FFFEE2;
}


/* Class styles ************************************************/

.active
{
	color: inherit;
	background: #fff9bf;
}

.image
{
	vertical-align:text-top;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}


.topicholder
{
	width:630px;
	text-align: justify;
}

.topic
{
	border: 1px solid #bfb660;
	vertical-align:text-top;
	float:left;
	margin: 0 20px 20px 0;
}

.img_left
{
	float: left;
	height: 200px;
}

.footer_link
{
	color: #000000;
}

.text_link
{
	color: #666666;
	font-weight: bold;
}

.logo
{
	border: 1px solid #000000;
}

/* ID tag styles ***********************************************/

#canvas
{
	font-size:12px;
	color: #000000;
	background: #ffffff;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #aa9e39;
	width: 750px;
}

#content
{
	color: inherit;
	background-color:#ffffff;
	padding: 10px 40px 10px 40px;
	text-align:left;
	letter-spacing: 1.3px;
}

#footer 
{
	border-top: 1px solid #ccc;
	color: #000000;
	background: #F79A00;
	padding: 5px 0px 5px 0px;
	text-align: left;
	clear: both;
	font-size: xx-small;
	width: 750px;
}

#topmenu 
{
	margin: 0;
	padding: 0;
	color: inherit;
	background-color:#ffffff;
	height:30px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

#topmenu ul 
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}

#topmenu ul li 
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#topmenu ul li a 
{
	width: 118px;
	border-right: 1px solid #cccccc;
	border-left: none;
	padding: 0;
	color: #000000;
	background: inherit;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	height:30px;
}

#topmenu ul li a:hover 
{
	color: inherit;
	background: #FFFEE2;
}

#w3ccompliant
{
	padding-right: 20px;
	text-align: right;
}

