@charset "utf-8";
/* CSS Document */

body
{
background:url(../images/template/grad_bg.gif) top repeat-x;
background-color:#404041;
margin:20px 0px 40px 0px;
padding:0px 0px 0px 0px;
color:#000000;
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
img
{
border:none;
}
a
{
color:#c02037;
text-decoration:none;
}
a:hover
{
text-decoration:underline;
}

#overall
{
width:960px;
z-index:0;
background-color:#ffffff;
overflow:auto;
}
#menu_space
{
background-color:#f8f5e5;
height:28px;
padding:15px 0px 0px 21px;
text-align:left;
}
#top_bar
{
background-color:#ffffff;
}
#bottom_bar
{
background-color:#404041;
}
#top_bar_left
{
background:url(../images/template/top_bar_left_interior.gif) top repeat-x;
width:758px;
height:24px;
float:left;
}
#top_bar_slant
{
background:url(../images/template/top_slant_interior.gif) top no-repeat;
width:48px;
height:60px;
float:left;
}
#top_bar_right
{
background:url(../images/template/top_bar_right_interior.gif) bottom repeat-x;
background-color:#f8f5e5;
width:154px;
height:21px;
padding-top:39px;
float:right;
}

#bottom_bar
{
background-color:#404041;
clear:both;
/*border:1px solid #00ff00;*/
position:relative;
top:-69px;
height:69px;
width:960px;
z-index:0;
}
#bottom_bar_left
{
background:url(../images/template/bottom_bar_left.gif) top repeat-x;
height:12px;
width:259px;
float:left;
z-index:1;
}
#bottom_bar_slant
{
background:url(../images/template/bottom_bar_slant.gif) top repeat-x;
width:48px;
height:49px;
float:left;
z-index:1;
}
#bottom_bar_right
{
background:url(../images/template/bottom_bar_right.gif) bottom repeat-x;
background-color:#ffffff;
height:10px;
padding-top:39px;
float:right;
width:653px;
z-index:1;
}

#content
{
text-align:left;
position:relative;
top:-36px;
}
#content_left
{
float:left;
margin-right:10px;
padding-bottom:50px;
width:285px;
}
#content_main
{
width:465px;
float:left;
padding-bottom:35px;
}
#content_right
{
float:right;
position:relative;
top:46px;
overflow:auto;
min-height:415px;
}

#page_title
{
color: #c02037;
font-weight:bold;
text-transform:uppercase;
font-size:14px;
padding-top:15px;
padding-bottom:10px;
/*font-family:Arial, Helvetica, sans-serif;*/
}
#page_subtitle
{
color: #000000;
font-size:24px;
height:2.5em;
overflow:auto;
padding-bottom:15px;
}