body {
font: 11px Verdana, Arial, Helvetica, sans-serif;
text-align:center; /*needed to center text for IE */
padding:0;   /* reset padding on browser */
margin: 10px auto;
}

/* defaults */
a{
text-decoration: none;
}
a:link, a:visited, a:active{
color:#77787B;
}
p {
margin-top: 5px;
margin-bottom: 8px;
}
ul {
margin: 16px;
list-style-image: url(images/bullet.gif);
}

/* outer wrapper for border and size */
#outer_wrapper {
margin: 0 auto;  /*needed for centering in Mozilla */
width: 800px;
border: 1px solid #D1D3D4;
}

/* left-hand navigation*/
.red_square {
width: 20px;
height: 20px;
background: url(images/red_square.gif) no-repeat;
}
#navigation {
width:230px;
font-size: 11.5px;
text-align:left;
color:#77787B;
margin: 25px 0 25px 0;
}
#navigation a {
display: block;
width: 195px;
font: bold 13px Verdanda, Arial, Helvetica, sans-serif;
text-indent: 5px;
line-height: 20px;  /* specifies the TD height and makes text centered */
}
#navigation a:link, a:visited, a:active{
color:#77787B;
background: url(images/button_bg.gif) no-repeat;
}
#navigation a:hover {
color:#77787B;
background: url(images/button_bg_over.gif) no-repeat;
}

/*front page only */
#right_content_front {
width: 566px;
text-align:left;
margin: 10px;
}
.front_text{
padding-bottom: 5px;
border-bottom: 1px solid #D1D3D4;
}
/*upper navigation for front page */
#upper_nav {
font-size: 10.5px;
color: #77787B;
text-align: right;
text-transform: uppercase;
padding: 5px 5px 5px 5px;
background-image: url(images/bg_gradient.jpg);
}
#upper_nav a{
padding: 0 1.5px 0 1.5px;
background:none;
}
#upper_nav a:hover {
color:#CB1527;
}

/*main content*/
#right_content{
width: 566px;
text-align:left;
margin: 10px;
}
#main_text a {
background:none;
color: #000000;
text-decoration: underline;
}
#main_text a:hover {
color:#CB1527;
}

.underline {
border-bottom: 1px solid #D1D3D4;
}
.header {
align: right;
text-transform: uppercase;
color:#CB1527;
font-weight:bold;
}
.main_header{
text-align:center;
font-size: 14px;
color:#77787B;
font-weight: bold;
}
.footnote {
padding-top: 5px;
padding-bottom: 10px;
font-size: 9px;
}
.table_border {
border: 1px solid #D1D3D4;	
}