/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 80%;
	margin: 0;  
	padding: 0; 
}

#header {
display: none;
}

#navigation {
display: none;
}

#content {
	width: 600px;
	padding: 10px 10px 10px 10px;
	text-align: left;
}
#content p {
	font-size: 1em;
	color: #000033;
}
#content td {
	color: #000033;
}
#content h1 {
	font-size: 1.6em;
	color: #369;
	font-weight: lighter;
	text-transform: lowercase;
}
#content h2 {
	font-size: 1.1em;
	color: #003;
	line-height: 20px;
}
#content h3 {
	font-size: 1.1em;
	color: #003;
	margin-bottom: -10px;
}
#content li {
	color:#000033;
	list-style-type: circle;
	line-height: 20px;
}
#content a:link, #content a:visited {
	color: #FF6600;
	font-weight: bold;
}
#content a:hover {
	color: #FF9900;
	font-weight: bold;
}
#content .image-left {
	margin-right: 10px;
	border: 3px solid #fff;
	float: left;
}
#content .image-right {
	margin-left: 10px;
	border: 3px solid #fff;
	float: right;
}
#content .box {
	width: 410px;
	height: 180px;
	background-image: url(images/boxbackground.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px 60px 0 10px;
}
#content .bold {
	font-weight: bold;
}
	
#footer {
	clear: both;
	background-color: #9cf;
	height: 44px;
	padding: 10px 0 0 0;
	background-image: url(images/white.gif);
	background-repeat: repeat-x;
}
.border {
	border: dotted 1px #99CCFF;
	padding: 5px;
}