body {
	margin: 0px;
	padding: 0px;
	
	background: #171549;
	text-align: center;
	
	line-height: 22px;
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #000;
}

img {
	border: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	color: #ee3a24;
	font-weight: bold;
	line-height: 30px;
}

p {
	margin: 0px;
	padding: 0px 0px 22px 0px;
}

div#container {
	width: 844px;
	margin: 10px auto 0px auto;
	text-align: left;
	
	background: #fff;
}

div#top {
	width: 844px;
	height: 20px;
	
	background: url(images/top.gif) no-repeat;
}

div#bottom {
	width: 844px;
	height: 20px;
	
	background: url(images/bottom.gif) no-repeat;
}

div#header {
	width: 803px;
	height: 120px;
	margin: 0px 20px 0px 20px;
}

	div#header img {
		float: left;
	}
	
div#menu {
	width: 803px;
	height: 31px;
	margin: 0px 20px 0px 20px;
	
	background: url(images/menu.gif) repeat-x;
}	

	div#menu ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
		div#menu ul li {
			margin: 0px;
			padding: 0px;
			
			float: left;
		}
		
				* html div#menu ul li {
					height: 50px;
				}
		
			div#menu ul li a {
				display: block;
				padding: 15px 10px 16px 10px;
				background: none;
				
				line-height: 0px;
				
				font-size: 12px;
				font-weight: bold;
				color: #fff;
				text-decoration: none;
			}
			
			div#menu ul li a.active,
			div#menu ul li a:hover {
				background: url(images/menuHover.gif) repeat-x;
			}
			
				* html div#menu ul li a {
					height: 22px;
					width: 1px;
					white-space: nowrap;
					padding: 9px 10px 0px 10px;
					line-height: 12px;
				}

div#pageTitle {
	width: 803px;
	height: 58px;
	margin: 0px 20px 0px 20px;
	
	background: url(images/pageTitleBackground.gif) no-repeat 0px 0px;
}

	div#pageTitle h1 {
		padding: 16px 0px 0px 10px;
	}
	
div#main {
	width: 803px;
	margin: 0px 20px 0px 20px;
	
	background: url(images/contentBackground.gif) repeat-y;
}

	div#main div#mainBottom {
		background: url(images/contentBottom.gif) no-repeat;
		
		width: 803px;
		height: 17px;
	}
	
	div#main div.space {
		padding: 11px;
	}
	
	div#main div#content {
		width: 615px;
		
		float: left;
		
		margin: 0px 10px 0px 0px;
	}
	
		* html div#main div#content {
			margin: 0px 9px 0px 0px; /* IE6 */
		}
	
		div#main div#content a {
			color: #ee3a24;
			text-decoration: underline;
		}
		
			div#main div#content a:hover {
				color: #000;
			}
	
		div#main div#content h2 {
			margin: 0px;
			padding: 0px;
			font-size: 14px;
			font-weight: bold;
			color: #171549;
		}
	
	div#main div#right {
		width: 178px;
		
		float: left;
	}
	
		div#main div#right a {
			color: #171549;
			text-decoration: underline;
		}
		
			div#main div#right a:hover {
				color: #000;
			}
		
		div#main div#right h2 {
			margin: 0px 0px 10px 0px;
			padding: 12px 10px 12px 10px; /* 12px needed */
			font-size: 12px;
			line-height: 0px;
			font-weight: bold;
			color: #fff;
			
			background: url(images/rightH2.gif) repeat-x;
		}	
		
div#footer {
	margin: 5px 20px 0px 20px;
	padding: 2px 0px 2px 0px;
	text-align: center;
	
	background: #dfdfdf;
	color: #8f8f8f;
	font-size: 10px;
}