body {
	margin: 0;
	background-image: url(Images/BG_Vert_TILE4a.jpg);
	/*color: #DEDECA;*/
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-attachment: fixed;
	background-repeat: repeat;
}

#main
{
	width: 860px;
	background-image: url(Images/BG_Vertical.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#Footer {
	width: 860px;
	background-image: url(Images/BG_Bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
}


.Section{ font-size:14px; font-weight:bold;}


.Excerpt {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}



a:link , a:visited {
	font-size:14px;
	color: #263A6D;
}
a:hover, a:active{
	color: #666666;
	text-decoration:none;
	font-size:14px;
}

a:link span ul , a:visited ul {
	list-style-type: none;
	display: inline;
}



#tabs {
	float:right;
	width:100%;
	font-size:93%;
	line-height:normal;
	/*margin-bottom:1em; margin between menu and rest of page*/
	overflow:hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F2;
	padding-left: 10px;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("Images/Tab-Left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 10px;
	text-decoration:none;
	}

#tabs a span {
	float:none;
	display:block;
	background:url("Images/Tab-Right.png") no-repeat right top;
	padding:10px 45px 4px 0px;
	margin-right:2px;
	color:#263A6D;
	font-weight:bold;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {color:#333333;
	font-weight:bold;
	text-decoration:underline;
	}

#tabs a:hover {
	background:url("Images/Tab-Left.png") no-repeat left top;
	/*background-position:0% -42px;*/
	}

#tabs a:hover span {
	background:url("Images/Tab-Right.png") no-repeat right top;
	/*background-position:100% -42px;*/
	}



/*a:link span , a:visited span {
	font-size:14px;
	color: #263A6D;
	text-decoration:underline;
	font-weight: bold;
	height: 42px;
	background-image: url(Images/Tab-Right.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 5px;
}
a:hover span, a:active span {
	color: #666666;
	text-decoration:none;
	font-size:14px;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 5px;
	height: 42px;
	background-image: url(Images/Tab-Right.png);
	background-repeat: no-repeat;
	background-position: right top;
}*/



td, th {
	color: #263A6D;
}

h1 {
	color: #FFFF33;
}

h2 {
	color: #FFFF66;
}

h3, h4 {
	color: #FFFFCC;
}

h5, h6 {
	color: #6699CC;
}

#apDiv1 {
	position:absolute;
	left:183px;
	top:201px;
	width:499px;
	height:100%;
	z-index:1;
}

