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

<!-- 
body  {
	font:85%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	color:#333;
	background: #6959FF;
	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 */
	background-image: url(images/BG_Tile.jpg);
}
a:link {
font:100%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  color: #3300FF;
  text-decoration:none;
  outline: none;
  }
a:visited {
  color:#3300FF;
  text-decoration:none;
    outline: none;
  }
a:hover {
  color: #3366FF;
  
  }
a img {
  border-width:0;
    outline: none;
  }

.thrColEls #topbar { 
	width: 100%;
	height: 18px;
	background-image: url(images/topbar.jpg);
	background-repeat: repeat-x;
} 


.thrColEls #container { 
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	  background-image: url(images/footer_bottom.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
} 

.thrColEls #flash {
width: 100%;
height:480px;
} 

.thrColEls #sidebar2 {
height: 100%;
	float: right; 
	width: 250px;
	font: 85%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	margin: 15px 0 50px 0;
}
.thrColEls #mainContent {
padding-left: 20px;
  width: 510px;
  float: left;
  margin: 15px 20px 50px 0;
} 

/*
Internal Pages
*/

.thrColEls #mainContentInternal {
float:right;
padding-left: 20px;
  width: 550px;
  margin: 15px 20px 50px 0;
} 

.thrColEls #leftcolumnInternal{
float:left;
width:210px;
text-align:right;
margin: 15px 0 50px 0;
}


.thrColEls #footer {
height:90px;
font-size: 75%;
background-image: url(images/BG_Tile.jpg);
} 

.thrColEls #bottom {
height: 100px;
background-image: url(images/BG_Tile.jpg);
} 

.header{
height:90px;
margin: 0 0 0 0;
background-image: url(images/BG_Tile.jpg);
}

.nav{
height: 42px;
background-image: url(images/nav_bg.jpg);
background-repeat: repeat-x;
}

h4{
font-size: 14px;
margin-bottom: 5px;
margin-top:0px;
color: #006633;
}

h3{
margin-bottom: 5px;
color:#333399;
}
h2{
margin-bottom:5px;
color:#333399;
}
h1{
margin-top: 5px;
margin-bottom:10px;
color: #CC3399;
}


/* Miscellaneous classes for reuse */
.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:20;
    font-size: 1px;
    line-height: 0px;
}
--> 
</style><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColEls #sidebar2 { padding-top: 10px; }
.thrColEls #mainContent { zoom: 1; padding-top: 0px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
