body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: url(images/LogoBG.jpg) repeat-x #A65D26;
}

A
{
	text-decoration: underline;
	color: black;
	font-weight: bold;
}

#Container
{
/*	background: green;	*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	width: 1000px;
	position: relative;
}

#Container h1
{
	background: transparent url(images/Copper_Star_Logo300.png) no-repeat top;
	height: 228px;
	width: 329px;
	margin-top: 37px;
	margin-bottom: 75px;
	margin-left: auto;
	margin-right: auto;
/*	margin-left: 300px;	*/
	position: relative;
}

#Container h1 span
{
	display: none;
	background: red;
}

#MainMenuList
{
	position: relative;
	width: 173px;
	margin: 0px 25px 0px 25px;
}

#MainMenuList h3
{
	background: transparent url(images/MenuTitle.jpg) no-repeat top left;
	height: 24px;
	width: 63px;
	margin: auto;
}

#MainMenuList h3 span
{
	display: none;
}

#MainMenuList ul
{
	border: 2px solid black;
	list-style-type: none;
	background: url(images/ContentBG2.jpg);
}

#MainMenuList li
{
	margin-top: 10px;

	font-family: 'Georgia', 'Verdana', sans-serif;
	line-height: 28px;
	font-weight: bold;
	font-size: large;

	background: transparent url(images/Separator.png) no-repeat bottom left;
	padding-bottom: 25px;
	margin-left: -20px;
	text-indent: 15px;
}

#MembersList
{
	background: transparent url(images/Separator2.jpg) no-repeat top left;
	width: 173px;
	margin: 10px 25px 0px 25px;
	padding-top: 45px;
	position: relative;
	float: left;
}

#MembersList h3
{
	background: transparent url(images/MembersTitle.jpg) no-repeat top left;
	height: 24px;
	width: 110px;
	margin: auto;
}

#MembersList h3 span
{
	display: none;
}

#MembersList input
{
	width: 130px;
}

#MembersList ul
{
	border: 2px solid black;
	list-style-type: none;
	background: url(images/ContentBG2.jpg);
}

#MembersList li
{
	margin-top: 10px;

	font-family: 'Georgia', 'Verdana', sans-serif;
	line-height: 28px;
	font-weight: bold;
	font-size: large;

	background: transparent url(images/Separator.png) no-repeat bottom left;
	padding-bottom: 25px;
	margin-left: -20px;
}

#Main_Content_Area
{
	float: right;
	position: relative;
/*	background: red;	*/
	text-align: center;
	width: 750px;
	margin: -928px 25px 20px 25px;
	height: inherit;
	background: url(images/ContentBG2.jpg);
	border: 2px solid black;

/*
	font-family: 'Times New Roman', 'Verdana', sans-serif;
	font-size: 1.2em;
*/
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}

#Main_Content_Area p
{
	text-align: left;
	text-indent: 2em;
	margin: 2em;
}

#Main_Content_Area table
{
	width: 100%;
	padding-bottom: 1em;
	font-weight: bold;
}

#Membership_Area ul, li
{
	text-align: left;
}

#Legal
{
	clear: both;
	text-align: center;
	position: relative;

}

#Legal p
{
	margin-top: 2em;
	font-family: 'Verdana', 'Arial', sans-serif;
	font-size: 8pt;
}

#Main_Content_Area img
{
	margin: auto;
	width: 325px;
}

/* News Post styles go here */

.NewsPostContainer
{
	width: auto;
	padding: 0px 15px 0px 15px;
}

.NewsPost
{
	display: block;
	clear: both;
	padding-top: 25px;
}

.NewsPost p
{
}

.PostSubject
{
	width: 65%;
	float: left;
	text-align: left;
	font-weight: bold;
}

.PostSubject h3
{
	font-weight: bold;
}

.PostDate
{
	width: 35%;
	float: right;
	text-align: right;
	height: auto;
	font-weight: bold;
}

.PostBody
{
	text-align: left;
	clear: all;
	width: 95%;
	margin: auto;
	margin-top: -45px;
	margin-bottom: -40px;
}

.BottomPageMenu ul
{
	clear: both;
	text-align: center;
}

.BottomPageMenu ul li
{
	display: inline;
	padding: 0px 30px 0px 30px;
}

.PostImg
{
	width: auto;
	height: auto;
	float: left;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.ImageContainer
{
	display: block;
	width: auto;
	margin: 15px;
	border: 1;
	border-width: 1px;
	float: left;
}
