@charset "utf-8";
html, body	{
	margin: 0px;
	background: #333 url(/images/stars-bg.gif) repeat fixed;
}
#wrapper, #footer {
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	color: #333;
	background: #FFF;
	border: 4px double #821616;
	margin: 0px auto;
	padding: 5px;
	width: 760px;
}
#wrapper	{
	margin-top: 6px;
}
#wrapper #header {
	font-weight: bold;
	color: #172B29;
}
#wrapper #header img {
	padding: 8px 0px 12px;
}
#wrapper #nav	{
	background: #ca8a29;
	width: 100%;
	height: 30px;
}
#wrapper #main {
	margin-top: 9px;
	font-size: 14pt;
	color: #000;
	background: #FFF;
	text-align: left;
}
#wrapper #main #leftColumn {
	float: left;
	height: 425px;
	width: 275px;
}

#wrapper #main h1 {
	font-size: 20pt;
	color: #235184;
	background: #FFF;
}
#wrapper #main h2 {
	font-size: 16pt;
	color: #165482;
	background: #FFF;
}
#wrapper #main h3 {
	color: #9F9139;
}

#footer	{
	margin-top: 12px;
	text-align: center;
	clear: both;
}
#footer img {
	padding-left: 10px;
}
#copyright {
	color: #EBD73B;
	text-align: center;
	font-size: smaller;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}


img {
	border-style: none;
}
.clear {
	clear: both;
}

.aLeft {
	float: left;
	padding-right: 4px;
	padding-bottom: 2px;
}
.aRight {
	float: right;
	padding-left: 4px;
	padding-bottom: 2px;
}
.center {
	text-align: center;
}
.smallBlue {
	color: #165482;
	font-size: smaller;
}
.smallBlue a:link, .smallBlue a:visited  {
	color: #165482;
	text-decoration: none;
}
.smallBlue a:hover, .smallBlue a:active  {
	color: #165482;
	text-decoration: underline;
}
.red {
	color: #821616;
}
.gold {
	color: #F90;
}


.smaller{
	font-size: smaller;
}

