@CHARSET "UTF-8";
@IMPORT url("compiled_style_box.css");
@IMPORT url("compiled_style_buttonContainer.css");
@IMPORT url("compiled_style_cal.css");
@IMPORT url("compiled_style_quote.css");
@IMPORT url("compiled_style_tag.css");
@IMPORT url("compiled_style_form.css");
@IMPORT url("compiled_style_link.css");
@IMPORT url("compiled_style_navigation.css");
@IMPORT url("compiled_style_pageSelect.css");
@IMPORT url("compiled_style_table.css");
@IMPORT url("compiled_style_toc.css");

body {
	font-family: Arial, Verdana, Tahoma;
	font-size: 0.8em;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	margin: 0px;
}



div.small, div.small select, div.small input, span.small, p.small, div.small, span.small, label.small {
	font-size: 0.9em;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}

div.small a {
	text-decoration: underline;
}

div.small a:hover {
	text-decoration: inherit;
}

iframe {
	border: solid 1px;
}



/*
 * Containers - Layout & Header 
 */

#layout {
	width: 100%;
	margin: auto;	
}

#con_m, #con_t, #con_b {
	width: 100%;
 	margin: 1px auto 0px; 
}


#con_ht {
	position: absolute;
	width: 98%;
       	min-width:930px;
	max-width:1055px;
	top: 0px;
	height: 20px;
	padding: 0px 3px 0px 3px;
	line-height: 10px;
	margin-top: 0px;
	
}

#con_h, #con_h div.box, #con_h div.boxContent {
	background-color: transparent !important;
	background-image: none;
	width: 98%;
       	min-width:940px;
	max-width:1060px;
	margin: auto;
	margin-top: 8px;
}

#con_hb {
	position: absolute;
	top: 147px;
	padding: 3px 3px 0px 3px;
	height: 40px;
	width: 98%;
	min-width:940px;
	max-width:1055px;
	margin: auto;
}

#con_hb div.content {
	line-height: 40px;
}
 
#con_hm {
	position: relative;
	top: 13px;
	font-size: 3em;
	margin: 1px 0px;
	line-height: 126px !important;
	margin-bottom: 30px;
	max-width:1060px;
	margin-left: 0px; 
	margin-right: 0px;
}

#con_h ul {
	width: 100%;
	display: block;
	margin: 0px;
}

/*
 * Progress bars
 */
 
div.progressBar {
	border: solid 1px #C0C0C0;
	padding: 1px;
}
