/* Peterson - STYLE SHEET */

.img {
	border:0px;
	padding-bottom:20px;
	}

/* HEADINGS */
.header { 
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	line-height: 20px
    	}
    	
.headerBold { 
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold
    	}
    	
.tableHead { 
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold
    	}
    	
.tableSubHead { 
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold
    	}
    	
.sortingIndicator { 
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 15px
    	}
    	
.sortingIndicatorBold { 
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold
    	}
    	
/* END HEADINGS */

/* STANDARD TEXT */

.text { 
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: 14px
    	}

.text_white {
        font-family: Tahoma, Verdana, Arial;
        font-size: 12px;
        line-height: 14px;
        color: #ffffff;
        }

.text_footer { 
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: 14px;
    text-decoration: none
    	}
    	
.textRed { 
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: 14px;
    color: #CC0000
    	}
		
		
.textMaroonBold {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: 14px;
	color: #993300;
	font-weight : bold;
}

/* END STANDARD TEXT */


/* FORM TYPE */
    	
.textFormList { 
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 14px
    	}
    	
.textForm { 
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 14px;
    color: #666666
    	}
    	
.textFormBold { 
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
    color: #666666
    	}
    	
/* END FORM TYPE */

/* TABLE TYPE */
    	
.textTable { 
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	line-height: 11px
    	}
    	
.textTableRed { 
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	line-height: 11px;
    color: #CC0000
    	}

/* END TABLE TYPE */

/* STATUS TYPE */
    	
.textStatusRed {
    font-family: Tahoma, Verdana, Arial;
    font-size: 10px;
    line-height: 12px;
    color: #993300
    	}

.textStatusRedBold {
    font-family: Tahoma, Verdana, Arial;
    font-size: 10px;
    line-height: 11px;
    font-weight: bold;
    color: #993300
    	}

.textStatus { 
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	line-height: 12px
    	}
    	
.textStatusBold { 
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold
    	}
    	
/* END STATUS TYPE */

a {
	color:#444488; 
	text-decoration:none;
	}
#nav {
	text-align:left; 
	font-size:10px; 
	padding-left:20px
	}
.nav_item a {
	color:#0B499D; 
	text-decoration:none;
	}
.nav_item a:hover {
	color:#928972;
	}
.nav_active {
	color:#928972;
	}

body {
	margin-top:0; 
	background-color:#000066; 
	font-family:Helvertica, Arial, san-serif; 
	font-size:13px;
	}
.header {
	font-size:18px; 
	font-weight:bold; 
	color:#000066;
	}
.heading1 {
	font-weight:bold; 
	padding:15px 0px;
	}
.heading2 {
	font-weight:bold;
	}
.main_content {
	text-align:left; 
	background-color:#FFFFFF; 
	padding:20px 20px;
	}
.home_content {
	padding:0px 0px 0px 25px;
	}
.us_left_head {
	font-weight:bold; 
	text-decoration:underline;
	}
#us_left_bar {
	background-color:#E8E5DE; 
	padding:20px 0px 0px 30px; 
	text-align:left;
	}
