/* CSS Document */
/****************************************
 
| Authors:	Gary Carr 
| Copyright 2009 Lightmaker.com

 /*nested font size calculation: child pt / parent pt = child ems */
 /* ie6 */ /* atribute also set in ie6.css
****************************************/

html{
	height:100%;
}

body {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%; /*10pt*/
	margin:0px;
	padding:0px;
	color:#74899C;
	background: url(../../images/layout/bg_main.gif) repeat-x #fff 0 414px;
}

/* hieghts changed in layout due to footer alignment to bottom of page  */
#outline{font-size:1.1em;width:100%;/*min-height:100%;height:auto;*/}/* ie6 */


p {
	margin-bottom:1em;
}

form {
	margin:0px;
	padding:0px;
}

/** global links **/
a{color:#74899C; text-decoration:underline;}
a:hover{ text-decoration:none;}
