@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	padding: 10px;
}
.oneColFixCtrHdr #header {
	background: #ffffff;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* General NavBar formatting */

.oneColFixCtrHdr #mainNav {
	background-color:#029BA5;
}

.oneColFixCtrHdr #mainNav  {
	color:#FFFFFF;
	padding-bottom: 6px;
	padding-top: 6px;
}
				#mainNav a { color:#FFFFFF;
							text-decoration: none;
							}
				#mainNav a:hover {
	color:#000;
}


.oneColFixCtrHdr #subNav { padding:3px;
							background-color:#029ba5;
}
							
.oneColFixCtrHdr #subNav  { color:#FFFFFF;
}
				#subNav a { color:#FFFFFF;
							text-decoration: none;
							}
				#subNav a:hover { color:#FFFF00;}
				#subNav a:visited { color:#d7d7d7;
}
/* Portrait Navbar formatting */

.oneColFixCtrHdr #mainNavPort { padding:6px;
							background-color:#db70b4;
}

.oneColFixCtrHdr #mainNavPort  { color:#000000;
}
				#mainNavPort a { color:#000000;
							text-decoration: none;
							}
				#mainNavPort a:hover { color:#FFFF00;}
				#mainNavPort a:visited { color:#666666;}

.oneColFixCtrHdr #subNavPort { padding:3px;
							background-color:#dba1c6;
}
							
.oneColFixCtrHdr #subNavPort  { color:#000000;
}
				#subNavPort a { color:#000000;
							text-decoration: none;
							}
				#subNavPort a:hover { color:#FFFF00;}
				#subNavPort a:visited { color:#666666;
}

/* Commercial Navbar formatting */

.oneColFixCtrHdr #mainNavComm { padding:6px;
							background-color:#70db72;
}

.oneColFixCtrHdr #mainNavComm  { color:#000000;
}
				#mainNavComm a { color:#000000;
							text-decoration: none;
							}
				#mainNavComm a:hover { color:#FFFF00;}
				#mainNavComm a:visited { color:#666666;}

.oneColFixCtrHdr #subNavComm { padding:3px;
							background-color:#a8daaa;
}
							
.oneColFixCtrHdr #subNavComm  { color:#000000;
}
				#subNavComm a { color:#000000;
							text-decoration: none;
							}
				#subNavComm a:hover { color:#FFFF00;}
				#subNavComm a:visited { color:#666666;
}

/* About Navbar formatting */

.oneColFixCtrHdr #mainNavAbout { padding:6px;
							background-color:#d26dd8;
}

.oneColFixCtrHdr #mainNavAbout  { color:#000000;
}
				#mainNavAbout a { color:#000000;
							text-decoration: none;
							}
				#mainNavAbout a:hover { color:#FFFF00;}
				#mainNavAbout a:visited { color:#666666;}

.oneColFixCtrHdr #subNavAbout { padding:3px;
							background-color:#d7a8da;
}
							
.oneColFixCtrHdr #subNavAbout  { color:#000000;
}
				#subNavAbout a { color:#000000;
							text-decoration: none;
							}
				#subNavAbout a:hover { color:#FFFF00;}
				#subNavAbout a:visited { color:#666666;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}


.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	color: #FFFfff;
}

.oneColFixCtrHdr #container h1, h2, h3, h4, h5, h6 { color:#993366;

}

.boxTopBorder {background-image:url(../images/box_border_top.gif);
background-repeat:repeat-x;
background-position:bottom;

}

.boxBottomBorder {
	background-position:top;

}

.boxLeftBorder {


}

.boxRightBorder {
	background-position:left;

}

/* Additional text formatting */
.PageHeader {
	font-size:x-large;
	font-weight:bold;
	color:#993366;
	text-align: center;

}

p, td, th {
	line-height:140%;
	text-align: justify;

}



}


.PackageTitle {
font-size:large;
font-weight:bold;
color:#993366;
}

.navFooter {font-size:small;
font-weight:bold;
color:#ffffff;
}


.PackageTitle {
	font-weight: bold;
	color: #993366;
}

.Footerspace {
text-align: center;
}
