/* Text */

body, p, ul, ol, table, strong, em, li	{
	font-family: Verdana;
	color: #605844;
}

ul, ol, table, p {
	margin-top: 1em;
	margin-bottom: 1em;
}

#center ul, #center ol {
 margin-left: 1em;
}

ul ol, ol ul, ol ol, ul ul {
 margin-left: 1em;
}

ul li {
	list-style-image: url(uploads/images/site_design/bullet.gif);
}

#left ul li {
	list-style-image: none;
}



#center {
	font-family: Verdana;
	color: #605844;
	font-size: 0.8em;
}

#center p, #center ul, #center ol, #center dl {
	line-height: 1.3em;
}

/* Headings */

#center h2 {
	color: #CDA180;
	padding-bottom: 4px;
	border-bottom: 3px solid #CDA180;
	font-weight: normal;
	text-transform: capitalize;
}

#center h3 {
	color: #605844;
	font-size: 1.6em;	
	padding-bottom: 4px;
	border-bottom: 2px solid #CDA180;
	margin: 1.8em 0 0.5em 0;
	font-weight: normal;	
}

#center h4 {
	color: #605844;
	font-size: 1.2em;	
	padding-bottom: 4px;
	border-bottom: 1px solid #CDA180;
	margin: 1em 0 1em 0;
	font-weight: normal;	
}

.box {
	width: 46%;
	margin-right: 4%;
	float: right;
}

#center .box h3 { margin-top: 0.5em; font-size: 1.3em;}

* html .box {width: 45%; margin-right: 4%;}

.quick_links ul {margin-top: 0.2em;}

.quick_links ul a {
	color:#605844;
	text-decoration: underline;
}

/* lists */

dt {font-weight: bold; margin-top: 1em;}
dd {padding-left: 0; margin-left: 0;}

/* Misc */

blockquote	{
	font-size: 1.5em;
	line-height: 1.5em;
	margin: -0.5em 0.2em 1em 0;
}

/* LINKS */

a, a:link, a:active {
	color: #CDA180;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-weight: normal;
}

/* TABLES*/

table.links th,
table.links td
{
border-bottom: 1px solid #CDA180;
padding: 6px 4px;
}
table.links td {padding-left: 20px;}

table.links td ul {margin-top: 0;}
table.links td li {margin-top: 0;}
table.links td strong {padding-left: 13px;}

/* FOOTER */

#footer_wrapper {
border-top: 5px solid #FAF5F2;
}

#footer {
	text-align: left;
	font-size: 0.6em;
}

/* tables */

table tbody th {
	text-align: left;
}