body {
	font-family: Tahoma, Arial, sans-serif;
	background-repeat:repeat-x;
	margin-top:0;
}
/*assign a background body image different for each page*/
.redPage {background-image:url('../images/bg-2.gif'); background-repeat:repeat-x}
.redPage a {color:#990000}
.redPage li {color:#990000}
.yellowPage {background-image:url('../images/bg-yellow.gif'); background-repeat:repeat-x}
.yellowPage a {color:#CC9900}
.yellowPage li {color:#CC9900}
.purplePage {background-image:url('../images/bg-purple.gif'); background-repeat:repeat-x}
.purplePage a {color:#993399}
.purplePage li {color:#993399}
.orangePage {background-image:url('../images/bg-1.gif'); background-repeat:repeat-x}
.orangePage a {color:#FF9900}
.orangePage li {color:#FF9900}
.bluePage {background-image:url('../images/bg-3.gif'); background-repeat:repeat-x}
.bluePage a {color:#333399}
.bluePage li {color:#333399}
.greenPage {background-image:url('../images/bg.gif'); background-repeat:repeat-x}
.greenPage a {color:#339933}
.greenPage li {color:#339933}


td {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}

th {
	font-family: Tahoma, Arial, sans-serif;
}
/*set the container for the entire page so you can float center*/
#wrapper{
	width: 766px;
	margin: 0 auto;
}
/*set properties for three column, one row table that will hold all content*/
#leftCol{
	width:215px;
	vertical-align: top;
}
#middleCol{
	width: 490px;
	vertical-align: top;
}
#rightCol{
	width: 61px;
	vertical-align: top;
}
/*subdivide each column into a top section and a middle section*/
/*within the divs, nest divs for the navigation*/
#topLeft{
	width: 213px;
	height: 139px;
	background-image:url('../images/bg1.gif');
	background-position: right 50%;
	background-repeat: no-repeat
}
#topNav{
	padding-top: 65px;
	padding-left: 12px;
	font-size:10px;
	color:#A2A2A2;
}
#topNav a {
	text-decoration: none;
	color: #A2A2A2;
}
#topMiddle{
	height: 139px;
	background-image:url('../images/logo_large.jpg');
	background-position: center;
	background-repeat: no-repeat
}

#topRight{
	margin-left: 2px;
	height: 139px;
	background-image:url('../images/bg2.gif');
	background-position: left 50%;
	background-repeat: no-repeat
}
#middleLeft{
	height: 216px;
	background-position: right top;
	background-repeat:no-repeat;
}
.redLeftShadow{background-image:url('../images/3_bg2.gif')}
.yellowLeftShadow{background-image:url('../images/bg-yellowGradientLeft.gif')}
.purpleLeftShadow{background-image:url('../images/bg-purpleGradientLeft.gif')}
.orangeLeftShadow{background-image:url('../images/2_bg3.gif')}
.blueLeftShadow{background-image:url('../images/4_bg3.gif')}
.greenLeftShadow{background-image:url('../images/bg3.gif')}

#leftNav  {
	padding-top:30px;
	padding-left:10px;
}
#leftNav a {
	font:"Lucida Sans";
	letter-spacing: .1em;
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
}
#middleMiddle{
	height: 216px;
}
/*assign a center section background image different for each page, matching body background*/
.redImage {background-image:url('../images/top_pics/p3.jpg')}
.purpleImage {background-image:url('../images/top_pics/p8.jpg')}
.yellowImage {background-image:url('../images/top_pics/p7.jpg')}
.orangeImage {background-image:url('../images/top_pics/p2.jpg')}
.blueImage {background-image:url('../images/top_pics/p4.jpg')}
.greenImage {background-image:url('../images/top_pics/p1.jpg')}

#middleContent{
	padding-top:120px;
}
#middleContent a {
	font-size: 12px;
}
#middleContent a:hover {
	text-decoration: none;
}
#middleRight{
	height: 216px;
	
	background-position: left top;
	background-repeat:no-repeat;
	margin: 0 auto;
}
.redRightShadow {background-image:url('../images/3_bg3.gif')}
.yellowRightShadow {background-image:url('../images/bg-yellowGradientRight.gif')}
.purpleRightShadow {background-image:url('../images/bg-purpleGradientRight.gif')}
.orangeRightShadow {background-image:url('../images/2_bg4.gif')}
.blueRightShadow {background-image:url('../images/4_bg4.gif')}
.greenRightShadow {background-image:url('../images/bg4.gif')}

#bottomNav{
	font-size:12px;
	color:#FFFFFF;
	background-image:url('../images/bottom2.gif');
	background-repeat:repeat-x;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999

}
#bottomNav td {
	border-right:1px solid #999999;
	border-left:1px solid #FFFFFF;
}
#bottomNav td a {
	text-decoration: none;
	color:#FFFFFF;
}
#footer{
	padding-top: 10px;
	text-align:center;
	font-size:10px;
	color:#A2A2A2;
}
