/*Home Page CSS */

.homelinks {
	overflow:hidden;
	position:absolute; top:10%; left: 2%;
}

.homelinks li {
	border-bottom-width: 0;
	display: block;
	list-style: none;
	float:left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.homedesc {
	overflow:hidden;
	position:absolute; top:15%; left: 2%;
}

.homedesc li {
	border-bottom-width: 0;
	display: inline;
	float:left;
	list-style: none;
	margin: 0 0 0 0;
	text-align: center;
	width:194;
	padding-left:20;
	padding-right:20;
}

.homedesc h2 {
	font-family:Arial,serif;
	font-size: 22px;
	color:red;
}

.homedesc a {
    color:#FFFFFF;
    text-decoration: none;
}
