@charset "UTF-8";
.important {
	font-weight: bold;
	color: #900;
	background-color: #CCC;
	text-align: center;
}
#container {
	background-color: #667B93;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
/* CSS Document */

body {
	background-color: #002;
	font-family: "Times New Roman", Times, serif;
}
#container #topBanner {
	background-image: url(images/topbanner.png);
	width: 900px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
}
#container #menuRow {
	background-color: #542440;
	height: 45px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#container #bodyContent {
	background-color: #222;
	padding: 15px;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	color: #D9C4C6;
	text-align: justify;
	font-size: 18px;
}
#bodyContent a  {
	color: #FFF;
	text-decoration: underline;
}
#bodyContent a:hover {
	color: #FF9;
	text-decoration: underline;
}
#container #bottom {
	background-image: url(images/bottompart.png);
	height: 50px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#container #topBanner #pgTitle {
	width: 550px;
	margin-left: 340px;
	font-weight: bold;
	color: #FFC;
	font-size: 36px;
	text-align: right;
	position: relative;
	top: 135px;
}
#container #bodyContent table tr .contentTable {
	font-weight: normal;
	text-align: justify;
}
h2 {
	font-size: 22px;
	color: #ddd;
	text-align: center;
}

form {
	width: 600px;
	margin-left: 180px;
}
fieldset {
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#buttonRow input {
	color: #FFC;
	background-color: #693251;
}
form fieldset legend {
	font-size: 14px;
}
form label {
	display: block;
	text-align: right;
	float: left;
	width: 150px;
	margin-top: 5px;
	clear: none;
	font-size: 14px;
}
form input, form textarea, form file {
	width: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #555;
	font-size: 14px;
}
form checkbox, form select {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
form input#reset {
	margin-left: 0px;
}
textarea {
	overflow: auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #555;
}
form br {
}#buttonRow {
	margin-right: auto;
	margin-left: 100px;
	text-align: center;
	width: 200px;
	padding-top: 15px;
}
#bodyContent #monaco {
	background-color: #000;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	margin-left: 140px;
	padding-right: 4px;
	padding-left: 4px;
}
#bodyContent .important a{
	color: #2D2D2D;
}
#bodyContent .important a:hover {
	color: #900;
}
