html, body {    
   height: 100%; 
}

body  {
	font: 95% 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	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:url(../images/mainbg2.png) 0 0 repeat-x; color:#272A4E; 
}

h1 {
	letter-spacing:-1px;
}

h2 {
	letter-spacing:-1px;
}

h3 {
	letter-spacing:-1px;
}

h4 {
	letter-spacing:-1px;
	margin-bottom:5px;
}

.caption {
font-size:85%;
}

.twoColFixRtHdr #container { 
	width: 920px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
	   min-height: 100%;
margin-bottom: -130px;
position:relative;
} 
.twoColFixRtHdr #header { 
height:132px;
margin:0px 0px 16px 0px;
} 

.twoColFixRtHdr #header .logo{width:213px; height:40px; position:relative; top:25px; left:20px; border:0px; margin-bottom:8px;}
.twoColFixRtHdr #header .toploader{width:164px; height:33px; position:absolute; top:75px; color:#fff; padding:6px 0px 5px 20px; left:6px; border:0px; z-index:1; background:url(../../images/loader.gif) no-repeat; display:none;}


.twoColFixRtHdr #header #navcontainer{
	width: 100%;
	margin: 0 auto; 
	}
.twoColFixRtHdr #header #nav_old{
	width:910px;
	height:28px;
	position:absolute;
	top:83px;
	margin:0px 0px 0px 14px;
	text-transform:uppercase;
}

.twoColFixRtHdr #header #nav{
	height:28px;
	float:right;
	margin:31px 28px 0px 14px;
	text-transform:uppercase;
}

#submenu {
	width: 900px;
	position: relative;
	padding:0.3em 0px 0.2em 0.2em;
	font-size: 80%;
	text-shadow: #292D50 0px 1px 0px;
}

.sublink {
    text-decoration: none;
    color: #fff;

}

.sublink-active {
    text-decoration: none;
    color: #272A4E;
	text-shadow: #eee 0px 1px 0px;
}

.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	margin-right: 20px;
}
.twoColFixRtHdr #mainContent {
	min-height:480px;
	_height:480px;
	margin: 0px 240px 0px 0px;
	padding: 0px 0px 0px 20px;
} 

.twoColFixRtHdr #mainContent li{
	margin-bottom:10px;
} 


.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:130px; 
	background:url(../images/footerbg.png) 0 0 repeat-x transparent; 
	color:#fff;
	position:relative;
	} 
.twoColFixRtHdr #footer p {
	 margin:0px auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	position:relative; 
	top:50px;
	font-size:75%;
	width:900px;
	text-align:center;
}
.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:130px;
}
.sideboxtitle { margin: 8px 0px -1px 0px;font-weight:bold; height:16px; width:192px; color: #fff; padding : 0.3em; background: url(../images/sideTop.png) top left no-repeat; }
.fullbox { margin: 0px 0px 0px 0px; width:184px; border: solid 1px #ccc; padding: 0.2em; color: #71767A; background: url(../images/sideBg2.png) #fff repeat-x;font-size:75%;}


.SideBoxNavBar { width: 100%; 
	list-style-type: none;
	list-style: none;

}

.SideBoxNavBar ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
list-style: none;

}

.linktext {
padding: 1px 0px 3px 2px;
font-size:85%;
}

.SideBoxNavBar a
{
display: block;
padding: 1px 0px 3px 2px;
width: 98%;
font-size:90%;
font-weight:bold;
}

.SideBoxNavBar a:link, .SideBoxNavBar a:visited
{
color: #999EA5;
text-decoration: none;
}

.SideBoxNavBar a:hover
{
background-color: #4D5D7C;
color: #fff;
}

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:600px; /* based on image dimensions - not quite consistent with drip styles yet */
 width:600px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#4D5D7C;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(../images/dialog_klb_800x600.png) no-repeat top right;
 _background-image:url(../images/dialog_klb_800x600.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h2 {
 padding-bottom:0px;
}

.small {
font-size:80%;
color: #71767A;
}

#sideaccordian form input{width:90%; margin:3px 0px 2px 0px; }
#sideaccordian form label{width:90%; margin:2px 0px 0px 0px;}
	#message_bar	{
	vertical-align: top;
	background: url(../images/bgmbar.jpg);
   font-weight: bold;
   color: #fff;
   font-size: 13px;
	padding: 3px 0px 3px 0px;
	width:100%;
	 position:absolute;
	top:130px;
	left:0;
	z-index:120;
	}
#message_bar p	{ width:850px; 	margin: 0 auto; }

.forms label, input { display:block;color:#3C3F4F; }
.forms input.text { margin-bottom:12px; width:95%; }
.forms fieldset { padding:1em; border:0; margin-top:2px;}
.forms fieldset label {color:#3C3F4F;}

.forms .ctrlHolder {
  padding:7px; 
}
.forms .buttonHolder {
margin:4px -8px 0px 0px;
}

div.buttonHolder img{
margin-left:-10px;
}

.forms .buttons {
	background: transparent url(images/icons4.png) -580px -55px no-repeat;
	padding:1px 4px;
}

blockquote {	
	background: transparent url(/images/leftq.png) no-repeat scroll -5px -5px;
	font-style: italic;
	font-size:13px;
	line-height:16px;
	margin-top:6px;
	margin-left:10px;

}
blockquote p {
background:transparent url(/images/rightq.png) no-repeat scroll 98% 95%;
margin:0;
margin-left:5px;
padding:10px;
color:#000;
}
.quotee {
text-align:right;
}

.col1{
float:left;
width:45%;
}

.col2{
margin-left:15px;
float:left;
width:45%;
}
