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:#333333;
	}
a:hover {
	color:#D81E05;
	}
	
h1 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica;
	font-size:14px;
	color:#D81E05;
	font-weight: lighter;
	}
	
h2 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica;
	font-size:12px;
	color:#D81E05;
	font-weight: lighter;
	}
	
#twocolumnwrapper h1 {
	background-color: #ED1C24;
	color:#FFFFFF;
	padding-left: 5px;
	padding-top, padding-bottom : 2px;
	display: block;
	}

#sidemenu p {
	font-size: 10px;
	color: #000000;
	text-align:right;
	}
	
.boxfloat h1 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica;
	font-size:12.5px;
	color: black;
	background-color: #a1c4ac;
	display:block;
	margin: 0px;
	text-align:center;
	font-weight: lighter;
	}
	
.boxfloat p, .boxfloat input {
	font-size: 11px;
	}
	
.smallertext {
	font-size: 9px;
	}
	
/* Layout css */

#pagebanner {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 800px;
	height: 105px;
	z-index: 1;
	position: absolute;
	}
#pagebody {
	margin-left: 180px;
	margin-top: 178px;
	width: 650px;
	z-index: 0;
	position: absolute;
	}
	
#menu {
	margin-left: 0px;
	margin-top: 178px;
	width:175px;
	z-index:15;
	position:absolute;
	background-color: #D81E05;
	}
	
#twocolumnwrapper {
    width:645px;	}
	
#twocolumnleftcol {
    float:left;
    width:341px;
    }
	
#twocolumnrightcol {
	float:right;
	width:296px;
    }
	
#clearboth	{
	clear : both;
	}
	
.title {
	float : left;
	width : 200px;
	}
	
.personsname {
	float : right;
	width : 445px;
	}


/* Menu Design */

ul.sidemenu {
	list-style: none;
	margin:0;
	padding:0;
	}
	
ul.sidemenu li a:link, ul.sidemenu li a:visited {
	text-decoration:none;
	text-align:right;
	display: block;
	width: 160px;
	padding: 4px;
	font: normal 9pt/1.4 arial, sans-serif;
	color: #FFFFFF;
	margin-left: 1px;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color :#999999;
	border-left-style :solid;
	border-left-width :1px;
	background-color: #ED1C24;
	}
	
ul.sidemenu li a:hover {
	background-color: #FFFFFF;
	color: #ED1C24;
	}
	
ul.sidemenu li.nonlink {
	text-decoration:none;
	text-align: left;
	display: block;
	width: 140px;
	padding: 4px;
	font: normal 9pt/1.4 arial, sans-serif;
	color: #0097B7;
	margin-left: 0px;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color :#999999;
	border-left-style :solid;
	border-left-width :1px;
	background-color: #FFFFFF;
}

h1 a:link, h1 a:visited {
	color: white;
	text-decoration:none;
	}
h1 a:visited {
	color: white;
	text-decoration:none;
	}
	
form p label {
   display: inline;
   float: left;
   width: 150px;
}

form p input, form p textarea, form p select {
   margin: 0;
}

/* images */

#twocolumnwrapper img {
	border: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 8px;
	}