/* Default Styles
----------------------------------------------- */

body {margin:0; padding:0; font-family: "Trebuchet MS",arial, verdana, sans-serif; font-size: 14px; color: #333333; background-color: #C3C3C3;}
html>body { font-size: 14px; }

/* hack to center this under IE5 */
* html body {text-align: center;}
/* keep the content left-aligned */
* html #wrapper {text-align: left;}

#wrapper {margin: 0px auto; padding:5px; width: 750px; height:auto; background: url(../../images/header_bg.gif) repeat-x top #ffffff;}
#header {margin: 0; padding:0; width: auto; height:auto;}
#nav {margin: 0; padding-bottom:5px; width: auto; height:auto;}
#flash {margin: 0 0 5px 0; padding:0; width: auto; height:auto;}

#content {margin:0; padding:0; width:760px; height:350px;}
#content_left {margin:0; padding:0; float:left; width:550px; height:auto;}
#content_right {margin:0; padding:0; float:right; width:200px; height:auto;}

#footer {padding:15px 0; width: 750px; height:auto; color:#ffffff; font-size:11px; text-align:center; background-color: #006600;}

/* Navigation Styles
----------------------------------------------- */
#navcontainer {background-color: #006600; height:25px;}
#navcontainer ul {font-weight: normal; color: white; font-size:14px; text-align: center; margin: 0; padding-bottom: 0px; padding-top: 5px;}
#navcontainer ul li {display: inline; margin-left: -4px;}
#navcontainer ul li a {padding: 5px 15px 5px 15px; color: #ffffff; text-decoration: none;}
#navcontainer ul li a:hover { background-color: #ffffff; color: #000000;}
#active a.active {background-color: #ffffff; color: #000000;}

/* Site Elements
----------------------------------------------- */
.left-col {margin:0; padding:0; float:left; width:240px; height:auto;}
.right-col {margin:0; padding:0; float:left; width:240px; height:auto;}

.height-spacer {height: 200px;}

/* Generic Styles
----------------------------------------------- */

/* tags */
p {margin:0; padding-bottom:10px;}
h1 {margin:0; padding:10px 0; font-size:18px; font-weight:bold; color:#006600;}
h2 {}
h3 {margin:0; padding:10px 0; font-size:12px; font-weight:bold; color:#000000;}

/* links */
a, a:link, a:visited, a:active{text-decoration: none; color:#006600;}
a:hover{text-decoration: underline;}

/* regular text */
.text-l {font-size:14px; font-weight:normal;}
.text-m {font-size:12px; font-weight:normal;}
.text-s {font-size:11px; font-weight:normal;}
.text-xs { font-size:10px; font-weight:normal;}
.text-xxs { font-size:9px; font-weight:normal;}

/* bold text */
.btext-l {font-size:14px; font-weight:bold;}
.btext-m {font-size:12px; font-weight:bold;}
.btext-s {font-size:11px; font-weight:bold;}
.btext-xs {font-size:10px; font-weight:bold;}
.btext-xxs {font-size:9px; font-weight:bold;}

/* colors */
.grey {color:#666666;}
.red {color:#FF0000;}
.blue {color: #000099;}
.yellow {color: #FFFF00;}
.orange {color: #FF9900}

/* borders */
.border {border:1px solid #666666;}
.border-bottom {padding: 2px; border-bottom:1px solid #cccccc;}

/* lists */
#content_left ul li {list-style-type: none; background: url(../../images/bullet_01.gif) no-repeat 14px 2px; margin-left: -40px; padding-left: 35px;}

/* image styles */
img {margin: 0; padding: 0;}

/* form styles */
.field {padding: 10px 0; clear:both;}
.label {font-weight: bold; font-size:12px; width: 145px; float: left; padding-top:4px;}

/* misc */
.clear {clear:both;}
.inside {padding:3px;}

