@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: Left;
	color: #000;



	background-image: url(../_graphics/new gradient.psd);
	background-repeat: repeat;
	background-image: url(../_graphics/new%20gradient.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
 
.thrColElsHdr #container {
	width: 90%;
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFF;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
.thrColElsHdr #header {
  text-align: center;
  background-color: #FFF;
}

.thrColElsHdr #navcontainer ul li { display: inline; }

.thrColElsHdr #navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #FE79D1;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

.thrColElsHdr #navcontainer ul li a:hover
{
	background-color: #FFF;
	color: #000;
}
.thrColElsHdr #sidebar1 {
	float: left;
	width: 148px; /* since this element is floated, a width must be given */
	padding-left: 0;
	margin-left: 0;
	font: 100%;
	color: White;
	font-family: arial, helvetica, sans-serif;
}
.thrColElsHdr #sidebar2 {
	float: right; 
	width: 20%; /* since this element is floated, a width must be given */
	background: White
	; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}


.thrColElsHdr #mainContent {
	background-color: #FFF;
	width: 50%
	text-align: left;
	margin-top: 0%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 10px;
	width: 73%;
}


.thrColElsHdr #footer {
	color: #96b1cf;
	text-align: center;
	
}
.thrColElsHdr #footer h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: oblique;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
	text-transform: none;
	color: #6d256d;
	text-align: center;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: oblique;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
	text-transform: none;
	color: #7f1739;
	text-align: left;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-style: oblique;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
	text-transform: none;
	color: #7f1739;

}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-style: oblique;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
	text-transform: none;
	color: #7f1739;
	text-align: left;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: oblique;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
	text-transform: none;
	color: #7f1739;
	text-align: left;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-style: oblique;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
	text-transform: none;
	color: #7f1739;
	text-align: left;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: oblique;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
	text-transform: none;
	color: #7f1739;
	text-align: left;
}
.floatright { 
	margin-left: 8px;
}
.floatleft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.thrColElsHdr  a:link {
	background-color: #FFF;
	color: #7f1739;
}
.thrColElsHdr  a:visited {
	color: #C03;
}
.thrColElsHdr a:focus {
	background-color: #33C;
	color: #FFF;
}
.thrColElsHdr a:hover {
	background-color: #33C;
	color: #FFF;
}
.thrColElsHdr  a:active {
	color: #FFF;
}
