@charset "utf-8";
body  {
	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;
	background: #FFFFFF;
	font: 13px/1.3em Arial, Helvetica, sans-serif;
}
.pana #container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
} 
.pana #header {
	padding: 0;
	margin: 0px;
	background: #FFFFFF url(none);
} 
.pana #container #header img {
	background-position: bottom;
	margin: 0px;
	padding: 0px;
	border-style: none;
}
.pana #header h1 {
	margin: 0px;
}
.pana #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	margin-top: 0px;
	background: #FFFFFF no-repeat top;
	text-align: left;
}
.pana #container #sidebar1 a {
	display: block;
	font: bold 24px "Times New Roman", Times, serif;
	color: #913F98;
	padding: 15px 0px 15px 10px;
	text-decoration: none;
}
.pana #mainContent {
	background-image: url(../images/bg_gradient.jpg);
	text-align: left;
	margin: 0px 0px 0px 220px;
	padding: 0px 10px;
} 
.pana #mainContent h1 {
	margin: 0px;
	color: #913F98;
	padding-top: 20px;
	padding-left: 30px;
	font: bold 30px "Times New Roman", Times, serif;
}
.pana #mainContent h2 {
	margin: 0px;
	color: #913F98;
	padding-top: 10px;
	padding-left: 50px;
	font: oblique bold 22px "Times New Roman", Times, serif;
}

.pana #container #mainContent img {
	padding-right: 5px;
	border-style: none;
	padding-left: 5px;
}
.pana #container #mainContent table {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.underline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.bold_underline {
	font-weight: bold;
	text-decoration: underline;
}

.italic {
	font-style: italic;
}
.large {
	font-size: 18px;
}

.pana #footer {
	padding: 10px;
}
a:link {
	text-decoration: none;
	color: #913F98;
	font: bold 14px Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #913F98;
	font: bold 14px Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: none;	
	color: #913F98;
	font: bold 14px Arial, Helvetica, sans-serif;
}
a:active {
	text-decoration: none;	
	color: #913F98;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.imgcenter {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.center-text {
	text-align: center;
}
.left-text {
	text-align: left;
}
