body { background: #FFFFFF; color: #000000; font-family: Tahoma, Arial, sans-serif; font-size: 100%; }
* { padding: 0; margin: 0; }

#wrapper { width: 770px; margin: 10px auto; font-size: 0.70em; border-bottom: 5px solid #FFA03B; }

/* header */

#header { float: left; width: 100%; margin: 0 0 20px 0;}
.header-left { float: left; width: 20%; text-align: right; padding: 0 10px 0 0; border-right: 2px solid #FFA03B; margin: 60px 0 0 0;}
.header-right { float: left; width: 290px; padding: 0 0 0 20px; }
.logo { margin: 0 0 5px 0; }
ul.nav { float: right; list-style: none; width: 266px; }
ul.nav li { float: left; width: 126px; height: 40px; margin: 0 0 4px 4px; }
ul.nav li a {float: left; display: block; width: 126px; height: 40px; line-height: 40px; font-size: 0.8em; font-weight: bold; color: #00000; text-decoration: none; background: url(images/bg-nav-off.png); }
ul.nav a img { border: 0; }
ul.nav li a:hover { background: url(images/bg-nav-on.png) }

/* content area */
#main-left { float: left; width: 50%; margin: 0 0 20px 0;}
#main-right { float: left; width: 49%; margin: 0 0 20px 0; }
.section-left { float: left; width: 89%; padding: 3% 5%; border-right: 2px solid #FFA03B;}
.section-right { float: left; width: 90%; padding: 3% 5%;}
.bubble { width: 187px; height: 97px; font-size: 0.9em; padding: 10px 10px 0 80px; background: url(images/bg-bubble.png) }
.bubble a:link { color: #000000; text-decoration: none; }
.bubble a:visited { color: #000000; text-decoration: none; }
.bubble a:hover { color: #000000; text-decoration: none; }
.bubble a:active { color: #000000; text-decoration: none; }
.bubble a:focus { color: #000000; text-decoration: none; }
.profileimage { margin: 0 20px 0 0; }

/* general styles */
a:link { color: #FFA03B; }
a:visited { color: #FFA03B; }
a:hover { color: #FFA03B; }
a:active { color: #FFA03B; }
a:focus { color: #FFA03B; }
a img { border: 0; }
h2 { float: left; width: 100%; font-size: 1.2em; text-indent: 20px; padding: 8px 0; background: #FFA03B; margin: 0 0 20px 0 ; }
h2 a:link { color: #000000; text-decoration: none; }
h2 a:visited { color: #000000; text-decoration: none; }
h2 a:hover { color: #000000; text-decoration: none; }
h2 a:active { color: #000000; text-decoration: none; }
h2 a:focus { color: #000000; text-decoration: none; }
h3 {font-size: 1.2em; line-height: 1.5em; margin: 0 0 1em 0; }
h4,h5,h6 {font-size: 1.1em; line-height: 1.5em; margin: 0 0 1em 0; }
p { line-height: 1.5em; margin: 0 0 1em 0; }
ul {  margin: 0 0 1em 2em; }
li { line-height: 1.5em; margin: 0 0 0.5em; }
.orange { color: #FFA03B; }

strong { color: #97BF0D; }
.grey { color: #666666; }
.clearfix { display: block; clear:both; }