body {margin: 0; padding: 0; background: url(bg.jpg) top left repeat-x; background-color: #E5EFF8; text-align: center; font: 75% Arial,Helvetica,Verdana,sans-serif;}
p, li, td	{font-size:12px}
#header {margin-left: auto; margin-right: auto; padding: 0; width: 970px; height: 116px;}
#header h1 {font: 20px Arial; float: left; text-align: left; width: 340px; line-height: 95%; margin-top: 25px; padding-bottom: 5px;}
#header #title1 {color: #999;}
#header #titie2 {color: #333;}
#header a {color: #333; text-decoration: none; }
#userMgt {float: right; background: url(userMgt_bg.jpg) top left no-repeat; width: 438px; height: 69px; margin-top: 12px; margin-right: 20px; text-align: right;}
#userMgt #login {width: 220px; float: left; font: 12px bold Arial,sans-serif; color: #fff; margin-top: -3px; margin-left: 15px;}
#userMgt input {width: 142px; background-color: #fff; border: 1px solid #333;}
#userMgt h3 {text-align: left; font-size: 14px; color: #fff; margin: 10px;}
#userMgt h3 span {text-align: left; font-size: 12px; color: #fff;}
#userMgt p,#loggedIn p {text-align: left; color: #fff; margin: 10px; text-decoration: none;}
#userMgt a {color: #fff; float: right; text-decoration: none; margin-top: -30px; margin-right: 10px;}
#userMgt a:hover {text-decoration: underline}
#loggedIn {margin:0;padding:0;}
#nav {clear: both; height: 34px;}
#nav ul {margin: 0 15px; padding: 10px 0 0 0; text-align: left;}
#nav li {list-style-type: none; display: inline; margin: 5px;}
#nav li a {font: 13px Arial,sans-serif; color: #333; text-decoration:none; padding: 5px 15px 10px 15px;}
#nav li a:hover {color: #fff; padding: 5px 0 10px 15px;}
#nav li a:hover span {padding: 5px 15px 10px 0;}
li#active a,li#active a:hover {background: url(tab-left.jpg) top left no-repeat; color: #333; padding: 5px 0 10px 15px; font: bold 15px Arial;}
li#active a span,li#active a:hover span {background: url(tab-right.jpg) top right no-repeat; padding: 5px 15px 10px 0;}

#contentarea {margin-left: auto; margin-top: -1px; margin-right: auto; width: 970px; background: #fff; border-left: 1px solid #333; border-right: 1px solid #333; text-align: left; padding: 15px 10px 50px 10px; position: relative;}
#contentarea h1 {font-size: 24px; color: #7E6143; margin:0; padding:0; clear:both;}
#contentarea h2 {font-size: 20px; color: #666; margin:0; padding:0; clear: both;}
#contentarea h3 {font-size: 16px; font-weight: bold; color: #666; margin:10px 0 0 0; padding:15px 0 0 0; clear: both;}
#contentarea h5 {font-size: 14px;  color: #666; margin:10px 0 0 0; padding:15px 0 0 0; clear: both;}
#contentarea ul {margin: 0;padding:0;}
#contentarea p {margin: 0 0 20px 0;}


/*more buttons*/
.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; margin: 5px 5px 10px 5px; clear: both;}
.btn * { font-style: normal; background-image: url(btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.lg {font-size: 24px;}
.btn.blue { background: #2ae; }
.btn.red {background: #990000; }
.btn.green { background: #4d9900;}
.btn.green:hover { background: #356600;}
.btn:hover { background-color: #333; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #4d9900; }
* html .btn.red {background: #990000; }
* html .btn:hover { border-color: #a00; }

p { clear: both; }
form { margin-top: 2em; }
form p .btn { margin-right: 1em; }
textarea {margin: 1em 0;}


/* tables */
table	{border:0;border-collapse:collapse;}
td		{padding:0px;}
th		{font:bold 12px/17px Arial;text-align:center;padding:0px;border-bottom:1px solid #333;}
tr.odd	{background:#F5F5F5;}
tr.highlight	{background:#ddd;}
tr.selected,tr.selected a {background:#666;color:#fff;}
td+td+td {text-align:center;}

a[href$='.pdf'] {padding-right: 20px; background: transparent url(pdf.gif) no-repeat center right;}
.legalTxt {border: 1px solid #666; padding: 10px; width:85%; height: 100px; overflow: scroll; background-color: #ddd;}
.viewLink {color: blue; text-decoration: underline;}

ul#subNav {font-family:helvetica,arial,sans-serif;margin:0 0 20px 0;padding:0;float:left;border-top:0.1em solid #ddd;border-bottom:0.1em solid #214869;width:100%;}
ul#subNav li {margin:0;padding:0;list-style:none;float:left;margin:0 20px 0 0;}
ul#subNav li a {font-weight:bold;text-decoration:none;display:block;padding:0.3em;border-bottom:0.4em solid white;color:black;background:#fff;}
ul#subNav li a:hover,ul#subNav li a.selected {border-bottom:0.4em solid #214869;color:#214869;}

.statusBar {margin: 10px;}
.statusBar span {margin-right: 20px;}
fieldset ul li {margin-left: 25px;}
.footer {height: 20px; clear: both; border-top: 1px dashed #999; margin-top: 15px;}
h5 {font: bold 12px Arial; margin:15px 0 0 0;padding:0;}
#alert {font: bold 14px Arial,sans-serif; color: #990000; border: 1px solid #999; width: 80%; text-align: center; margin-left: auto; margin-right: auto; padding: 10px; margin-top: 10px; margin-bottom: 10px; background-color: #EFEFEF;}
#alert.red {color: #990000;}
#alert.green {color: #4d9900;}
.lg_input {height: 25px; font: 18px Arial,sans-serif; width: 500px; color: #999; border: 2px solid #990000; }
.lg_input.focus {color: #000; border: 2px solid #4d9900;}
.lg_input.complete {border: 1px solid #999; color: #000;}

.form_content { width: 750px; margin-left: auto; margin-right: auto; height: 300px; overflow: auto; padding: 0px; background-color: #eee; margin-bottom: 10px; border: 1px solid #999;}
.form_content ul li,#contentarea ul li {margin-left: 20px;}

.hiddenPanel {
        position:absolute; 
right:0;
        top:0;
        width: 400;
        z-index: 1; 
        background-color:#D8D8D8; 
        border: 2px solid #cccccc; 
        text-align: center;
        visibility:hidden;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 10pt;
        color: #000000
}

