body {
	font: Verdana, Geneva, sans-serif, Arial, Helvetica; font-size:14px;
	color:black;
	padding:0px;
	margin:0px;
}

#vTop {
	position:relative;
	width:100%;
	height:5px;
	background:#15f30a;
	margin:0 auto;
}

#gray {
	position:relative;
	width:100%;
	height:92px;
	background:url(../images/bg-grey.gif) repeat-x;
}

#wrap {
	position:relative;
	margin:0 auto;
	width:916px;
}

.around {
	width:900px;
	height:auto;
	margin:0 auto;
}

.freshmacs {
	position:relative;
	width:480px;
	height:52px;
	background:url(../images/freshmacs.png) no-repeat;
}

#banner {
	position:relative; top:-35px; bottom:0px;
	margin:0 auto;
	width:916px;
	height:191px;
	background:url(../images/banner.png) no-repeat;
}

#fadeshow {
	position:relative;
	width:630px;
	height:190px;
	float:right;
	right:8px;
}

.navHolder {
	position:absolute; top:155px; left:8px;
	width:900px;
	height:40px;
	background:url(../images/nav-bg.gif) repeat-x;
	font-size:18px;
	text-align:center;
	padding-top:10px;
	margin:0 auto;
}.navHolder span {
	padding-right:50px;
	padding-left:50px;
}.navHolder a:link {
	color:black;
	text-decoration:none;
}.navHolder a:hover {
	color:#black;
	text-decoration:none;
}.navHolder a:visited {
	color:black;
	text-decoration:none;
}

.expand a:link {
	color:red;
	text-decoration:none;
}.expand a:hover {
	color:green;
	text-decoration:none;
}

#contentWrap {
	position:relative; top:5px;
	width:930px; height:auto;
	margin:0 auto;
}

#footer {
	position:relative;
	width:900px;
	height:20px;
	background:#F00;
	margin:0 auto;
	font-size:12px;
	text-align:center;
	padding:10px 0 10px 0;
	color:white;
	z-index:100;
}#footer A:hover {
	
	text-decoration: underline; color: #FFFFFF;

}



/*********************************************
			Special classes
*********************************************/

.EmpDivs {
	position:relative;
	width:900px;
	height:auto;
	margin:0 auto;
}

.clear {
	clear:both;
}


.pad {
	padding-right:15px;
	padding-left:15px;
}

.bpad {
	margin-top:30px;
}

.cursor {
	cursor:pointer;
}


/********************************************

   Links Properties

********************************************/


A:link {

	text-decoration: underline; color:#15f30a
}

A:visited {
	
	text-decoration: underline; color:#15f30a;

}


A:hover {
	
	text-decoration: underline; color: #F00;

}

