body {
	background-color: #FFFFFF;
	margin: 0px;
}

p, input, textarea, li, table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	}
	
a:link, a:visited {
	color:#000000;
	}
a:hover {
	color:#326BD3;
	}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#326BD3;
	font-weight: normal;
	}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#326BD3;
	font-weight: lighter;
	}
	
#pagetitle h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:44px;
	color:#326BD3;
	font-weight: normal;
	display:block;
	padding:0px;
	margin: 0px;
	}
	
#pagetitle h2 {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	color:#326BD3;
		display:block;
	padding:0px;
	margin:0px;
	}
	

/* Layout css */

#pagebanner {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 1000px;
	height: 125px;
	background-image:url(/images/banner_background.gif);
	background-repeat:no-repeat;
	z-index: 1;
	position: absolute;
	}
	
#pagetitle {
	position:absolute;
	margin-left: 180px;
	margin-top: 13px;
	width:500px;
	height:66px;
	z-index: 15;
	}

#pagebody {
	margin-left: 180px;
	margin-top: 130px;
	width: 820px;
	z-index: 0;
	position: absolute;
	}
	
#menu {
	margin-left: 0px;
	margin-top: 130px;
	width:175px;
	z-index:15;
	position:absolute;
	background-color: #CCCCCC;
	}
	

	
#twocolumnwrapper {
    width:560px;	}
	
#twocolumnleftcol {
    float:left;
    width: 48%;
    }
	
#twocolumnrightcol {
	float:right;
	width:48%;
    }
	
#clearboth	{
	clear : both;
	}
	
.newsection {
	padding-top	: 2px;
	border-top:#CCCCCC solid 1px;
	}
	
.title {
	float : left;
	width : 200px;
	}
	
.personsname {
	float : right;
	width : 445px;
	}
	
form p label {
   display: inline;
   float: left;
   width: 150px;
}

form p input, form p textarea, form p select {
   margin: 0;
}

.floatrightimage {
	float:right;
	padding : 5px;
	}.shaded {
	background-color: #FFD88B;
	padding-top: 4px;
	padding-bottom: 4px;
}
.titlerow {
	color: #FFFFFF;
	background-color: #326BD3;
	padding-top: 4px;
	padding-bottom: 4px;
}
