
/**************************
    Body and main container
**************************/

body {
    margin:0 auto;
    padding:0;
    font:76% Verdana,Tahoma,Arial,sans-serif;
    background:#f4f4f4 url(img/bg.gif) top center repeat-y;
    min-width:700px;
    color:#404040;
}

#wrap {
    background:#ffffff;
    color:#404040;
    margin:0 auto;
    min-width:450px;
    width:75%;
}

/***********
Generic tags
***********/

a {
    text-decoration:none;
    font-weight:bold;
    color:#286ea0;
    background-color:inherit;
}

a:hover {
    text-decoration:underline;
    color:#286ea0;
    background-color:inherit;
}

a img {border:0;}

p {margin:0 0 1.4em 0;}



/*****
Header
*****/

#header {
    margin:10px 0 0;
    padding:0;
    height:45px;
}

#header h1 {
    color:#505050;
    background-color:inherit;
    width:30%;
    margin:0 0 10px;
    font-size:2em;
    float:left;
}

#header h1 a {
    color:#505050;
    background-color:inherit;
    text-decoration:none;
}

#header p {
    width:70%;
    float:right;
    text-align:right;
    margin:8px 0 0;
    font-weight:bold;
    line-height:1.3em;
}

#banner {
    margin:0 0 20px;
    width:100%;
    border:0;
}

/**********
Left column
**********/

#leftcol {
    clear:left;
    float:left;
    width:140px;
    margin:0 0 5px;
    padding:0;
}

#leftcol h2 {
    color:#505050;
    background-color:inherit;
    font-size:1.3em;
    margin:0 0 5px;
    padding:0;
}

#leftcol h3 {
    color:#505050;
    background-color:inherit;
    font-size:1.1em;
    margin:0 0 5px;
    padding:0;
}

#leftcol div.announce {
    clear:left;
    margin:10px 0 15px;
    padding:7px 5px;
    width:126px;
    font-size:0.9em;
    background-color:#f4f4f4;
    color:#505050;
    border-left:4px solid #cccccc;
    line-height:1.5em;
}

#leftcol div.announce p {
    margin:10px 0 0;
    padding:0;
}

/**********
Menu system
**********/

ul.listmenu {
    width:140px;
    margin:0 0 18px;
    padding:0;
    list-style:none;
}

ul.listmenu li {
    width:140px;
    padding:0;
    line-height:1.4em;
    display:inline;
}

ul.listmenu li a {
    background-color:#f4f4f4;
    color:#505050;
    font-weight:bold;
    width:130px;
    float:left;
    margin-bottom:5px;
    padding:5px 1px 5px 5px;
    border-left:4px solid #cccccc;
    text-decoration:none;
}

ul.listmenu li a:hover,ul.listmenu li a.current {
    background-color:#eaeaea;
    border-left:4px solid #286ea0;
    color:#505050;
}

ul.listmenu ul {
    margin:0 0 0 15px;
    padding:0 0 5px 0;
    font-size:0.9em;
    width:125px;
}

ul.listmenu ul a {
    padding:3px 1px 3px 5px;
    font-weight:normal;
    width:115px;
}

ul.listmenu ul ul {width:113px;}

ul.listmenu ul ul a {width:100px;}

/************
Right column
************/

#rightcol {
    float:right;
    width:140px;
    margin:0 0 5px;
    padding:0;
    line-height:1.4em;
}

#rightcol p {
    font-size:0.9em;
    line-height:1.4em;
    margin:0 0 16px;
    padding:0;
}

#rightcol h2, #rightcol h3 {
    color:#505050;
    background-color:inherit;
    font-size:1.2em;
    margin:0 0 8px;
    padding:0;
}

/***********
Main content
***********/

#content {
    margin:0 150px 5px 150px;
    border-left:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    padding:0 10px;
    line-height:1.5em;
}

#contentwide {
    margin:0 0 5px 150px;
    border-left:1px solid #f0f0f0;
    padding:0 0 0 10px;
    line-height:1.5em;
}

#content h2,#contentwide h2 {
    font-size:1.6em;
    margin:0 0 10px;
}

#content h3,#contentwide h3 {
    font-size:1.3em;
    margin:0 0 8px;
}

#content img,#contentwide img {
    padding:1px;
    display:inline;
    background:#cccccc;
    color:#303030;
    border:4px solid #f0f0f0;
}

/*****
Table
*****/

table {
    border:1px solid #d8d8d8;
    border-collapse:collapse;
    line-height:1.3em;
    width:99%;
    margin:0 0 16px;
    padding:0;
}

caption {
    font-size:1.5em;
    font-weight:400;
    margin:0;
    padding:6px 0 8px;
    text-align:left;
}

th {
    background:url(img/tablebg2.gif) repeat-x bottom left #eaeaea;
    color:#505050;
    padding:7px;
    text-align:left;
}

td {
    background:url(img/tablebg.gif) repeat-x bottom left #f4f4f4;
    color:#303030;
    font-size:0.9em;
    padding:7px;
    text-align:left;
}

/*****
Footer
*****/

#footer {
    clear:both;
    margin:0 auto;
    padding:15px 0;
    border-top:4px solid #f0f0f0;
    width:100%;
    text-align:center;
    color:#808080;
    background:#ffffff;
}

#footer p {
    margin:0;
    padding:0;
}

#footer a {
    color:#808080;
    background-color:#ffffff;
    text-decoration:none;
    font-weight:bold;
}

#footer a:hover {text-decoration:underline;}

/**************
Generic classes
**************/

.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.center {
text-align:center;
}

.textright {
text-align:right;
}

.bulabdstxt {
color:#AD0039;
background-color:#ffffff;
}

.dropcap {
float:left;
color:#AD0039;
background-color:#ffffff;
font-size:45px;
line-height:25px;
padding-top:4px;
font-family: Verdana,Tahoma,Arial,sans-serif;
} 

.committee {
text-align: center;
margin-left: auto;
margin-right: auto;
}

.hide {
display:none;
}
