A
{
	text-decoration: none;
	color: green;
}

A:active 
{ 
}

A:visited 
{ 
}

A:link 
{ 
}

A:hover 
{ 
	text-decoration: underline; 
}

.HomePageLink
{
	text-decoration: none;
	color: black;
}

.HomePageLink:hover
{
	text-decoration: none;
	color: black;
}

.HomePageLink:visited
{
	text-decoration: none;
	color: black;
}

.MenuLink
{
	color: Black;
	font-weight: bold;
	font-size: 16px;
}

.SiteOwnerName
{
	color: Black;
	font-size: smaller;
	font-weight: bold;
	padding-bottom: 1px;
}


body
{
	margin: 0px 0px 5px 0px;
	font-family: sans-serif;
}


Blockquote
{
	background-color: LightGrey;
	padding: 5px;
}


TABLE
{
	padding: 0px;
}

.Main
{
	width: 100%;
	height: 100%;
}

.UserInfo
{
	background-color: LightGrey;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

.SiteOwnerInfo
{
	background-color: #48D948;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	width: 95%;
}

.CommenterInfo
{
	background-color: LightGrey;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	width: 95%;
}

.Comment
{
	width: 90%;
	border: 1px solid;
	font-size: 10pt;
}

.EnterComment
{
	background-color: LightGrey;
	width: 90%;
	font-size: 10pt;
}


TR
{
	vertical-align: top;
}


TD
{
	padding: 0px;
	vertical-align: top;
}

.BottomPadding
{
	padding-bottom: 6px;
}

.FullWidth
{
	width: 100%;
}

.FullWidthNoPadding
{
	width: 100%;
	padding: 0px;
}

.LeftJustifiedLink
{
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
	width: 50%;
}

.LeftMenu
{
	padding: 0px 30px 15px 15px;
	background-image: url("Images/left.gif");
	background-repeat: no-repeat;
	height: 100%;
	width: 135px;
}

.MainContent
{
	height: 100%;
	width: 80%;
	padding: 15px 15px 15px 0px;
	text-align: left;
}

.PageTitle
{
	font-size: xx-large;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	background-image: url("Images/top.gif");
	background-repeat: no-repeat;
	height: 125px;
	width: 100%;
}

.RightJustifiedLink
{
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
	width: 50%;
}

.RightMenu
{
	padding: 10px;
	width: 20%;
	text-align: right;
	border-left: solid 2px LightGrey;
}

.SearchLabel
{
	width: 25%;
}

.SearchField
{
	width: 75%;
}

DIV
{
}

.Centered
{
	text-align: center;
}

.PostDate
{
	font-size: xx-small;
}

.PostTitle
{
	font-weight: bold;
}

.PostType
{
	font-size: smaller;
	padding-bottom: 1px;
}

.PostUserName
{
	font-size: smaller;
	font-weight: bold;
	padding-bottom: 1px;
}

.SiteOwnerPostDate
{
	font-size: xx-small;
	color: black;
}

.Smaller
{
	font-size: smaller;
}

.SubmitComment
{
	font-size: larger;
	font-weight: bold;
	text-align: center;
}

.Subtext
{
	font-size: x-small;
	padding-left: 10px;
}

.Spacer
{
	height: 45px;
}


IMG
{
	border: 0px;
}

.UserImage
{
	width: 65px;
	height: 65px;
	vertical-align: middle;
}


TEXTAREA
{
	width: 100%;
}
