* { margin: 0; padding: 0; }
		
body {
	background-color: #5A7288;
	}
	
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #1B5D9A;
	font-size: 14px;
	text-align: left;
	margin-top: 0px; 
	margin-bottom: 10px;
	}
		
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #3A3A42;
	font-size: 12px;
	text-align: left; 
	margin-bottom: 4px;
	}
			
p {
	font-family: Helvetica, Arial, sans-serif;
	color: #3A3A42;
	font-size: 12px;
	line-height: 18px;
	text-align: left; 
	margin-bottom: 10px;
	}	
	p a:link {
		color: #1B5D9A; 
		text-decoration: none;
		} 
	p a:visited {
		color: #1B5D9A; 
		text-decoration: none;
		} 
	p a:hover {
		color: #1B5D9A; 
		text-decoration: underline;
		} 
	p a:active {
		color: #1B5D9A; 
		text-decoration: underline;
		}
	p.list {
		margin-bottom: 0px;
		}

	ol li {
			font-family: Arial, Helvetica, sans-serif;
			color: #3A3A42;
			font-size: 12px;
			font-weight: normal;
			line-height: 18px;
			text-align: left; 
			margin-left: 17px;
			list-style-type: decimal;
			}
	* html ol li {
			margin-left: 22px;
			}
			
	ul li {
			font-family: Arial, Helvetica, sans-serif;
			color: #3A3A42;
			font-size: 12px;
			font-weight: normal;
			line-height: 18px;
			text-align: left;
			margin-left: 15px;
			list-style-type: square;
			}
	* html ul li {
			margin-left: 20px;
			}
	li.last {
		margin-bottom: 10pt;
		}
	li a:link {
		color: #1B5D9A; 
		text-decoration: none;
		} 
	li a:visited {
		color: #1B5D9A; 
		text-decoration: none;
		} 
	li a:hover {
		color: #1B5D9A; 
		text-decoration: underline;
		} 
	li a:active {
		color: #1B5D9A; 
		text-decoration: underline;
		}
		
dl {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #3A3A42;
	text-align: left;
	font-size: 12px;
	list-style-type: none;
	}
	dl a:link {
		color:#3A3A42; 
		text-decoration: none;
		} 
	dl a:visited {
		color:#3A3A42; 
		text-decoration: none;
		} 
	dl a:hover {
		color:#1B5D9A; 
		text-decoration: none;
		} 
	dl a:active {
		color:#1B5D9A; 
		text-decoration: none;
		}
		
#header { 
	width: 740px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.gif);
	background-position: center;
	background-repeat: no-repeat;
	}
	
#middle {
	width: 740px;
	background-image: url(images/bar.gif);
	background-repeat: repeat-y;
	margin: auto;
	}
	
	#menu { 
		float: left;
		width: 176px;
		margin-right: auto;
		margin-left: auto;
		border-right: 4px solid #5A7288;
		}
			
	#content { 
		float: right;
		width: 450px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 55px;
		padding-left: 55px;
		}
	* html div#content {
		padding-right: 54px;
		padding-left: 54px;
		}
			
		#spot {
			width: 450px;
			height: 250px;
			border: 1px solid #1B5D9A;
			margin-bottom: 25px;
			}
			
		#table {
			width: 450px;
			margin-right: auto;
			margin-left: auto;
			}
		
	.clear {
		height: 0px;
		clear: both;
		}	
			
#footer { 
	width: 740px;
	margin: 20px auto;
	}
* html div#footer {
	margin: 10px auto 20px auto;
	}
	
	#footer p {
		font-family: Helvetica, Arial, sans-serif;
		color: #3A3A42;
		font-size: 10px;
		text-align: center; 
		}
		#footer p a:link {
			color: #BDC7CF; 
			text-decoration: none;
			} 
		#footer p a:visited {
			color: #BDC7CF; 
			text-decoration: none;
			} 
		#footer p a:hover {
			color: #BDC7CF; 
			text-decoration: underline;
			} 
		#footer p a:active {
			color: #BDC7CF; 
			text-decoration: underline;
			}