/**************** General Classes *****************/
body {
	margin: 0px;
	background-color: #393E3A; /* Accent 5 */
	font-size: 12px; /* Font Size */
	line-height: 18px;
	color: #F1F0EE; /* Global Gray Light */
}

#globalContainer {
	width: 759px;
	margin: 0px auto;
	border-left: 1px solid #F1F0EE; /* Global Gray Light */
	border-right: 1px solid #F1F0EE; /* Global Gray Light */
	border-bottom: 1px solid #F1F0EE; /* Global Gray Light */		
	background-repeat: repeat-y;	
}

#subPage #globalContainer {
	background-image:url(../images/sub_inner_background.jpg);
	margin-top: 5px;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	color: #FFF5CC; /* Accent 7 */
	margin-top: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFF99; /* BG Dark */
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

a {
 color: #FFE59F; /* Nav Light */
 font-weight: bold;
 text-decoration: underline;
}

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

li.highlight {
	color: #F4E1E7; /* Text Light */
}

#footer {
	background-color: #FFF5CC; /* Accent 7 */
	padding: 10px 20px;
	color: #666666; /* Hard coded no matter what color scheme */
	text-align: right;
	font-weight: bold;
	padding-left: 45px;
}

#subPage #footer {
	margin-left: 186px;
}

#footer a {
	color: #666666; /* Hard coded no matter what color scheme */
	font-weight: bold;
  text-decoration: none;	
}




#subPage #header {
	background-image: url(../images/subheader_background.jpg);
	height: 104px;
}


#subPage #topNav {
	padding: 0px 15px;	
	text-align: right;
	color: #FFFFFF; /* Global White */	
}

#topNav table, #topNav ul {
  float: right;
}
#Navigation, #Navigation_LCap, #Navigation_RCap, #Navigation_Background {
  float: right;
}


#innerLeft {
	float: left;
}

#subPage #innerLeft {
	width: 185px;
}

#innerRight h1, #innerRight h2, #innerRight h3, #innerRight p {
  clear: none;
}

#innerRight {
}

#subPage #innerRight {
	margin-left: 185px;
	padding: 5px;
}


#resources {
	color: #393E3A; /* Accent 5 */
	padding: 20px;
}
