html, body {
	margin: 0;
	text-align: center;
	font-family: Arial, Verdana, 'Times New Roman';
	background-color: #990000;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#container {
	background-color: #CCCC99;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#left {
	background-color: #CCCC99;
    float: left;
    width: 200px;
	text-align: left;
}

#right {
	background-color: #FFFFCC;
    float: right;
    width: 700px;
	text-align: left;
}

.content {
	text-align: left;
}

.title {
	font-weight: bold;
	font-size: large;
	padding-left: 10px;
}

#footer {
	width: 900px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	font-size: 10pt;
	padding-bottom: 5px;
}

p.content {
	margin: 10px;
	font-size: 14px;;
}

.clear {
    clear: both;
}

/* Main link styles */
a:link {
	color: #990000;
}

a:visited {
	color: #990000;
}

a:hover {
	color: #990000;
}

a:active {
	color: #990000;
}


/* Link styles for menu links */
a.menu:link {
	color: #000000;
	font-weight: bold;
}

a.menu:visited {
	color: #000000;
	font-weight: bold;
}

a.menu:hover {
	color: #000000;
	font-weight: bold;
}

a.menu:active {
	color: #000000;
	font-weight: bold;
}


/* Link styles for links over the maroon background (such as the footer area) */
a.white:link {
	color: #FFFFFF;
}

a.white:visited {
	color: #FFFFFF;
}

a.white:hover {
	color: #FFFFFF;
}

a.white:active {
	color: #FFFFFF;
}