/**********************************************/
/* 1Column Style Sheet                        */
/*                                            */
/* Used with Section1Column.aspx              */
/*                     #333366                       */
/**********************************************/

body 
{
	background-color: #990000
}

/**********************************************/
/*                                            */
/* UTILITY                                    */
/*                                            */
/**********************************************/

#utility
{
	background-color: #333366;
	margin-right: auto;
	margin-left: auto;
	width: 845px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #919999;
	text-align: right;
}
#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}


/**********************************************/
/*                                            */
/* MASTHEAD                                   */
/*     background-image: url('../images/redlogo.jpg');      **/
/**********************************************/
#masthead
{
    background-color: #990000;
    margin-right: auto;
    margin-left: auto;
    width: 845px;
    height: 102px;
}
/**********************************************/
/*                                            */
/* TOP_NAV                                    */
/*                   #333366                         */
/**********************************************/
#top_nav
{
    color: White;
    background-color: #808080;
    margin-right: auto;
    margin-left: auto;
    width: 845px;
    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('../images/glbnav_selected.gif');
}

/**********************************************/
/*                                            */
/* PAGE_CONTAINER                             */
/*                                            */
/**********************************************/
#page_container
{
    background-color: #FFFFFF;
    margin: 0px auto;
    width: 845px;
	overflow:hidden;
}


/*--------------------------------------------*/
/* SECTION_CONTAINER  754px                        */
/*--------------------------------------------*/
#section_container
{
    margin: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    width: 845px;
	float: left;
}
/*- SECTION_HEADER ----------------------------*/
#section_header
{
    background-color: #000000;
    width: 845px;
    height: 30px;
    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: 845px;
}
/*- CONTENT ----------------------------------*/
#content
{
    background-color: #FFFFFF;
    width: 845px;
    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: 845px;
    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-repeat: no-repeat;
    clear: both;
}
