body
{
	padding: 0px;
	margin: 0px;
	background: url(../images/bgTile.gif) top left repeat;
	text-align: center;	
}

#bgFade
{
	background: url(../images/bgGradTile.gif) top left repeat-x;
	height: 500px;
}

#mainContent
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

img
{
	border: 0px;
}

#header1
{
	background: url(../images/topHeaderBg.gif) top left repeat-x;
	height: 22px;
	margin-top: 10px;
	padding: 0px 10px 0px 10px;
}

#header2
{
	margin: auto;
	width: 98%;
	margin-top: 10px;
	position: relative;
	background: url(../images/headerTile.jpg) top left repeat-x;
}

#header2Left
{
	background: url(../images/header1.jpg) top left no-repeat;
	height: 119px;	
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 676px;
}

#header2Middle
{
	background: url(../images/headerTile.jpg) top left repeat-x;
	height: 119px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#header2Right
{
	background: url(../images/header2.jpg) top right no-repeat;
	height: 119px;
	width: 20px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#mainPage
{
	text-align: center;
	margin-top: 10px;	
}

#sidemenu
{
	width: 190px;
	margin: 0px 0px 0px 0px;
}

.menuItem
{
	background: url(../images/sideMenuBgBtn.gif) top left no-repeat;
	width: 181px;
	height: 35px;
	text-align: left;
	padding: 10px 0px 0px 10px;
	margin: 1px;	
}

.activeMenuItem
{
	background: url(../images/activeSideMenuBtnBg.gif) top left no-repeat;
	width: 181px;	
	text-align: left;
	padding: 10px 0px 0px 10px;
	margin: 1px 1px 0px 1px;	
}

#memofMonth
{
	width: 181px;
	height: 108px;
	background: url(../images/memberOfTheMonthBg.gif) top left no-repeat;
	margin: 10px 0px 10px 0px;
}

#memofMonthContent
{
	padding: 20px 13px 0px 13px;
	text-align: left;	
}

#totalUsers
{
	width: 182px;
	height: 108px;
	background: url(../images/totalUsersBg.gif) top left no-repeat;
}

#totalUsersContent
{
	padding: 25px 13px 0px 13px;
	text-align: left;	
}

#totalUsersContent p
{
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#content
{
	background: #ffffff;		
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.subMenu
{
	width: 177px;	
	background: #b0b0b0;
	border: 2px solid #e7e7e7;	
	margin: 0px 0px 0px 1px;
	padding: 0px;		
}

* html .subMenu
{
	width: 181px;	
	background: #b0b0b0;
	border: 2px solid #e7e7e7;	
	margin: 0px 0px 0px 1px;
	padding: 0px;	
}

.menuContainer
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;

}

.subMenuItem
{
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #757575;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	text-align: center;	
	display: block;
	width: 100%;
}

.subMenuItem a
{
	margin: 5px;
}

.inputBox
{
	background: #ffffff;
	border: 1px solid #cccccc;
	margin: 2px;
}

.mailroomMattersTable
{
	border: 1px solid #aaaaaa;
	margin: 20px;
}

.mailroomMattersTable td
{
	background: #eeeeee;
	padding: 3px;
}

.homepageBox
{
	border: 2px solid #030073;
	background: #eeeeee;
	margin: 4px;
	padding: 4px;
}

#footer
{	
	text-align: right;
	color: #ffffff;
	margin: 20px;
}

#footer a 
{
	color: #ffffff
}

.shortDescriptionBoxHeader
{
	display: inline;
	font-size: 12px;
}

.shortDescriptionBoxSubheader
{
	display: inline;
	margin-left: 10px;
	font-size: 10px;
}

.homepagePosts .shortDescriptionBoxOuter
{
	margin-top: 15px;
}
.homepagePosts .shortDescriptionBoxHeader
{
	font-weight: bold;
	border-bottom: 1px solid black;
	text-decoration: none;
	display: block;
}
.homepagePosts .shortDescriptionBoxHeader a
{
	text-decoration: none;
}