BODY {
	background:#ccc;
	font-family:times new roman;
	font-size:16px;
	color:#999;
	margin:0px;
	padding:0px;
}

/*------------------------------------*/	
/*------------------------------------*/
/*------------ INDEX PAGE ------------*/
/*------------------------------------*/
/*------------------------------------*/

.PageContent {
	width:850px;
	background:url('images/backer.gif') repeat-y;
	margin:0 auto;
}
	
/*--------------------------------------*/
/*------------ MAIN CONTENT ------------*/
/*--------------------------------------*/

.MainContent{
	float:left;
	width:600px;
	background:url('images/pathwayLogo.jpg') top left no-repeat;
	padding:251px 0px 0px 0px;
	overflow:hidden;
}

.MainContent .Body
{
	text-align:left;
	padding:10px 56px 30px 56px;
	margin-left:61px;
}

.MainContent .Body .Title{
	font-size:23px;
	width:300px;
	padding-bottom:20px;
}
	
.MainContent .SubscribeBox {
	background:url('images/subscribeBackTop.jpg') top left no-repeat;
	width:479px;
	/*height:256px;*/
	margin-left:-42px;
}
	
.MainContent .SubscribeBox .Title {
	padding:13px 0px 0px 228px;
	color:#FFF;
	font-size:50px;
}

.MainContent .SubscribeBox .Body {
	padding:8px 0px 10px 170px;
	color:#888888;
}

.MainContent .SubscribeBox .Button {
	width:479px;
	padding:8px 0px 0px 185px;
}
	
.MainContent .SubscribeBoxBottom {
	background:url('images/subscribeBackBottom.gif') top left no-repeat;
	width:479px;
	height:12px;
	margin-left:-42px;
}
	

/*------------------------------------*/
/*------------ RIGHT SIDE ------------*/
/*------------------------------------*/
	
.SideContent{
	float:left;
	width:250px;
	background:url('images/rightTop.gif') top center no-repeat;
	padding-top:189px;
	overflow:hidden;
}

.SideBar{
	width:156px;
	background:#999 url('images/rightTopper.gif') top center no-repeat;
	color:#b8b8b8;
	overflow:hidden;
}

.SideBar IMG{
	margin:5px 0px 5px 0px;
	border:none 0;
}

.SideBar .SubTitle{
	font-size:25px;
	padding:10px 0px 10px 4px;
	text-decoration:underline;
	text-align:center;
}
	
.SideBar .SubBody{
	width:138px;
	background:#ccc url('images/rightMiniTop.gif') top center no-repeat;
	margin-left:9px;
	margin:0px 5px 1px 9px;
	padding-top:10px;
	text-align:center;
	color:#888888;
}

.SideBar .SubBodyIndent{
	padding:0px 5px;
}
	
.SideBar .SubBottom {
	width:138px;
	height:9px;
	background:#ccc url('images/rightMiniBottom.gif') bottom center no-repeat;
}
	
.SideBarBottom {
	width:156px;
	height:24px;
	background:#999 url('images/rightBottom.gif') top center no-repeat;
}
	
	
/*--------------------------------------*/
/*--------------------------------------*/
/*------------ ARCHIVE PAGE ------------*/
/*--------------------------------------*/
/*--------------------------------------*/

.linkTBL {
	width:300px;
}
	
.links {
	line-height:25px;
	font-family:verdana;
	font-size:11px;
	width:110px;
}
	
.links a, .links a:visited {
	color:#4258c7;
	text-decoration:none;
	padding-left:7px;
}
	
.links a:hover {
	background:url('images/linkArrow.gif') left no-repeat;
	color:#bf6811;
}
	
#back {
	position:absolute;
	top:300px;
	margin-left:-2px;
}
#footer {
	clear:both;
	text-align:center;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:11px;
	padding-top:3px;
	padding-bottom:30px;
}	
#footer a:link,
#footer a:visited {
	color:#E4801C;
	text-decoration:none;
}
#footer a:hover,
#footer a:active {
	color:#003366;
	text-decoration:underline;
}

