/* CSS Document */

body { background-color: #66CCFF;
	color: #000000;
	font-family: Tahoma;
	font-size: 14px;
	text-align: center;
	margin: 20;
	padding: 0;
	}

#main a:link {color: red;
	text-decoration: underline;
	}

#main a:visited {color: red;
	text-decoration: underline;
	}

#main a:active {color: white;
	text-decoration: none;
	font-style: italic;
	}

#main a:hover {color: white;
	text-decoration: none;
	font-style: italic;
	}

#navbar a:link {color: red;
	text-decoration: underline;
	}

#navbar a:visited {color: red;
	text-decoration: underline;
	}

#navbar a:active {color: white;
	font-style: italic;
	text-decoration: none;
	}

#navbar a:hover {color: white;
	font-style: italic;
	text-decoration: none;
	}

#header { position: relative;
	width: 800px;
	padding: 20px;
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: solid;
	border-left-width: 1.5px;
	border-left-color: #666666;
	}
	
#navbar { position: relative;
	width: 800px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	border-color: #666666;
	border-top: solid;
	border-top-color: #666666;
	border-top-width: 1.5px;
	border-right: none;
	border-bottom: solid;
	border-bottom-width: 1.5px;
	border-bottom-color: #666666;
	border-left: solid;
	border-left-width: 1.5px;
	border-left-color: #666666;
	}

#nav {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 175px;
	padding: 0px;
	border: none;
	height: 99px;
	}
	
#main { position: relative;
	width: 800px;
	padding: 20px;
	border-color: #666666;
	border-top: none;
	border-right: none;
	border-left: solid;
	border-left-width: 1.5px;
	border-left-color: #666666;
	border-bottom: solid;
	border-bottom-width: 1.5px;
	border-bottom-color: #666666;
	line-height: 1.5;
	}

#footer {position: relative;
	width: 800px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	}
	
#footer p {font-family: Tahoma;
	font-size: 12px;
	color:#000000;
	}

#footer a:link, a:active, a:visited {color: red;
	text-decoration: underline;
	}

#header h1 {color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	word-spacing: 2em;
	}

#navbar p  {color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#main h2 {color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	}

#main h3 {color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	}

#main h4 {color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	}

#main h5 {color: #000000;
	font-size: 14;
	font-family: Tahoma;
}

#main p {color: #000000;
	font-size: 14;
}

#table p {font-family: Tahoma;
	font-size:14px;
	font-weight: bold;
	}

#table h2 {color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	}
	
#table a:link {color: #red;
	text-decoration: underline;
	}

#table a:visited {color: red;
	text-decoration: underline;
	}

#table a:active {color: white;
	font-style: italic;
	text-decoration: none;
	}

#table a:hover {color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
	}

	
