body {
	background: #ddd url("../images/background_interior.gif") top repeat-x;
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #13273C;
	text-align: center;
	}
	
body#home {
	background: #efefef url("../images/background_home.gif") top repeat-x;	
	}
	
tr, td, th {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #13273C;
	}
	
/*table { border: 1px solid #666; border-collapse: collapse; }
td, th { border: 1px solid #666; padding: 5px;} */
	
/* USC Branding Bars
---------------------------------------------  */
#mono	{
	width: 70px;
	float: right;
	margin: 0;
	text-align: right;
	}	
	
#mono_parent	{
  position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
	}
	
#title_bar {
	background: #900;
	border-bottom: solid 1px #fff;
	z-index: 5;
	}	
	
#usc_bar	{
	xwidth: 760px;
	margin: 0 auto;
	background: #900;
	z-index: 5;
	}

/* Front Content Columns
---------------------------------------------  */
#column_parent_front	{
	width: 760px;
	margin: 0 auto 25px auto;
	background: #fff 194px repeat-y;
	text-align: left;
	border: solid 1px #ccc;
	border-top: 0;
	}
	
#front_top	{
	xbackground: #999;
	} 
	
#front_top_searchnav	{
 position: relative;
 top: 0px;
 right: 10px;
 width: 100px;
	}
	
#front_navbox	{
	width: 299px;
	height: 287px;
	margin: 0 0 0 0;
	float: left;
	background: #999 url(../images/nav_side_gradient.gif) no-repeat bottom left;
	}	

#front_top_right	{
	float: right;
	margin-left: 1px;
	background: white url(../images/front_image1.jpg);
	width: 459px;
	height: 287px;
	padding-left: 1px;
		}
	
#front_bottom	{
	border-top: solid 6px #CC9966;
	background: url(../images/front_bottom_back.gif) repeat-y 1px 0px;
	}
	
	
		
#front_updates {
	margin: 0px 10px 0 5px;
	width: 280px;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	display:inline;
	}
	
#front_about {
	border-bottom: solid 6px #CC9966;
	background: url(../images/front_bottom_back.gif) repeat-y 1px 0px;
	margin-left: -5px;
	width: 300px;
	}
	
#front_about h4 {
	font: 12px/14px Arial, Verdana, Helvetica;
	xcolor: #003366;
	font-weight: bold;
	margin: 10px;
}	
	
#front_feature	{
	border-left: solid 1px #8e8e8e;
	padding: 0 0px 0 0px;
	xmargin-left: 300px;
	width: 460px;
	float: right;
	display:inline;
	}		

#front_updates .more {
	clear: both;
	text-align: right;
	margin: 5px 15px;
	font-size: 11px;
	}
	
/* Global Nav Structures
---------------------------------------------  */

#nav_main	{
	background:  url(../images/top_gray_shadow.gif) no-repeat;
	margin: 0 0 0 8px ;
	padding: 0px 0px 7px 0;
	font-family:Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	list-style-type: none;
	}
	
#nav_main li {
	background: url(../images/nav_item_back.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
#nav_main li.top {
	padding-top: 8px;
	}
	
#nav_main li a {
	background: url(../images/nav_arrow.gif) 2px 6px  no-repeat;
	padding: 4px 0 4px 17px;
	display:block;
	margin:0;
	height: 16px;
	color: #fff;
	text-decoration: none;
	}
	
#interior_left_navbox .double a {
	height: 32px;
	}
	
#nav_main li a:hover {
	background: url(../images/arrow_section.gif) 2px 6px  no-repeat;
	color: #900;
	background-color: #A2BFD8;
	}

#nav_main li#section, #nav_main li#sectiontop {
	background: url(../images/inside_nav_here_back.gif);
	margin-right: -10px;
	padding: 0 0 3px 0;
	color: #555;
	}
	
#nav_main li#sectiontop {
	padding-top: 8px;
	}
	
#nav_main li#section a, 
#nav_main li#sectiontop a {
	background: url(../images/arrow_section.gif) 2px 6px  no-repeat;
	color: #000;
	height: auto;
	padding-bottom: 0px;
	}

#nav_main li#section a:hover, 
#nav_main li#sectiontop a:hover {
	color: #900;
	}
	
#nav_resources {
       margin: 2px 0 0 10px;
	padding: 0 0 0 2px;
	list-style-type: none;
	}	
	
#nav_resources li	{
	font-weight: normal;
	font-size: 11px;
	line-height: 11px;
	background: none;	
	margin: 0;
	padding: 0;
	}	
	
#nav_resources li a, .double #nav_resources li a {
	background: url(../images/nav_arrow.gif) 0px 4px no-repeat;
	padding-left: 17px;
	height: 11px;
	color: #fff;
	display:block;
	text-decoration: none;
	}
	
#nav_resources li#section a {
	background: url(../images/arrow_section.gif) 0px 3px  no-repeat;
	color: #000;
	height: auto;
	padding-bottom: 0px;
	}

#nav_resources li#section a:hover {
	color: #990;
	}
	
#nav_resources li a:hover {
	background: url(../images/arrow_section.gif) 2px 4px  no-repeat;
	color: #900; 	
	background-color: #A2BFD8;
	}

#front_top_right #nav_contact {
	margin-left: 320px;
       margin-top: 236px;
	list-style: none;
}

