body {
    font: 62.5% / 1.5 "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
    background: #fefefe url('images/bkg.gif') repeat-x;
    color: #000000;
    text-align: center;
	color:#222;
	font-family:'Arial';
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;

}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	font-weight:bold;
}

h1 {
    font-size: 2.2em;
	color: #594418;
	font-weight: bold;
}

h2 {
    font-size: 1.8em;
	color: #594418;
	font-weight: bold;
}

h3 {
    font-size: 1.4em;
	color: #594418;
	font-weight: bold;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.4em;
}

p {
	font-size: 12px;
	margin: 10px 0;
}


em { font-style: italic; }

strong { font-weight: bold;}

ul {
	font-size: 1em;
	margin: 10px 0;
	margin: 0;
	padding: 10px 0;
}

li {
	font-size: 12px;
	margin-left:10px;
	padding:0;
	list-style-position: inside;
	list-style-type: disc;
	line-height:1.2em;
}

input.text {
    padding: 3px;    
}

table {
	font-size: 12px;
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    text-align: left;
    font-weight: normal;
	vertical-align: top;
}

.clear {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

#column {
	width:50%;
	float:left;

}
#wrapper1 {
	position: relative;
    width: 963px;
    text-align: left;
    margin: 0 auto;
}

#header {
	background: url('images/header.gif') 0 0 no-repeat;
	width: 961px;
	height:203px;
}

#nav {
	float:left;
	width: 213px;
	min-height: 750px;
	height: auto !important;	
	margin:0;
	padding:0;
	background: #9d9654 url('images/nav_bk.gif') 0 0 no-repeat;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#nav a {
	font-size:18px;
	color:#663300;
	text-decoration:none;
	margin-left:30px;
}

#nav a:hover {
	color:#FFCC00;
	font-weight:bold;
	text-decoration:none;

}

#content1 {
	float:left;
	width: 748px;
	min-height: 750px;
	height: auto ! important;
	background: #ffffff url('images/page_bk.gif') repeat-y;
}

#sub-content {
	padding:0 20px;
}

#footer1 {
	float:left;
	background: url('images/footer.gif') 0 0 no-repeat;
	width: 961px;
	height:126px;
	text-align:center;
}

#footer1 .footer_menu {

	padding-top:35px;
	font-size: 1 em;
}

#footer1 .footer_menu a {
	color:#CC9900;
	text-decoration:none;
}

#footer1 .footer_menu a:hover{
	color:#FFFF33;
	text-decoration:none;
	fold-weight:bold;
}

#footer1 .copyright {
	padding-top:30px;
	font-size: .75em;
}


