/* CSS Document */
/****************************************
 
| Authors:	Nick Cobb 
| Copyright 2009 Lightmaker.com

 /*nested font size calculation: child pt / parent pt = child ems */
 /* ie6 */ /* atribute also set in ie6.css
****************************************/

* { margin:0; padding:0;}

html{
	height:100%;
}

body {
	height:100%;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%; /*10pt*/
	margin:0px;
	padding:0px;
	color:#000;
	background:url(../../images/layout/bg_repeat.gif) top left repeat-x #6d7a89;
}

#outline{width:100%;min-height:90%;height:auto; position:relative;}/* ie6 */

table, td, img, div {
	border-collapse: collapse;
}

h1, h2, h3, h4{
	font-weight: bold;
	line-height: 1em;
	font-size:1em;
	display:block;
	color:#feb600;
}


h1 {
	font-size: 1.8em;
	color:#003366;
}

h2 {
	font-size: 1.8em;
	color:#003366;
}


h3 {
	font-size: 1.2em;
	color:#162f64;
}


p {
	margin-top:1em;
	font-size:1.2em;
}

form {
	margin:0px;
	padding:0px;
}

/** global links **/
a{ outline:0; color:#144476; text-decoration:underline;}
a:hover{ text-decoration:none;}


.footer_outline{font-size:1.1em;width:100%;height:auto; position:relative; float:left;}/* ie6 */
