/* Body Styles */
body
{
	background-color: #5a6d7a;
	/*background-color: White;*/
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

/* Page Links */

A:link
{
	text-decoration: none;
	color: #D1D1D1;
}

A:visited
{
	text-decoration: none;
	color: #D1D1D1;
}

A:hover
{
	text-decoration: none;
	color: #A7A9AA;
}

.NewsPostContainer
{
	float: left;
	width: 750px;
}

.NewsPost
{
	float: left;
	width: 750px;
	height: 190px;
}


img
{
	border: none;
}

/* Forms */
input, select, textarea
{
	font-family: Tahoma, Arial, Courier;
	font-size: 12px;
	border: 1px solid #000000;
}

/* Layout Styles */
#Containter
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #585858;
	border: 1px solid #000000;
}


#AboveHeader
{
	background-image: url(images/bg.png);
	width: 900px;
	height: 11px;
	text-align: right;
	vertical-align: top;
	border-bottom: 1px solid #000000;
}

#HeaderContainer
{
	width: 900px;
	height: 100px;
}

#Header
{
	float: left;
	width: 600px;
	height: 100px;
	border-right: 1px solid #000000;
}

#HeaderRight
{
	float: left;
	width: 297px;
	height: 20px;
	background-image: url(images/bg_title.png);
	border-bottom: 1px solid #000000;
	padding-left: 2px;
}

#HeaderContent
{
	padding: 2px;
	background-image: none;
}



#BelowHeader
{
	text-align: center;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-image: url(images/bg_title.png);
	height: 20px;
	width: 900px;
}

#Faux
{
	background: url(images/bg_menu.png);
	overflow: auto;
	width: 100%;
}

#LeftMenu
{
	border-right: 1px solid #000000;
	float: left;
	width: 140px;
	display: inline;
	background-image: url(images/bg_menu.png);
}

.ItemHeader
{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 20px;
}

.ItemLinks
{
	padding: 2px;
}

#Content
{
	padding: 2px;
	width: 753px;
	float: left;
}

#Clear
{
	clear: both;
	background: none;
}

#Footer
{
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	border-top: none;
	background-image: url(images/bg.png);
	width: 900px;
	height: 11px;
}

#Footer div
{
	margin-left: 707px;
	background-image: url(images/copyright.png);
	height: 11px;
	width: 93px;
}

/* Form */

.RequestPage
{
	width: 529px;
}


.FormContainer
{
	width: 459px;
	border: 1px solid #000000;
	overflow: auto;
	border-top: none;
}

.FormTitle
{
	border-top: 1px solid #000000;
	padding: 2px;
	background-color: #6b6b6b;
	width: 150px;
	font-weight: bold;
	float: left;
	border-right: 1px solid #000000;
	height: 17px;
}

.FormItem
{
	border-top: 1px solid #000000;
	width: 300px;
	float: left;
	height: 17px;
	padding: 2px;
	background-color: #828181;
}


/* News */

.NewsContainer
{
	width: 753px;
	border: 1px solid #000000;
	border-top: none;
}

.NewsSubject
{
	font-weight: bold;
	width: 749px;
	padding: 2px;
	background-color: #6b6b6b;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

.NewsContent
{
	width: 749px;
	padding: 2px;
	background-color: #828181;
}


.CommentContainer
{
	margin-left: 125px;
	margin-right: auto;
	width: 500px;
	border: 1px solid #000000;
	border-top: none;
}

.CommentSubject
{
	font-weight: bold;
	width: 496px;
	padding: 2px;
	background-color: #6b6b6b;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

.CommentContent
{
	width: 496px;
	padding: 2px;
	background-color: #828181;
}
