body 
{
	background-color:#FFFFCC;
    padding: 1px;
    margin: 0%;
    height: 98%;
    font-family: Verdana;
}
#pageWrapper
{
    width: 950px;
    margin: auto;
    border: solid 1pt #000000;
    background-image: url('images/contentbg.png');
}
#header h1,
#footer h1 
{
    font-size: 11px;
    text-transform:uppercase;
    text-align: right;
    color: #FFCC66;
    background-color:#663300;
    padding:5px 15px;
    margin: 0px;
}
#footer h1 
{
    margin-top: -5px;
}
#header
{
    background: #996633;
}
#header img
{
    top: 25px;
    margin-left: 30px;
    padding: 10px;
}
#header #loginbox p
{
    float: right;
    clear: both;
    color: #FFFFFF;
    padding: 10px;
}
#bodyLeft 
{
    position: static;
    float: left;
    clear: right;
    width: 130px;
    color: #000000;
    vertical-align:top; 
    padding: 10px;
    background-color: #996633;
    height: 100%;
    text-align:center;
    font-family: Verdana;
    font-size: .7em;
}
#bodyCenter 
{
    border-left: 2px solid #663300;
    border-right: 2px solid #663300;
    background-color: #FFFFCC;  
    font-family: Verdana;
    font-size: .8em;
    color: #000000;
    text-align: justify;
    vertical-align: top;
    position: static;
    padding: 10px;
    float: left;
    clear: right;
    width: 626px;
    min-height: 650px;
}

#bodyRight 
{
    position: static;    
    width: 130px;
    padding: 10px;
    color: #000000;
    background-color: #996633;
    height: 100%;
    float:left;
    clear:right;
}
#footer
{
    position:static;
    width:100%;
    clear:both;
    float:none;
}
#loginBox
{
    font-family: Verdana;
    font-size: .7em;
    float:right;
    text-align: center;
    color: #FFFFFF;
    padding: 15px;
    margin-top: 20px;
    margin-right: 40px;
    border: 3px dashed #000000;
    height: 85px;
    width: 500px;
}
#loginBox a
{
    color: #000000;
    text-decoration: none;
}
#loginBox a:hover
{
    color: #000000;
    text-decoration: underline;
}
#footer a
{
    text-decoration: none;
    color: #FFCC66;
}
#bodyCenter p a,
.AspNet-DataList a.link
{
    color: #000000;
    text-decoration: none;
    font-variant:small-caps;
    font-size: .9em;
}
#bodyCenter p a:hover,
.AspNet-DataList a.link:hover
{
    border-bottom: 1px dashed #000000;
    margin-bottom: -1px;
}
.registerheader
{
    background-position: left center;
    font-size: 1.4em;
    background: url(    'images/user_add.png' );
    background-repeat: no-repeat;
    text-indent: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
    
}
#Wizard
{
    width: 550px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.fieldname
{
    font-size: .8em;
}
.sectiontitle
{
    font-size: 1.4em;
    border-bottom: 1px solid #000000;
}
.sectionsubtitle
{
    font-size: 1.2em;
    border-bottom: 1px dashed #000000;
}
.gvwUsers table thead th,
.gvwUsers table tbody tr td
{
    padding: 5px;
    text-align: center;
}
 table.pollTable thead th,
 table.pollTable tbody tr td
{
    padding: 3px;
    text-align: left;
}
 table.pollTable thead th
{
    text-align: center;
}
table.dvwOption 
{
    width: 100%;
}
.pollbox
{
   background-color: #FFFFFF;
   font-size: 10px;
   color:#000000;
   text-align: left;
   border: 1px solid #000000;
}
.pollheader
{
   text-align: center;
   font-size: 1.1em;
   border-bottom: 1px solid #000000;
}
.pollcontent
{
   padding: 3px;
}
.pollquestion
{
   font-size: 10px;
   font-weight: bold;
}
.polloptions
{
    margin-bottom: 0px;
    font-size: 1.1em;
}
.pollbar
{
   background-color: #000000;
   font-size: 4px;
   margin-top: 3px;
}
.imgright
{
    float: right;
    padding-left: 15px;
}
#articlebox
{
   background-color: #FFFFFF;
   color: #000000;
   border: solid 1px #333333;
   padding: 6px 6px 6px 6px;
   font-size: .8em;
}

span.articletitle,
.articletitle
{
   font-size: 18px;
   font-weight: bold;
   color: #000000;
   text-decoration: none;
}
.articleabstract
{
   padding-top: 6px;
}
.comment
{
   padding: 4px 0px 4px 0px;
   font-size: smaller;
}