* {
	font-family: Arial, Helvetica, sans-serif;
}


HTML {
	height: 100%;
}

BODY {
	/* to center the body or add a body background
	image, add the styles directly in the template
	head or body tag. Adding it here will affect
	the body alignment in SitePress edit mode! */
	height: 100%;
	background-color: #FFFFFF;
	font-size: 82%;
	MARGIN: 0px auto; 
	FONT: 14px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	COLOR: #222;
}

BR.clearAll {
	font: 1px/1px monospace;
	display: block;
	clear: both;
}


/* HEADINGS ------------------------------------------------------ */
H1, H2 {
	font-weight: normal;
	COLOR: #000099;
}


/* MAIN LAYOUT --------------------------------------------------- */

/* PAGE */
.page {
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

.header, .menu, .content, .footer {
	margin: 5px 0;
	padding: 5px;
}

/*	HEADER	*/
.pageheader {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	BACKGROUND: url(/img/bg_header.gif) #15405f repeat-x 50% bottom;
	PADDING-BOTTOM: 10px;
	MARGIN: 0px;
	COLOR: #ffffff;
	PADDING-TOP: 10px;
	HEIGHT: 49px;
	TEXT-ALIGN: left;
	}
 
.tfn {
	FONT-SIZE: 19px;
	FLOAT: right;MARGIN: 0px;
	VERTICAL-ALIGN: bottom;
	TEXT-ALIGN: right
	}
 
/*	CONTENT	*/
.content {
 
}

/*	FOOTER	*/
.footer {
	clear: both;
	font-size:xx-small;
}

/* NAVIGATION */

.pathNav {
}

.menu {
	width: 22%;
	float: left;
}


