/* CSS Document */

body {
	margin: 0px;
	background-color: #CCCCCC;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #777777;
}

#header {
	background-color: #777777;
	color: #ffffff;
	text-align: center;
	border-bottom: 2px solid #cccccc;
	height: 70px;
	margin: 0px;
}

#header-div {
	background-color: #777777;
	color: #ffffff;
	width: 955px;
	margin: auto;
	height: 70px;
	text-align: left;
}

#content {
	height: auto;
	border: 0px;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
}

#content-div {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	height: 700px;

}

#footer {
	width: 700px;
	height: 40px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
}

#menubar {
	color: #990000;
	height: 16px;
}

#menubar a, #menubar A:visited {
	font-size: 10px;
	color: #990000;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
}

img {
	border: 0px;
}

a, a:visited {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#menubar a:hover {
	text-decoration: underline;
}

.thumb {
	border: 1px solid #cccccc;
}

#locationbar {
	text-align: left;
	padding-bottom: 20px;
}

#locationbar a, #locationbar a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}

#locationbar a:hover {
	text-decoration: underline;
	color: #999999;
}
table td {
	text-align: left;
}
