@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #D9D9FF;
	text-align: left;
	width: 100%;
}

img {
	border: 2px none #990000;
}

#pageContent {
	background: #FFFFFF;
	margin: 6px auto;
	padding: 6px;
	width: 900px;
	border-top: 4px solid #990000;
	border-right: 4px solid #990000;
	border-bottom: 4px solid #990000;
	border-left: 4px solid #990000;
}
#topBar {
	border-bottom: 4px solid #FFFFFF;
	background: #003399;
	padding-bottom: 6px;
}
#buttons {
	padding: 10px 4px;
	border-bottom: 4px solid #003399;
}
#buttons   a:link {
	margin: 8px 4px 4px;
	padding: 4px;
	border: 2px solid #990000;
	font-style: normal;
	font-variant: small-caps;
	color: #990000;
	background: #F3FFF2;
}
#buttons   a:visited {
	color: #990000;
	margin: 8px 4px 4px;
	padding: 4px;
	border: 2px solid #990000;
	background: #F3FFF2;
}
#buttons   a:hover {
	color: #0000FF;
	margin: 8px 4px 4px;
	padding: 4px;
	border: 2px solid #0000FF;
}

.content {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 4px solid #003399;
	padding-top: 4px;
}
#left {
	width: 380px;
	float: left;
}
#right {
	margin-left: 388px;
	width: 510px;
	text-align: center;
}

.clearfloat {
	clear: both;
}
.times18 {
	font: 18px "Times New Roman", Times, serif;
	color: #000000;
}
.times18red {
	font: 18px "Times New Roman", Times, serif;
	color: #990000;
}

.times24gold {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFF00;
	font-weight: bold;
}
.times24 {
	font-size: 24px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}

.times68white {
	font: 68px "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.times36white {
	font: 36px "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.v14 {
	font-size: 14px;
	color: #000000;
}

.v20green {
	color: #006600;
	font-size: 20px;
}
.v14red {
	font-size: 14px;
	color: #990000;
}

.v24red {
	font-size: 24px;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
a {
	font-size: 14px;
	border: 1px solid #990000;
}

