@charset "utf-8";
/* CSS Document */

body  {
	margin: 0;
	padding: 0;
	text-align: center;
}

table {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}

img { border: 0;
}


#headertile {
	position: absolute;
	top: 0px;
	left: 0px;
	background:url(/custom/themes/default/images/top-tile.gif) repeat-x;
	height:  153px;
	width: 100%;
	z-index: -1;
}
	
#container { 
	width: 913px;
	margin: 0 auto;
	text-align: left;
} 

#header { 
	position: relative;
	width: 913px;
	height: 153px;
	background: url(/custom/themes/default/images/header.gif);
	z-index: 1;
} 

#header #nav{ 
	position: absolute;
	top: 110px;
	left: 210px;
}

#header #qlinks{
	position: absolute;
	top: 82px;
	left: 220px;
}

#qlinks a {
	color: #fff600;
}



#header h1 {
	margin: 0;
	padding: 10px 0;
}


#sidebar1 {
	float: left;
	width: 285px;
	margin: 10px 0 0 0;
}

#sidebar1  #sidetxt{
	padding: 0 10px 0 5px;
	margin: 2px 0 5px 0;
	font-size: 11px;
	line-height: 1.55em;
}



#sidebar1 h3, #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}


#contentarea { 
	position: relative;
	width: 913px;
	background:url(/custom/themes/default/images/content-tile.gif) repeat-y;
} 


#mainContent {
	width: 573px;
	float: left;
	padding: 0 10px 0 30px;
} 


#mainContent2 {
	width: 853px;
	float: left;
	padding: 0 30px 0 30px;
} 


#footer { 
	width: 913px;
	height: 34px;
	background: url(/custom/themes/default/images/footer.gif);
} 

#footer p {
	margin: 0; 
	padding: 10px 0 10px 20px;
}

/* 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:0;
    font-size: 1px;
    line-height: 0px;
}
