BODY { margin: 20px 0; padding: 0; background: #645329;  }

/* edit.com visible styles */
BODY, TD, .NormalText { text-decoration: none; font-weight: normal; font-style: normal; color: #000; font-size: 13px; font-family: Trebuchet MS, Arial, Hevetica, sans serif; line-height: 1.5em; }

h1, .Title		{ color: #7D0100; font-size: 23px; font-weight: normal; font-family: Trebuchet MS; line-height: 1.5em; margin: 0 0 15px 0; padding: 0; }
h2, .Header		{ color: #CD783F; font-size: 18px; font-weight: normal; font-family: Trebuchet MS; line-height: 1.5em; margin: 0 0 5px 0; padding: 0; }
.RedHeader		{ color: #7D0100; font-size: 18px; font-weight: normal; font-family: Trebuchet MS; line-height: 1.5em; margin: 0 0 5px 0; padding: 0; }
h3, .Subheader	{ color: #7D0100; font-size: 14px; font-weight: bold; font-family: Trebuchet MS; line-height: 1.5em; margin: 0; padding: 0; }

.Red		{ color: #7D0100; }
.Orange		{ color: #CD783F; }
.Beige		{ color: #E5CBA9; }
.LightBeige { color: #CDA05D; }
.Brown		{ color: #645329; }
.Black		{ color: #000000; }
.White		{ color: #FFFFFF; }

.SmallText	{ font-size: 10px; }
.MediumText	{ font-size: 16px; line-height: 1em; }
.LargeText	{ font-size: 24px; line-height: 1em; }

IMG.FloatLeft 	{ float: left; margin: 0 10px 5px 0; }
IMG.FloatRight 	{ float: right; margin: 0 0 5px 10px; }

/* site */
div#wrap 	{ width: 800px; margin: 0 auto; background: #E5CBA9; border-bottom: 10px solid #CD783F; }
div#banner	{ height: 200px; background: #CDA05D; border-bottom: 10px solid #CD783F; }
div#content { width: 550px; min-height: 400px; padding: 15px 20px 20px 0; float: right; }

ul#nav 		{ margin: 20px 0 0 0; padding: 0; display: block; float: left; }
ul#nav li 	{ margin: 0; padding: 0; display: block; }

div.clear	{ clear: both; }

/* links */
a:link, a:visited 		   { color: #645329; text-decoration: underline; border-style: none; outline: none; -moz-outline-style: none; }
a:active, a:hover, a:focus { color: #CD783F; text-decoration: underline; border-style: none; outline: none; -moz-outline-style: none; }

ul#nav li a { display: block; padding-left: 50px; font-size: 24px; font-weight: normal; font-family: Times New Roman; text-decoration: none; line-height: 1.25em; } 
ul#nav li a:link,
ul#nav li a:visited { color: #645329; }
ul#nav li a:active,
ul#nav li a:hover 	{ color: #CD783F; }
ul#nav li a.active  { background: url('../images/nav-branch.jpg') 5% 0% no-repeat; }
