@charset "utf-8";
/* CSS Document */


#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: center;
}

body { 
    background-color:#FFF;
	text-align: center;
	min-width: 950px; /* for fixed width must be more than the #wrapper */
}

body,p,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

#branding {  /* place logos and or banner in this wrapper */
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#logo {
	width: 20%;
	float: left;
}

#banner {
	width: 80%;
	float: right;	
}

#partialHeader {
	top: 0;
	width: 100%;
	margin: 0 auto;
	height: 80px;
	text-align: center;
	clear: both;
}

#mainNav {
	border: none;
	width: 100%;
	margin:0 auto;
	text-align: center;
	padding: 10px;
}

#mainNav p  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #800080;
	font-weight:bold;
}

#mainNav a:link {
	font-style: normal;
	color: #800080;
	text-decoration: none;
}
#mainNav a:hover {
	font-weight: bold;
	color: #90C;
	text-decoration: none;
}

#mainTitle {
	color: #660066;
	font-weight:bold;
	font-size: 24px;
	border: none;
	width: 100%;
	margin:0 auto;
	margin-top: 1%;
	text-align: center;
	padding: 10px;
	clear: both;
}


a:link {
	font-style: normal;
	color: #800080;
	text-decoration: none;
}

a:visited {
	font-style: normal;
	color: #800080;
	text-decoration: none;
}

a:active {
	font-style: normal;
	color: #800080;
	text-decoration: none;
}
	
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #90C;
	text-decoration: none;
}


	
#Content {
	width: 100%;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	/*border:1px dashed #333; */
	background-color:#FFF;

}

#mainFooter {
	clear: both;
	border: none;
	width: 100%;
	margin:0 auto;
	font-size: 10px;
	text-align: center;

}
