@charset "utf-8";
/* CSS Document */
* {margin: 0; padding: 0; border: none; text-decoration: none;}
html {
	background: #1F1F1F;
	text-align: center;
	font: small "Georgia", "Palatino Linotype", "Times New Roman", serif;
}
body {
	background: #1F1F1F;
}
p, ul, ol {
	padding: 5px;
	line-height: 150%;
}
ol {list-style-type: upper-roman;}
ul {list-style-type: circle;}
li {margin-left: 1.5em;}
a:link {font-weight: bold;}
a:visited {border: none; font-weight: bold;}
#container {
	width: 1000px;
	height: 684px;
	margin: 0 auto;
	text-align: left;
	background: url(images/bkgd.jpg) left top no-repeat;
	padding-right: 13px !important;
	padding-right: 12px;
}
#flash {
	clear: both;
    width: 455px;
	height: 28px;
	float: left;
	color: #000;
	margin-top: 188px;
	margin-left: 269px;
}
#content {
	width: 605px;
	height: 335px;
	float: left;
	color: #000;
	margin-top: 8px;
	margin-left: 100px;
}
#content a {
	font-size: 14px;
	color: #C00;
	border-bottom: none;
}
#content ul {
	display: inline-block;
	list-style: none;
	font-style:italic;
	color:#666;
}
#column {
	width: 175px;
	background: #fff;
	float: right;
	margin-top: 130px;
	margin-right: 35px;
}
#column a {
	font-size: 14px;
	color: #333;
	border-bottom: none;
}
#column dd a {
	font-size: 12px;
	color: #666;
	border-bottom: none;
}
#footer {
	clear: both;
	width: 450px;
	float: left;
	text-align: center;
	font-size: 11px;
	color: #000000;
	margin-top: 10px;
	margin-left: 175px;
	border-top: dashed;
	border-top-color: #666;
}

#footer2 {
	clear: both;
	width: 605px;
	float: left;
	font-size: 85%;
	color: #fff;
	margin-top: 20px;
	margin-left: 40px;
}
#content, #column div {
	overflow: visible !important;
	overflow: hidden;
}
h3 {
	padding-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-align:center;
	color: #C00;
}
