body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#container {
	width: 700px;
	margin: 0px auto;
	display: block;
}

#header {
	width: 700px;
	height: 209px;
	display: block;
}

#hlogo {
	width: 700px;
	height: 209px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

#main {
	width: 480px;
	float: left;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}

#main a {
	color: #CB2127;
	text-decoration:none;
}

#main a:hover {
	color: #EA8387;
}
	
#main a:visited {
	color: #CB2127;
}

#navigation {
	width: 200px;
	display: block;
	float: left;
}

#links {
	display: block;
	height: 177px;
	font-weight: bold;
}

#links ul {
	list-style-type: none;
	margin-left: 10px;
	margin-top: 10px;
}

#links li {
	width: 130px; 
	border-bottom: 1px solid #E48F92; 
	padding: 7px 0px;  
}

#links a {
	color: #3299CD;
	text-decoration:none;
	font-weight: bold;
}

#links a:hover {
	color: #CA2026;
}

#email {
	display: block;
	height: 200px;
	background-image: url(images/atsymbol.gif);
	background-repeat: no-repeat;
	font-size: 80%;
	font-weight: bold;
	color: #CB2127;
	text-align: center;
	padding-top: 85px;
}

#email a {
	color: #CB2127;
	text-decoration:none;
	font-weight: bold;
}

#email a:hover {
	color: #EA8387;
}
	
#email a:visited {
	color: #CB2127;
}

#footer {
	width: 480px;
	margin: 0px auto;
	display: block;
	height: 30px;
	text-align: center;
	font-size: 80%;
}

.bold {
	font-weight: bold;
}

.hidden {
	visibility: hidden;
}
.blue {
	color: #3299CC;
}

h2 {
	color: #3299cc;
	font-size: 140%;
}
