*
{
	font-family: Tahoma, Arial, sans-serif;
}
body
{
	margin: auto;
	padding: 0px;
	text-align: center;
}
table
{
	padding: 0px;
	border: 0px;
}
/* left edge */
.WrapLeft
{
	background: url(images/wrap-left.gif) repeat-y top left;
	width: 20px;
}
/* main content frame */
.WrapMain
{
	width: 1008px;
}

/* right edge */
.WrapRight
{
	background: url(images/wrap-right.gif) repeat-y top left;
	width: 20px;
}

.LogoLine
{
	background-color: #000000;
}

/* NavigateMenu */
.TopMenu
{
	/* width: 500px;*/
	min-width: 500px;
	background: #FFCC33;
}
.TopMenuLeft
{
	background: #99CC00;
	margin-bottom:5px;
}
.UserStatus
{
	padding-left: 10px;
	color: #CCFF26;
}
.UserStatus a, .UserStatus a:link, .UserStatus a:visited
{
	font-weight: bold;
	color: #CCFF26;
}
.UserStatus a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.SearchBar
{
	padding-left: 10px;
}
.SearchBar a, .SearchBar a:link, .SearchBar a:visited
{
	font-weight: bold;
	color: #CCFF26;
}
.SearchBar a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.LeftArea
{
	background: #EEEEEE url(Images/DottedILine.gif) repeat-y top right;
}
.ContentArea
{
}
.RightArea
{
	background: #EEEEEE url(Images/DottedILine.gif) repeat-y top left;
}
.BottomArea
{
	background: #DCDCDC;
}

/* clear float */
.Clear
{
	clear: both;
}
.MiddleBottomLine
{
	border-top: solid 1px #FFFFFF;
}
.BottomLine
{
}
.AdminLinks
{
	empty-cells: hide;
}
.AdminLinks TD
{
	font-weight: bold;
	padding-right: 10px;
	padding-left: 5px;
}
