/**********************************************/
/* 2Column Style Sheet                        */
/*                                            */
/* Used with Section2Column.aspx              */
/*                                            */
/**********************************************/

body 
{
    background-color: #990000;
}


/**********************************************/
/*                                            */
/* MASTHEAD                                   */
/*                                            */
/**********************************************/
#masthead
{
    background-color: #990000;
    margin-right: auto;
    margin-left: auto;
    width: 845px;
    height: 102px;
}
/**********************************************/
/*                                            */
/* TOP_NAV                                    */
/*                                            */
/**********************************************/
#top_nav
{
    color: White;
    background-color: #333366;
    margin-right: auto;
    margin-left: auto;
    width: 767px;
    background-image: url('../images/top_nav_left_spacer_over.gif');
    height: 22px;
    text-align: right;
}
#top_nav a{
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

#top_nav a:hover{
    text-decoration: none;
    color: Black;
    background-image: url('glblnav_selected.gif');
}

/**********************************************/
/*                                            */
/* PAGE_CONTAINER                             */
/*                                            */
/**********************************************/
#page_container
{
    background-color: #FFFFFF;
    margin: 0px auto;
    width: 845px;
	overflow:hidden;

}

/*--------------------------------------------*/
/* LEFT_NAV    background-image: url(left_nav_top_title_with_notch.png);                               */
/*---------------------#CBD3DE;-----------------------*/
#left_nav
{
    border-left: 1px solid #FFFFFF;
    background-color: #000000;
    width: 171px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    float: left;
    margin-left: 0px;
	margin-bottom: 10px;
	
	background-repeat: no-repeat;
	background-position: top;
}

#leftnavbottom
{
	background-repeat: no-repeat; 
    background-color: #000000;
	width: 171px;
	height: 20px;
    clear: both;

}


/*- SECTIONLINKS -----------------------------*/
#sectionlinks
{
	margin: 0px;
	padding: 0px;
    width: 171px;
    float: left;
}
#sectionlinks h3{
    padding: 4px 0px 0px 9px;
    width: 162px;
    border-bottom-style: ridge;
    border-bottom-width: thin;
    color: #FFFFFF;
    height: 19px;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0px;
    background-image: url('../images/left_nav_top_title_with_notch.png');
}
#sectionlinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
/* 	padding: 3px 0px 3px 10px;  */
	color: #FFFFFF;
}
#sectionlinks ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sectionlinks li {
    font-size: 0.9em;
    display: block;
    padding-top: 5px;
    padding-left: 5px;
    width: 159px;
    height: 20px;
    float: left;
}
#sectionlinks a {
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    border-bottom: 1px solid #f2f2f2;
    width: 159px;
    height: 20px;
    padding-top: 5px;
    padding-left: 5px;
    float: left;
}
#sectionlinks a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    border-bottom: 1px solid #f2f2f2;
    background-color: #990000;
    height: 20px;
    width: 159px;
}

/*--------------------------------------------*/
/* SECTION_CONTAINER   564px                       */
/*--------------------------------------------*/
#section_container
{
	margin: 0px 0px 0px 10px;
	background-color: #FFFFFF;
	width: 658px;
	float: left;
}
/*- SECTION_HEADER ----------------------------*/
#section_header
{
    background-color: #000000;
    width: 661px;
    height: 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #FFFFFF;
}
#section_header p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    text-align: left;
    line-height: 36px;
    text-indent: 5px;
    margin-top: 2px;
    margin-left: 5px;
}
/*--------------------------------------------*/
/* CONTENT_CONTAINER                          */
/*--------------------------------------------*/
#content_container
{
    background-color: #FFFFFF;
    width: 658px;
}
/*- CONTENT 564px ----------------------------------*/
#content
{
    background-color: #FFFFFF;
    width: 658px;
    float: left;
    margin-top: 9px;
}
#content h3
{
    background-color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 5px;
}


/*--------------------------------------------*/
/* FOOTER                                     */
/*--------------------------------------------*/
#footer
{
    background-color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    width: 767px;
    color: #000099;
    text-align: center;
    font-size: 11px;
    font-family: Verdana;
    border-top-style: dotted;
    border-top-width: thin;
    border-top-color: #C0C0C0;
    height: 25px;
    vertical-align: bottom;
    padding-top: 7px;
    padding-bottom: 7px;
    background-image: url('../images/footer.png');
    background-repeat: no-repeat;
    clear: both;
}
