/* CSS Document */

/* Body */
a {
	color: #6699CC;
}

body  {
	background-color: #3E3F31;
	width: 760px;
	margin-left: auto; 
	margin-right: auto;
	width: 50em;

}

ul.horizontal_list_left li{
	float: left;
	list-style: none;
}
ul.sponsors li { margin-right: 20px; }
ul.scanners li { margin-right: 20px; width: 180px; text-align: center; height: 300px; }
ul.scanners li h3 { margin-top: 5px; }
.clear{ clear: both; }

/* Error Styles */
#notice {
	border: 2px solid #5B2D2D;
	color:#5B2D2D;
	background-color:#CEADAD;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:left;
}

#nice_notice {
	border: 2px solid #4B5D41;
	color:#4B5D41;
	background-color:#C5D4BD;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:left;
}

#MainContainer {
	background-color: #ABAC9A;
	width: 719px;
	border: 1px solid ABAC9C;
	padding: 20px;	
}

#MainBodyContainer {
	font-family: "trebuchet MS";
	background-color: #FFFFFF;
	vertical-align: middle;
	height: auto;
	border: 1px solid #999933;
	text-align: left;
}

#MainBodyContainer-Top {
	clear: both;
	height: 50px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996633;
}
#MainBody-Top {
	font-family: "trebuchet MS";
	padding: 20px;
	height: auto;
}

#MainBodyContainer-Left {
	clear: left;
	float: left;
	height: auto;
	width: 300px;
}
#MainBody-Left {
	padding: 20px;
}

#MainBodyContainer-Right {
	clear: right;
	float: right;
	height: auto;
	width: 390px;
}
#MainBody-Right {
	padding: 20px;
}

#MainBodyContainer-Bottom {
	clear: both;
	
	width: 100%;
}
#MainBody-Bottom {
	padding: 20px;
}

#footerContainer {
	font-family: "trebuchet MS";
	font-size: x-small;
	text-transform: uppercase;
	background-color: #1B1B1B;
	width: 760px;
	height: 30px;
}

#footer {
	font-family: "trebuchet MS";
	text-transform: uppercase;
	color: #CCCC99;
	text-align: right;
	text-indent: 10px;
	vertical-align: middle;
	display: inline;
	font-size: x-small;
	padding-right: 20px;
}

.footer a {
	font-family: "trebuchet MS";
	text-transform: uppercase;
	color: #CCCC99;
	text-decoration: none;
}

.footer a:hoever {
	font-family: "trebuchet MS";
	text-transform: uppercase;
	color: #CCCC99;
	text-decoration: none;
}

.footer a:link {	
	font-family: "trebuchet MS";
	text-transform: uppercase;
	color: #CCCC99;
	text-decoration: none;
}

#RelatedContainer {
	clear: left;
	float: left;
	width: 280px;
	font-family: "trebuchet MS";
	text-transform: uppercase;
	color: #003399;
	border: 1px dotted #CCCCCC;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: small;
	background-color: #F4F4F3;
}
#Related {
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

#footerLeft {
	padding-top: 7px;
	clear: left;
	float: left;
}
#footerRight {
	clear: right;
	float: right;
	padding-right: 20px;
	padding-top: 7px;
}

#footerBottom {
	background-image: url(images/footerBottom.gif);
	height: 7px;
	width: 760px;
}

hr {
  border: 0;
  width: 100%;
}

#DemoContainer {
	clear: right;
	float: right;
	width: 350px;
	margin-top: 0px;
}

#Demo {}

/* Commands */

#ArticleOptionsContainer {
	width: 280px;
	clear: both;
	float: left;
	font-family: "trebuchet MS";
	font-size: x-small;
	text-transform: uppercase;
	border: 1px dotted #CCCCCC;
	margin-bottom: 10px;
}

#ArticleOptions {
	color: #000000;
	text-decoration: none;
	padding: 10;
}

/* Fonts */

.XLargeFont {}

.LargeFont {
	font-family: "trebuchet MS";
	font-size: large;
	color: #6699CC;
	padding: 10px;
}

.MediumFont {
	font-size: medium;
}

.SmallFont {
	font-family: "trebuchet MS";
	font-size: small;
	color: #000000;
	padding: 10px;
	list-style-position: outside;
	list-style-type: circle;
}

li {
	padding: 1px;
}

.xSmallFont {
	font-size: x-small;
	text-transform: uppercase;
}

.Headlines {
	font-family: "trebuchet MS";
	font-size: small;
	font-weight: bold;
	color: #616252;
}

/* Top Toolbar */

#TopToolBarContainer {
	width: 760px;
	clear: both;
	padding-top: 1px;
	}

#TopToolbar {
	font-family: "trebuchet MS";
	text-transform: uppercase;
	color: #CCCC99;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	display: inline;
	font-size: x-small;
}

.TopToolbar a {
	color: #CCCC99;
	text-decoration: none;
}

.TopToolbar a:hover {
	color: #CCCC99;
	text-decoration: none;
}

.TopToolbar a:link {
	color: #CCCC99;
	text-decoration: none;
}

.TopToolbar a:visited {
	color: #CCCC99;
	text-decoration: none;
}

#NavigationContainer {
	clear: both;
	height: 47px;
	width: 760px;
}

#Navigation {
	display: inline;
}

#MainHeader {
	background-image: url(images/headerMain.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	height: 138px;
	width: 760px;
}


/* Forms */

#FormContainer {
	clear: both;
	height: auto;
	width: 300px;
}

#FormLineContainer {
	display: table;
	vertical-align: middle;
	height: 30px;
	width: 280px;
}

#label {
	font-family: "trebuchet MS";
	font-size: small;
	color: #996600;
	display: table-column;
	margin: 0px;
	clear: left;
	float: left;
	width: 100px;
	vertical-align: middle;
	text-align: left;
}

#input {
	font-family: "trebuchet MS";
	font-size: small;
	color: #996600;
	display: table-column;
	clear: right;
	float: right;

}
