/* Basics CSS*/

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
 margin: 0px;
 color: #333;
 background:#fff;
 padding: 0px;
 font: 0.86em/1.4 "Trebuchet MS", Helvetica, sans-serif;
 }

a:link, a:visited, a:active {
color: #775D42;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #fff;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
	width: 762px;
	background: #FFFFFF url(../images/outer_bkg.gif) repeat-y;
 }

#hdr {
 padding-top: 60px;
 padding-bottom: 40px;
 background: #fff url(../images/bkg2.gif) no-repeat top;
 }

#hdr h1 {
	color: #000000;
	background:#B7734B;
	text-align: center;
	margin: 0;
	border:solid #000000;
	border-width:1px 0 1px 0;
	font: bold 1.5em "Trebuchet MS", Helvetica, sans-serif;
 }

#nav {
 float:right;
 width:145px;
 padding: 1em;
 padding-bottom: 30px;
}
#nav ul {
 margin: 0;
 padding: 30px 0 0 0;
 list-style: none;
}
#nav li {
	margin: 0;
}
#nav h2 {
	font-size: 16px;
	border-bottom: 1px solid #F4F2EC;
	color: #7e7d48;
}

#cont {
	float:left;
	width:540px;
	padding: 20px 10px 20px 20px;
	background: transparent;
 }
#cont a:link, #cont a:visited, #cont a:active {
color: #4F7D31;
text-decoration: none;
}
#cont a:hover {
text-decoration: none;
color: #000;
}
#cont h1 {
	font-size: 18px;
	color: #000;
}
#cont h2 {
 color: #4F7D31;
}
#cont h3 {
	font-weight: normal;
	margin-bottom: -12px;
	font-size: 16px;
	color: #663366;
}
#ftr {
	clear: both;
	color: #000;
	background:#fff;
	font-size: 0.8em;
	text-align: center;
	border-top: 2px solid #999966;
	margin: 1em 0 0;
	height: 40px;
	padding-top: 5px;
 }
#ftr a:link, #ftr a:visited, #ftr a:active {
color: #4F7D31;
text-decoration: none;
}
#ftr a:hover {
text-decoration: none;
color: #000;
}

.leftimg {
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
}
.rightimg {
	float: right;
	margin-left: 10px;
	border: 1px solid #000000;
}
.GraphicBorder {
	border: 1px solid #000;
}
#top-nav {
	float: right;
}
.indent {
	padding-left: 10px;
}
#cont ul {
	list-style: url(../images/bullet01.gif);
}
.txtBigPurple {
	font-size: 16px;
	color: #663366;
}.mousetype {
	font-size: 11px;
}
