body 
{
    font-family: Gill Sans MT, Arial; 
    font-size: 80%; 
    background-color:#fff;
	color: #58595b;
}
p, .text 
{
    color: #58595b; 
}
.title 
{
    text-transform: uppercase; 
    color:#80151f; 
    font-size: 120%;
	font-weight: bold;
}
.title1
{
    color:#80151f; 
}
b
{
    color: #80151f;
    font-weight:bold;
}

img { border: none; }

.externallink 
{
    /* background: url(../images/externallink.gif) no-repeat right top; 
    padding-right: 12px; */
}
.pdflink 
{
    background: url(../images/pdflink.gif) no-repeat right top; 
    padding-right: 12px;
}
#container 
{
    width: 800px;
    border: solid 1px #a8a9ac
}
#header 
{
    text-transform: uppercase;
    height: 27px; 
    background-color: #a8a9ad; 
    color: #fff; 
    text-align: right; 
    padding: 5px 40px 0; 
    font-size: 120%
}
#header2 
{
    height: 18px; 
    background-color: #fff;
}
#menu_left 
{
    float:left;
    width: 10px;
}
#menu 
{
    display:inline;
    float:left; 
    width:160px; 
    text-transform: uppercase; 
    color:#58595b; 
    text-align:left; 
    padding-right:0px;
}
.menu_list
{
    list-style:none;
    margin-left:0px;
    padding-bottom: 10px;
}

.menu_select
{
    list-style:none;
    margin-left:0px;
    padding-bottom: 10px;
    text-decoration:underline; 
    color:#80151f;
}

.current
{
    padding-bottom: 10px;
    color:#2c89ac;
    text-decoration: none; 
    font-size:85%
}
a:link, a:visited, a:active 
{
    text-decoration:none; 
    color: #80151f; 
}
a:hover 
{
    text-decoration:underline; 
    color:#58595b; ;
}

#menu a:link, #menu a:visited, #menu a:active 
{
    text-decoration:none; 
    color:#58595b; 
    font-size:85%
}
#menu a:hover 
{
    text-decoration:underline; 
    color:#80151f;
}
#content_left
{
    display:inline;
    float:left; 
    width:30px;
    border-left: solid 1px #a8a9ac;
}
#content_main
{
    display:inline;
    float:left; 
    width:553px; 
    text-align:left;
    padding-left:30px;
    border-left: solid 1px #a8a9ac;
}
#content_right
{
    display:inline;
    float:right; 
    width:42px
}
.box_title
{
    clear:both;
    height:30px; 
    vertical-align: middle; 
    color: #80151f; 
    text-transform:uppercase; 
    font-weight:bold;
}
.box_title1
{
    clear:both;
    height:30px; 
    vertical-align: middle; 
    color: #80151f; ; 
    text-transform:uppercase; 
    font-weight:bold;
    border-bottom: solid 1px #a8a9ac;
}
.box_title2
{
    clear:both;
    height:30px; 
    vertical-align: middle; 
    color: #58595b; ; 
    font-size:90%; 
    font-weight:bold;
}
.box_content 
{
    color: #58595b;
}
.border_bottom
{
    border-bottom: solid 1px #a8a9ac;
}
#footer 
{
    clear:both;
    height:33px; 
    background-color:#fff; 
    text-align:center; 
    border-top: solid 1px #a8a9ac; 
    text-transform: uppercase; 
    color:#80151f; 
    font-size: 75%;
    padding-bottom:10px;
}
#footer a:link, #footer a:visited, #footer a:active 
{
    text-decoration:none; 
    color:#80151f; 
    text-transform: uppercase;
}
#footer a:hover 
{
    text-decoration:underline; 
    color:#58595b;
}