#front_top_right #nav_contact a:link, 
#front_top_right #nav_contact a:visited {
 	color:#FFE99E;
	}	

#nav_contact  {
	padding: 0;
	margin: 0 0 0 39px;
	list-style: none;
	}	

#nav_contact #section {
	font-weight: bold;
	}		
	
/* Sub Nav Elements
---------------------------------------------  */
#nav_main #section .subnav,
#nav_main #sectiontop .subnav {
  margin: 0 0 0 0;
	padding: 0 0 0 14px;
	list-style-type: none;
	width: 177px;
	}	
	
#nav_main #section .subnav li,
#nav_main #sectiontop .subnav li	{
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	background: none;	
	margin: 0;
	padding: 0;
	}	
	
#nav_main #section .subnav li ul,
#nav_main #sectiontop .subnav li ul	{
	list-style-type: none;
	margin: 0;
	padding: 2px 0 2px 15px;
	}	
	
#nav_main #section .subnav li a, 
#nav_main #sectiontop .subnav li a, 
#nav_resources li#section  .subnav li a,
#nav_resources li#sectiontop  .subnav li a {
	display:block;
	background: none;
	padding: 0 0 0 14px;
	margin: 0;
	text-decoration: none;
	line-height: 16px;
	}
	
#nav_main #section .subnav  li a:hover
#nav_main #section top.subnav  li a:hover {
	color: #0855A2;
	background: #fff;
	}
	
	
/* Front Text Styles
---------------------------------------------  */

#front_bottom h2	{
	font: 16px/18px Arial, Verdana, Helvetica;
	margin: 4px 0 12px 8px ;
	color: #990000;
	font-weight: bold;
	}
	
#front_bottom h3 { 
	font: 12px/16px Arial, Verdana, Helvetica;
	margin: 4px 0 12px 8px ;
	color: #003366;
	font-weight: bold;
	}
	
#front_bottom p { 
	margin: 0 5px 12px 8px;
	}	
	
#front_updates h3 {
	margin-bottom: 0px;
	}
	
	
/* Interior Content Structures
---------------------------------------------  */
#column_parent_interior	{
	width: 760px;
	margin: 0 auto 25px auto;
	background: #fff url(../images/inside_right_back.gif) 193px repeat-y;
	text-align: left;
	border: solid 1px #ccc;
	border-top: 0;
	}

#interior_main {

	}
	
#interior_left	{
	width: 193px;
	margin-right: 1px;
	float: left;
	}		
	
#interior_left_navbox	{
	background: #999 url(../images/nav_side_gradient.gif) bottom left  no-repeat ;
	border-bottom: solid 5px #CC9966;
	margin-bottom: 10px;
	padding: 0;
	}		
	
	
#interior_right	{
	width: 566px;
	float: right;
	}	
	
#interior_right_photo	{
	border-bottom: solid 6px #CC9966;
	}	
	
#interior_right_content	{
	margin: 10px 20px 20px 20px;
	}	
	
/* Breadcrumb / Search Elements
---------------------------------------------  */
#breadcrumb	{
	background: #3F729E;
	height: 23px;
	margin-top: 0px;
	padding-top: 3px;
	padding-left: 5px;
	font-size: 11px;
	font-family: arial;
	margin: -1px 0 0 0;
	color: white;
	border-bottom: solid 1px #fff;
	}
	
.bc_here	{
	font-weight: bold;
	line-height: 21px;
	}
	
.crccF {
	margin: 0;
	}
	
#search	{
	width: 165px;
	float: right;
	margin: 0;
	}
	
#search_string {
	background: #F0F0F0;
	border: solid 1px #777;
	width: 137px;
	margin: 0px;
	font-size: 10px;
	line-height: normal;
	padding: 2px;
	}
	
#searchButton {
	margin-top: 1px;
	}	

#breadcrumb a	{
	color: #fd9;
	text-decoration:none;
	}
	
#breadcrumb a:hover	{
	color: #B9CEE1;
	}
	
	
/* Interior Footer Elements
---------------------------------------------  */
#footer	{
background: #3A6B97 url(../images/inside_footer_back.gif);
height: 85px;
color: white;
margin-top: 0px;
clear: both;
}

#footer img	{
float: left;
margin-top: 0px;
margin-left: 22px;
}

#footer p	{
color: white;
margin-left: 220px;
padding-top: 60px;
line-height: 25px;
font-weight: bold;
}

/* Interior Text Styles
---------------------------------------------  */
	
h3 { 
	font: 22px/24px Arial, Verdana, Helvetica;
	color: #003366;
	font-weight: bold;
	margin: 10px 0 10px 0;
	}
	
h2 { 
	font: 16px/18px Arial, Verdana, Helvetica;
	color: #003366;
	font-weight: bold;
	margin: 20px 0 0px 0;
	}
	
/* Global Link Styles
---------------------------------------------  */

a:link	{
	color: #900;
	text-decoration: none;
	}
	
a:visited	{
	color: #650000;
	text-decoration: none;
	}
	
a:hover, a:active	{
	color:	#369;
	text-decoration: underline;
	}		
	
#footer a:link, #footer  a:visited	{
	color: #FEFFCC;
	text-decoration: none;
	}	
