body {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	}

body, td, p, h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
a,
a:link,
a:active,
a:visited {
	color: #006699;
	text-decoration: none;
	}
a:hover {
	color: #3385AD;
	text-decoration: underline;
	}
	
p, h1, h2, h3 {
	margin-top: 0px;
	padding-top: 0px;
	}
	
h1 {font-size: 18px; font-weight: bold; color: #006699;}
h2 {font-size: 16px; font-weight: bold; color: #006699;}
h3 {font-size: 14px; font-weight: bold; color: #006699;}
h4 {font-size: 12px; font-weight: bold; color: #006699;}

#header-outerwrapper {
	background-image: url('/files/templates/1/images/header_spacerrt.gif');
	background-repeat: repeat-x;
	}	
#header-image-left {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 20;
	}
#header-image-right {
	position: absolute;
	left: 477px;
	top: 0px;
	z-index: 20;
	}
	
#utility-menusystem {
	position: absolute;
	right: 10px;
	top: 0px;
	z-index: 40;
	}

#leftColumn-outerwrapper {
	position: relative;
	background-color: transparent;
	z-index: 100;
	}
#leftColumn-image-top {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 25;
	}
#leftColumn-image-bottom {
	position: absolute;
	left: 0px;
	top: 25px;
	z-index: 25;
	}
#leftColumn-content {
	position: relative;
	padding-top: 35px;
	margin-left: 35px;
	z-index: 50;
	}


#content-outerwrapper {
	position: relative;
	z-index: 50;
	}
#content-innerwrapper {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	border: 0px dotted blue;
	}
