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

a:link{
	color:#cccccc;
}
a:visited{
	color:#cccccc;
}
a:hover{
	color:#ffffff;
	}  

body  {
	font: 85% Georgia, Times, serif;
	line-height: 175%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #cccccc;
	background-image: url(images_redo/headerback-2.jpg);
	background-repeat: repeat-x;
	background-color: #000033;
}

.thrColElsHdr #container { 
	width: 800px; 
	background: #000033;
	margin: 0 auto;
	/*border: 1px solid #000000;*/
	text-align: left; 
} 
.thrColElsHdr #header {

	/*background: #0171bb;*/
	background-image:url(images/headerback.jpg);
	background-repeat:repeat-x; 
} 
.thrColElsHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
}

.thrColElsHdr #sidebar1 {
	float: left; 
	width: 370px;
	margin: 0 15px 15px 0;
	padding: 15px 0;
}
  
.thrColElsHdr #sidebar2 {
	float: right;
	margin: 0 0 15px 15px; 
	width: 370px;
}

.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.thrColElsHdr #navContent {
	margin: 30px 0;
	text-align:center;
	}

.thrColElsHdr #mainContent {
 	margin: 15px 385px 15px 0;
}
.thrColElsHdr #mainContent_leftNav {
 	margin: 15px 0 15px 385px;
} 
.thrColElsHdr #footer { 
	margin: 15px 0;
	text-align:center;
} 
.thrColElsHdr #footer p {
	margin: 0; 
	padding: 10px 0;
	font-size:smaller;
	color:#cccccc;
	line-height: 150%;
}


.fltrt { 
	float: right;
	width: 200px;
}

.fltlft { 
	float: left;
	margin-right: 10px;
}
.quote {
	color:#FFFFFF;
	font-style: italic;
	font-size: smaller;
	line-height: 220%;
	}

.quotee {
	color:#FFFFFF;
	font-style: italic;
	font-size: smaller;
	text-align: right;
	padding: 0 25px 5px 0;
	}	
	
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearleft {
	clear:left;
	}
	
h1 {
font-size: large;
color: #ffffff;
font-style:italic;
}
h2 {
font-size:large;
color:#0171bb;
}
h3 {
font-size:medium;
font-style:italic;
color:#0171bb;
}
.parastart {
font-size:large;
font-weight:bold;
color:#000000;
}

.direction {
	color:#CCCCCC;
	font-size:medium;
	font-style:italic;
	line-height: 175%;
	padding: 15px 0;
	}
