@charset "UTF-8";
html
{
margin: 0em;
padding: 0em; 
}
body  {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #0050ac;
	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;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FF0;
	border-right-color: #FF0;
	border-bottom-color: #FF0;
	border-left-color: #FF0;
}
.thrColFixHdr #wrapper { 
	width: 1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
background: url(images/bg.jpg) no-repeat center +20px; 
} 

.thrColFixHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header { 
	padding: 0 0px 50px 0px;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #mainContent {
	background: #ffffff;
	margin-top: 15px;
	margin-right: 230px;
	margin-bottom: 0em;
	margin-left: 182px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
} 
.thrColFixHdr #mainContent h1 
{
padding: 0;
font: bold 1.5em/1.3em Verdana, Helvetica, Arial, sans-serif;
text-align: center;
margin: 0em 0em .3em 0em; 
}
.thrColFixHdr #mainContent h2 
{
padding: 0;
font: bold 1.2em/1.2em Verdana, Helvetica, Arial, sans-serif;
text-align: center;
margin: 0em 0em .3em 0em; 
}
.thrColFixHdr #mainContent h3 
{
padding: 0;
font: bold 1em/1em Verdana, Helvetica, Arial, sans-serif;
text-align: left;
margin: 0em 0em .3em 0em; 
}
.thrColFixHdr #mainContent p
{
	margin: 0em 0em .5em 0em;
	padding: 0em 1em;
	font: .9em/1.4em Verdana, Helvetica, Arial, sans-serif;
}

.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0050ac;
} 
.thrColFixHdr #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 */
text-align: center;
color: #ffffff;
font: 0.8em Verdana, Helvetica, Arial, sans-serif; 
}
.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;
}
.white
{
	color: #ffffff;
	font-size: xx-small;
}
.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;
}
a 
{
outline: none; 
}
a img {border:none;}
.thrColFixHdr #sidebar1 p, .thrColFixHdr #sidebar2 p
{
	font: .8em Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}
.thrColFixHdr #sidebar1 p a:link, .thrColFixHdr #sidebar1 p a:visited, 
.thrColFixHdr #sidebar2 p a:link, .thrColFixHdr #sidebar2 p a:visited 
{
color: #66ccff;
text-decoration: underline; 
}
.thrColFixHdr #sidebar1 p a:link, .thrColFixHdr #sidebar1 p a:visited, 
.thrColFixHdr #sidebar2 p a:hover, .thrColFixHdr #sidebar2 p a:active
{
color:#ffffff;
text-decoration: underline; 
}
.thrColFixHdr #wrapper #container #sidebar1 div {
	color: #FFF;
}
.thrColFixHdr #wrapper #container #sidebar1 div {
	font-size: xx-small;
}
.thrColFixHdr #wrapper #container #sidebar1 div {
	color: #FFF;
}
.thrColFixHdr #wrapper #container #sidebar1 div {
	font-size: x-small;
}
.about_small_sidebar {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
.thrColFixHdr #wrapper #container #sidebar2 p strong {
	color: #FFF;
}
.thrColFixHdr #wrapper #container #mainContent #divContainer #divContent p {
	text-align: left;
}
.thrColFixHdr #wrapper #container #mainContent #divContainer #divContent div {
	font-size: 9em;
}

