@charset "UTF-8";
/* CSS Document */

/* Font sizes: 
   10px = 0.8333em; 11px = 0.9166em; 12px = 1.0em; 14px = 1.1666em; 16px = 1.3333em; 18px = 1.5em; 20px = 1.6666em */

/* Friendly global style resetting 
==============================================================================================  */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, legend,
input, p, blockquote, th, td { padding: 0; margin: 0; border: 0; cursor: default; }
body { word-wrap: break-word; } /* IE 5/6 Avoiding Box Expand Hack  */
table { border-collapse: collapse; border-spacing: 0; border: 0; }
a, img, a img { border: none; outline: none }
address, caption, cite, th { font-style: normal; font-weight: normal }
ol, ul { list-style: none }
caption, th { text-align: left }
p, h1, h2, h3, h4, h5, h6 { font-size: 100.01%; font-weight: normal; text-align: left; }
em, strong { font-weight: bold; font-style: normal }
abbr { border: none; }
iframe { border: none; margin: 0; padding: 0; background-color: #E5E5E5; }

div { position: relative; background-color: transparent; }

html, body { height: 100%; font-size: 100.01%; }
body  { text-align: center; background-color: #D9C69F;  }
html { overflow-y: scroll; }

/* Basics
==============================================================================================  */

body, input, td, textarea { color: #000; font: normal 12px/1.25 Arial, Helvetica, sans-serif;  }

p { margin: 0 0 7px 0; line-height: 1.25em; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 5px 0; padding: 10px 0 0 0; line-height: 1.25em; font-weight: bold; color: #000; }

h1 { font-size: 24px; line-height: 26px; letter-spacing: -1px; font-weight: normal; color: #392919; }
h2 { font-size: 24px; line-height: 26px; letter-spacing: -1px; } 
h3, h4, h5, h6 { font-size: 1em; color: #111; }

a, a:link, a:visited { color: #392919; font-weight: bold; text-decoration: none; cursor: hand; cursor: pointer; }
a:hover { color: #000; text-decoration: underline; }
a:active { color: #392919; text-decoration: none; }

.hr { clear: both; height: 0; overflow: hidden; font-size: 0; line-height: 0; }
.hr hr { display: none; height: 0; overflow: hidden; size: 0; }

/* Structure
==============================================================================================  */

#wrapper { width: 100%; margin: 0 auto; text-align: center; background: #FFF url(../images/bckgr_main.png) repeat-x 50% top scroll; }
#wrapper-inner, #wrapper-footer { width: 780px; margin: 0 auto; padding: 0; background-color: transparent; text-align: center; }
#header, #content, #footer { width: 720px; margin: 0 auto; padding: 0; clear: both; }
#header { padding-top: 32px; }
#content { padding: 28px 0 24px 0; }
#footer { padding: 20px 0 24px 0; background: #D9C69F url(../images/bckgr_footer.png) no-repeat 456px top scroll; }
#mainclmn { width: 450px; float: left; }
#sideclmn { width: 220px; float: right; padding-top: 12px; }

/* Styles
==============================================================================================  */

#header h1 { text-indent: -999em; display: block; height: 42px; width: 240px; overflow: hidden; 
	background: #FFF url(../images/logo.png) no-repeat left top scroll; padding: 0; margin: 0 0 0 457px; }

span.prefix { display: block; float: left; width: 1.5em; font-weight: bold; color: #392919; }

span.divider { font-weight: normal !important; padding-left: 2px; padding-right: 2px; }

.bold{
	font-weight: bold;
}







