/* CSS Document */
html{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
body{
font-size:11px;
}

/* Banner Area */
.bannerdiv{
	text-align: center;
	background-image: url(../graphics/ubabg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	}
.bannertable{
	width: 750px;
	text-align: left;
	}
.banner{
	padding-bottom: 10px;
	}

/* Top Navigation Area */
.topnavdiv{
	text-align: center;
	}
.topnavtable{
	width: 750px;
	}
.topnavcells{
	height: 22px;
	border: 1px solid #999999;
	background-image: url(../graphics/navbuttonsbg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #E8FFE9;
        color:#FFFFFF;
        font-size:10px;
        font-weight:bold;
	}
.topnavcelldown{
	height: 22px;
	border: 1px solid #999999;
	background-image: url(../graphics/navbuttonsdownbg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #E8FFE9;
	}

/* Account Banner */
.welcome{
	width: 50px;
	height: 22px;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	padding-left: 20px;
	color: #FF0000;	
	}
.accountowner{
	height: 22px;
	text-align: left;
	font-size: 17px;
	}
.accountlinkstable{
	height: 25px;
	width: 750px;
	border: 1px solid #999999;
	background-image: url(../graphics/bg1.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #E8FFE9;
	}
.accountlinks{
	width: 70px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	}
/* Body Area */
.bodydiv{
	text-align: center;
	}
.bodytable{
	width: 750px;
	}
	
/* Cool New Members Area */
.maincnmacell{
	vertical-align: top;
	text-align: left;
	}
.cnmatable{
	border: 1px solid #CCCCCC;
	width: 400px;
	}
.cnmaheading{
	height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	font-size:18px;
	}
.cnmapictures{
	border: 1px solid #CCCCCC;
	width: 100px;
	height: 100px;
	}
.cnmanames{
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 100px;
	height: 10px;
	font-size: 10px;
	padding-left: 5px;
	}

/* Login Area */
.mainlacell{
	vertical-align: top;
	}
.latable{
	border: 1px solid #CCCCCC;
	text-align: left;
	background-color: #003399;
	color:#FFFFFF;
	}
.laheading{
	border-bottom: 1px solid #999999;
	background-color:#99FF33;
	text-align: center;
	font-weight: bold;
	height: 20px;
	}
.labutton{
	text-align: center;
	}
/* Ad sense Area */
.mainasacell{
	width: 200px;
	vertical-align: top;
	}
.asatable{
	border: 1px solid #CCCCCC;
	text-align: left;
	}

/* Body Area 2 */
.hotcells{
	padding-top:0px;
	margin-top:0px;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	width:210px;
	}
.rightbanner{
	width: 150px;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	}	
h1{
	font-size: 11px;
	border-bottom: 1px solid #999999;
	background-color: #FFCC00;
	background-image: url(../graphics/bar.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	}
/* Footer Section */
.footertable{
	width: 750px;  
	margin-top: 20px;
	border-top: 1px solid #000000;
	text-align: center;
	}
.footercells{
	font-size: 10px;
	color:#333333;
	border-right: 1px solid #CCCCCC;
	}
.submenulink{
	text-decoration:none;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
}
 