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


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

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #23A129; /* Accent 10 */
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #6578E9; /* Secondary */
	margin: 0px 0px 5px 0px;			
}

h3 {
	font-size: 11px;
	color: #23A129; /* Accent 10 */
	font-weight: bold;	
	margin: 0px 0px 5px 0px;			
}

a {
 color: #00C; /* Link */
 text-decoration: underline;
}

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

p.noSpace {
	margin: 0px;
}

#footer {
	padding: 5px;
	background-color: #DCE4ED; /* Neutral Light */
}
#footer a {
  color: #6E7AA3; /* Border Light */
  text-decoration: none;
}
#subPage #footer {
	border-top: 6px solid #23A129; /* Accent 10 */
}

/************************************************ Sub Page Classes **********************************************/
#innerContainer {

}

#innerContainer #innerLeft {
	float: left;
}
#homePage #innerContainer #innerLeft {
	width: 225px;
}
#subPage #innerContainer #innerLeft {
	width: 185px;
}

#innerContainer #innerRight {
	float: left;
}
#homePage #innerContainer #innerRight {
  width: 515px;
	padding: 10px 0px 10px 10px;
}
#subPage #innerContainer #innerRight {
	padding: 10px 0px 10px 10px;
	float: none;
	margin-left: 185px;
}

#homePage #innerContainer #innerRight h1 {
	margin: 0px 0px 5px 0px;
}


