body{
	min-width: 800px;
	margin:0;
	padding:0;
	background-color:#000;
	font-family:verdana,arial;
	
}
h2{
	margin:0;
	padding:0;
	font-size:14pt;
}
p{
	margin:0 0 5px 0;
	padding:0;
}
form, input {
	padding:0;
	margin:0;
}

#ulItem
{
	list-style: none;
	margin:0;
	padding:10px 10px 0 10px;
}
#liItem
{
	background: #fff url(../image/leftNavT.gif) no-repeat top;
	padding:20px 0 0 0;
	margin:0 0 10px 0;

}
#ulMoreFriends
{
	margin:0;
	font-size:10pt;
}

#ulFriend
{
	list-style: none;
	margin:0;
	padding:0 10px 10px 10px;
}
#liFriend
{
	padding:0 10px 0 20px;
	margin:0px;
	font-size:10pt;
	background-color:#eee;
}
#liFriend a
{
	background: #eee url(../image/yDot.gif) no-repeat left top;
	padding:0 0 0 15px;
	color:#999;
}
#liFriend a:hover
{
	font-size:10pt;
	text-decoration:underline;
}

div.container
{
	margin:0 0 0 0;
	border-top:8px solid #808080;
	line-height:150%;
	background-color:#fff;
	width:expression(document.body.clientWidth < 800 ? "800px" : "100%" );
}
div.left
{
	float:left;
	width:230px;
	margin:0;
	background-color:#fff;
}
.left a
{
	color:#005825;
	font-weight:bold;		
	text-decoration:none;
}
.left a:hover
{
	color:#fff799;
}


div.content
{
	margin-left:230px;
	background-color:#fff;
}
.hcontent{
	padding-bottom:10px;
}
.content a{
	color:#008;
	font-weight:bold;
	text-decoration:none;
}
.content a:hover{
	color:#a7cffd;
}

/* ------- left Nav ------- */
#leftNav{

	border-left:6px solid #808080;
	border-right:6px solid #808080;
	border-bottom:6px solid #808080;
	padding: 0 10px 10px 20px;

}


/* ------- top nav bar ------- */
#tbar
{
	clear:both;
	position: relative;
	height: 25px;
	text-align:center;
	width:expression(document.body.clientWidth < 800 ? "800px" : "100%" );
}
 .tbarlink a
{
	color:#fff;
	font-weight:bold;
	font-size:11pt;
	text-decoration:none;
	text-align:center;
	height:25px;
	width:110px;
	DISPLAY: block;
	line-height: 25px;
	float:left;
	background: #a7cffd url("../image/button.gif");
	margin-right:10px;
}
 .tbarlink a:hover{
	color:#000;
	background: #808080 url("../image/buttonH.gif");
}
.tbarspace{
	height:25px;
	width:230px;
	display: block;
	line-height: 25px;
	float:left;
}
/* ------- top logo ------- */
.tLogo{
	margin-left:230px;
	padding: 10px 0 10px 0;
}

/* ------- footer ------- */
.footer
{
	color:white;
	clear:left;
	height: 25px;
	padding:10px 0 0 0;
	background: #000 url("../image/backBot.gif") repeat-x;
	
}
.footerContent{
	color:#eee;	
	padding:0 0 0 240px;
}
.footerContent a
{
	font-size:8pt;
	color:#eee;
	text-decoration:none;
}
.footerContent a:hover
{
	color:#777;
	text-decoration:underline;
}

.contact {
	margin:0;
	padding:0;
}

.contact ul {
	list-style:none;
}
.contact label {
	display:block;
	float:left;
	width:100px;
	text-align:right;
	padding:0 5px 0 0;
}
