body {
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
div#outer {
	width: 700px;
}
div#headerRow {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: right;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;	
}
div#headerRow ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;	
}
div#headerRow ul li {
	display: inline;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
}
div#headerRow a:link {
	color: #FFF;
	text-decoration: none;
}
div#headerRow a:visited {
	color: #FFF;
	text-decoration: none;
}
div#headerRow a:link:hover {
	color: #FC0;
	text-decoration: none;
}
div#headerRow a:visited:hover {
	color: #FC0;
	text-decoration: none;
}

div#main {
	float: left;
	background-image: url(../images/menuBgrnd.gif);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #FFF;
	border-right: 1px solid #333;
}

div#menu {
	float: left;
	width: 215px;
	background-color: #E6E6E6;
}
div#menu div.menuTop {
	height: 240px;
	width: 215px;
	background-image: url(../images/topLeft.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#menu ul li {
	margin: 0;
	padding: 0;
	line-height: 14px;
}

div#content {
	float: right;
	width: 483px;
	min-height: 581px;
	background-image: url(../images/mainBgrnd.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
div#content div.pageHeader {
	width: 411px;
	height: 108px;
	background-image: url(../images/headerText.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 60px;
	margin-top: 20px;
	margin-bottom: 20px;	
}
div#content div.pageHeaderImage {
	background-image: url(../images/headerImage.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 483px;
	height: 120px;
}
div#content div.homeText {
	background-image: url(../images/reduceIncrase.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 411px;
	height: 185px;
	margin-top: 20px;
	margin-left: 30px;	
}
div#content h1 {
	color: #C00;
	border-bottom: 2px solid #C00;
	font-size: 18px;
	margin-left: 10px;
}
div#content h2 {
	font-size: 16px;
	color: #333;
	margin-left: 10px;
}
div#content ul {
	list-style-image: url(../images/bullet.gif);
}
div#content ul li {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
div#content p {
	font-size: 12px;
	margin-left: 10px;	
}
div#content a:link {
	color: #00C;
	text-decoration: none;
}
div#content a:visited {
	color: #00C;
	text-decoration: none;
}
div#content a:link:hover {
	color: #C00;
	text-decoration: none;
}
div#content a:visited:hover {
	color: #C00;
	text-decoration: none;
}
div#content table {
	border: 1px solid #333;
	width: 405px;
	margin-left: 10px;
}
div#content td {
	font-size: 12px;
	vertical-align: text-top;
	background-color: #EEE;
}
div#content th {
	border-bottom: 2px solid #333;
	font-size: 12px;
	color: #000;
	background-color: #CCC;
	text-align: left;
}
div#content hr {
	border-top: none;
	border-bottom: none;	
	border-left: none;		
	border-right: none;			
	border-top: 1px solid #EEE;
}
div#footer {
	width: 699px;
	padding-top: 6px;
	padding-bottom: 6px;	
	border-top: 1px solid #333;
	background-color: #CCC;
	float: left;	
	border-right: 1px solid #333;	
	border-bottom: 1px solid #333;		
}
div#footer p {
	padding: 0;
	padding-left: 10px;
	margin: 0;
	color: #666;
	font-size: 11px;
}

