@charset "utf-8";
/* CSS Document */
.headerTop
{
	background: #000000;
	height: 25px;
	width: 100%;
}

.headerBottom
{
	background:url(UIImages/HeaderBG.jpg) ;
}

.content
{
	margin-left: 290px;
	margin-right: 342px;
	height: 100%;
	min-width:550px;
	margin-top: 10px;
	position: absolute;
}

body
{
	margin:0px;
	background-color:#000000;
	font-family:'Century Gothic',Arial,Verdana, Geneva, sans-serif;
	//font-weight:bold;
	color: white;
}

p
{
	margin:0px;
	background-color:transparent;
	font-family:'Century Gothic',Arial,Verdana, Geneva, sans-serif;
	//font-weight:bold;
	color: white;
	margin-bottom: 1em;
}

body a, p a
{
	font-weight: bolder;
	text-decoration: underline;
	color:white;
}

body a:hover
{
	text-decoration:underline;
}

.leftMenuParent
{
	background:	url("UIImages/BG.png") repeat-y;
	width: 290px;
    height:100%;
	float: left;
}

.leftMenu
{
	background: url("UIImages/MenuBG.png") no-repeat;
	width: 280px;
	height: 542px;
	float: left;
}
.leftMenu ul
{
	margin-left:40px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	padding: 0px;
	list-style-image:none;
	line-height:10px;
}

.leftMenu li
{
	list-style-type:none;
}

.leftMenu a
{
	text-decoration:none;
}

.mainContent
{
	height: 100%;
}

.rightSide
{
		background: url("UIImages/Judy.jpg") top right no-repeat;
		width: 342px;
		height: 100%;
		
}
