body {
	background-color: #00002F;
	font-family: Arial, Sans-Serif;
	font-size: 0.8em;
}

h1, h2,
#home,
#contenttext td, #contenttext td p, #contenttext p, #contenttext td a, #contenttext ul, #contenttext a,
#addressblock a, #addressblock p,
#menu ul li a {
	color: #FFFFC9;
}

td p, p {
	font-size: 0.8em;
	text-align: justify;}

h1 {
	font-size: 1.0em;
	text-align: center;
	margin: 30px 0;
}

h2 {
	font-size: 0.9em;
}

ul  {
	text-align: justify;
	font-size: 0.8em;
}
 
#home {
	width: 800px;
	margin: 0 auto;
	font-size: 1.2em;
}

	#home a:hover {
		color: white;
	}

	#home p {
		margin: 0 0 10px 0;
	}

	#home #contentwrapper {
		width: 800px;
	}

	#home #left-column {
		float: left;
		width: 300px;
	}
	
		#home #left-column div {
/*			height: 30px;*/
			width: 250px;
			background-image: url('img/home-gradient.png');
			background-repeat: repeat-x;
			padding: 10px 10px;
		}
		
		#home #left-column div a {
			text-decoration: none;
			font-size: 0.8em;
			color: #00002F;
			font-weight: bold;
			width: 250px;
			display: block;
		}
	
		#home #left-column ul {
			margin: 0;
			padding: 0;
		}
		
			#home #left-column ul li {
				list-style: none;
				margin: 0 0 5px 0;
			}
			
				#home #left-column ul li a {
					text-decoration: none;
					font-weight: bold;
				}
	
	#home #right-column {
		float: left;
	}		
	
		#home #right-column .small {
			font-size: 0.7em;
			margin-top: 20px;
		}
		
	#home #header {
		height: 170px;
		margin-bottom: 20px;
	}
 
		#home #header #logo {
			float: left;
			width: 300px;
		}
		
		#home #header #title {
			float: left;
		}
		
			#home #header #title h1 {
				font-size: 1.4em;
			}


#menu {
	margin-top: 15px;
}

	#menu ul {
		margin: 7px 4px 15px 4px;
		padding: 0;
	}
	
		#menu ul li {
			list-style: none;
			margin-top: 1px;
		}
		
			#menu ul li a {
				font-weight: bold;
				font-size: 0.9em;
			}
		
			#menu ul li a:hover {
				color: white;
			}
		
	#menu #menuimage {
		margin: 15px 4px;
	}

#contenttext {
	width: 410px;
}

#addressblock {
	width: 420px;
	margin-top: 20px;
}

#topimage {
	width: 420px;
}


