/**************** General Classes *****************/
body {
	margin: 0px;
	background-color: #FFFFFF; /* Global White */
	font-size: 11px; /* Font Size */
	line-height: 14px;
	color: #666666; /* Global Gray */
}

#subPage {
	background-image: url(../siteassist_images/sub_body_background.jpg);
	background-repeat: repeat-x;
}

#globalContainer {
	width: 975px;
	margin: 0px auto;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #F47820; /* Accent 10 */
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #6699CC; /* Text Medium */
	margin: 0px 0px 5px 0px;			
}

h3 {
	font-size: 12px;
	color: #003399; /* Primary */
	font-weight: bold;	
	margin: 0px 0px 5px 0px;			
}

a {
 color: #2170BD; /* Link */
 text-decoration: underline;
}

p {
	margin: 0px 0px 10px 0px;
}

p.noSpace {
	margin: 0px;
}

#footer {
	padding: 5px 0px;
}
#footer a {
	text-decoration: none;
}
/**************** Header Classes *****************/
#topHead {
	height: 10px;
	border-left: 0px none; /* Neutral Medium */
	border-right: 0px none; /* Neutral Medium */
	margin-bottom: 12px;
	background-repeat: no-repeat;
	text-align: right;
}

#topHead img {
	float: left;
}

#topHeadText {
  float: right;
  margin: 55px 15px 0px 0px;
}

#topHead h1 {
	font-size: 11px;
	font-weight: bold;
	color: #666666; /* Global Gray */
}

#topHead h2 {
	font-size: 11px;
	color: #666666; /* Global Gray */
	font-weight: normal;
}

#subPage #header {
	border: 1px solid #4B647F; /* Border Dark */
	background-image: url(../images/sub_header.jpg);
	background-position: right top;
	height: 45px; /* Primary */
	visibility: visible;
}

#header #mainFeatured {
	border-right: 6px solid #CB7504; /* Border Dark */
	background-color: #0C2033; /* Accent 4 */
}

#subPage #header #mainFeatured {
	width: 190px;
	height: 45px;
}

/**************** Top Nav Classes *****************/
#topNavOuter {
	border-bottom: 2px solid #264474; /* Border Dark */
}

#topNav {
	padding: 6px 3px 0px 3px;
	background-color: #6699CC; /* Text Medium */
	color: #FFFFFF; /* Global White */
	height: 35px;
}

#topNav table, #topNav ul {
 float: right;
}

/************************************************ Sub Page Classes **********************************************/
#innerContainer {
	border-right: 1px solid #CCD0D6; /* Neutral Medium */	
	background-repeat: repeat-y;
}

#subPage #innerContainer {
	background-image: url(../siteassist_images/sub_sidenav_background.jpg);
	background-color: #FFFFFF;
}

#innerContainer #innerLeft {
	float: left;
}

#subPage #innerContainer #innerLeft {
	width: 190px;
}

#innerContainer #innerRight {
	float: left;
	padding: px 0px 1px 26px;
}

#subPage #innerContainer #innerRight {
	float: none;
	margin-left: 195px;
	padding: 0px;
	width: 765px;
}

/**************** Resources Classes *****************/
#resources {
	color: #4B74D5; /* Secondary */
	padding: 20px;
}

#resources form {
	margin: 0px;
	padding: 0px;
}

#resources p {
	margin: 0px 0px 10px 0px;	 
}

#sideNav {
	padding: 20px;
}

