body {
    background-color: #ffffff;
    font-size: 12px;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    color: #000000;
    padding:0px;
    margin:0px;
}

a {
    color: #000000;
}

a:visited {
    color:#000000;
}

a:hover {
    color: #371FFF;
}

a:active {
    color:#000000;
}

h1 {
    font-size: 11px;
    color:#000000;
    background-image: url(/images/red_grad.gif);
    background-repeat: repeat-x;
/*    background-color: #AD0000; */
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
    padding:5px 15px;
    margin:0px;
}


h2 {
    font-size:20px;
    font-weight: normal;
    padding: 5px 10px;
    margin:0px;
}

img.download {
    vertical-align:middle;
}

#container {
    width: 950px;
    padding:0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
} 

#banner {
    text-align: left;
    background-color: #ffffff;
    padding: 0px;
    margin: 0px; 
}

#banner img {
    padding:10px 0px;
} 

#outer{ 
    border-left: solid 200px #ffffff;  
    border-right: solid 200px #ffffff;
    background-color: #ffffff;
} 

#inner {
    margin:0; width:100%;
}

#left {
    width:200px; 
    float:left; 
    position:relative; 
    margin-left:-200px; 
    margin-right:1px;
}

#right {
    width:200px; 
    float:right; 
    position:relative; 
    margin-right:-200px; 
    margin-left:1px;
}

#content{ 
    position: relative; 
    margin: 0px; 
}

p {
    padding: 5px 10px;
    margin:0px; 
}

pre {
    font-size: 12px;
    padding: 5px 10px;
    margin:0px;
}

#footer {
    clear:left;
    padding:0px;
    margin:0px;
    text-align: center; 
} 

#menu_item {
    width:200px; 
    float:left;
    color: #dfdfdf; 
    position:relative; 
    margin-left:-200px; 
    margin-right:1px;
}

/*
menu_item:hover {
 color: #ffffff;
}
*/

/* Begin Menu Buttons section */

div#buttonA {
    margin-left: 10px;
 }

div#buttonA ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

div#buttonA li {
    list-style-type: none;
    height: 20px;
    width: 100px;
    margin: 10px;
    text-align:center;
}

div#buttonA li a {
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: block;
    background-image: url(/images/red_grad.gif);
    background-repeat: repeat-x;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
*/
}

div#buttonA li a:link {
    color: #000000;
    font-weight: bold;
    background-color: #AD0000;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
*/
}

div#buttonA li a:visited {
    color: #000000;
    font-weight: bold;
    background-color: #AD0000;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
*/
}

div#buttonA li a:hover {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #AD0000;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
*/
}

div#buttonA li a:active {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #AD0000;
    border-style: solid;
    border-top-color: #333333;
    border-left-color: #555555;
    border-right-color: #BBBBBB;
    border-bottom-color: #DDDDDD;
*/
}

/* Begin Table Layouts */
/* 
table#links {
    background-color:#ffffff;
    border: solid #fff 3px;
    width: 400px;
}

table#links td {
    padding: 5px;
    border: solid #fff 1px;
}
*/ 
.data {
    color: #000000;
    text-align: right;
    background-color: #ffffff;
}

.leftcol {
    font-size: 14px;
    font-weight: bold;
    text-align: left;

    background-color: #ffffff;
}

.rightcol {
    font-size: 12px;
    font-weight: bold;
    text-align: left;

    background-color: #ffffff;
}