@charset "utf-8";
@font-face {
	font-family:Decker;
	src:url('11.2010/images/Decker.ttf');
}
body {
	font:14px Georgia, "Times New Roman", Times, serif;
	background-image:url(images/full_bg_blue.gif);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#ffffff;
	margin:0;
	padding:0;
	text-align:center;
	color: #000000;
}
#container {
	margin:0px auto;
	width:800px;
}
#header {
	background-color:#ffffff;
	padding:10px 10px 10px 15px;
	border:1px solid #000000;
}
#navigation {
	background-color:#583879;
	padding:5px 10px 5px 10px;
	text-align:center;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
#mainBody {
	margin-top:20px;
}
#pageContent {
	border:1px solid #000000;
	background-image:url(images/bg.png);
	background-repeat:repeat;
	text-align:justify;
	padding:15px;
}
#articleContent {
	width:770px;
	border:1px solid #000000;
	background-image:url(images/bg.png);
	background-repeat:repeat;
	text-align:justify;
	padding:15px;
}
#sidebarContent {
	border:1px solid #000000;
	background-image:url(images/bg.png);
	background-repeat:repeat;
	text-align:left;
	padding:10px;
}
#sidebarContent a{
	margin-left:5px;
}
#footer {
	border:1px solid #000000;
	background-image:url(images/bg.png);
	background-repeat:repeat;
	padding:10px;
	margin-top:20px;
	font-size:11px;
}
.spotText {
	width:480px;
	border:1px solid #583879;
	font:inherit;
	margin-bottom:10px;
}
.spotMessage {
	width:480px;
	height:100px;
	border:1px solid #583879;
	font:inherit;
	margin-bottom:25px;
}
.imageRight {
	margin:0px 0px 10px 15px;
}
.imageLeft {
	margin:0px 15px 10px 0px;
}
.imageBorder {
	border:1px solid #000000;
}
.tableList {
	padding:3px 0px;
	border-bottom:1px solid #dddddd;
}
/* Non-Div CSS */
h1 {
	margin:0px 0px 3px 0px;
	color:#583879;
	font-weight:bold;
	font-size:24px;
	text-align:left;
}
h2 {
	margin:0px 0px 3px 0px;
	color:#583879;
	font-weight:bold;
	font-style:italic;
	font-size:18px;
	text-align:left;
}
h3 {
	margin:0px 0px 3px 10px;
	color:#583879;
	font-weight:normal;
	font-style:italic;
	font-size:16px;
	text-align:left;
}
a {
	color:#615c4b;
	text-decoration:none;
}
a:hover {
	color:#948d72;
}
#navigation a{
	font-weight:bold;
	color:#948d72;
}
#navigation a:hover {
	color:#c7bd99;
}
ul {
	margin:5px 0;
	padding:0px 0px 0px 30px;
}
ul li, ol li {
	margin:6px 0px;
}
.disclaimer {
	font-size:10px;
	color:#999999;
	border-top:1px solid #cccccc;
	padding:10px 15px 0px 15px;
}
