.homepageintro{
	font-family: verdana;
	font-size:14px;
	padding-top:40px;
	padding-right:40px;
	text-align:right;
	color:#999999;}
a {
		color: black;
		text-decoration: none;
			}

a:link {
		color: black;
		text-decoration: none;
		}

a:active {
		color: black;
		text-decoration: none;
		}
		
a:hover {
		color:#8CC63F;
		text-decoration:none;
}

img {
		border:0px;
}

body {
	color: #666666;
	font-family: verdana;
}

body, td  {	font-size: 12px;}

		
.header {
		font-size:20px;
		text-align:center;
		margin-top:100px;
		width:700px;
		height:400px;
		border:1px solid gray;
		
}
.heading {
		font-size:30px;
		width:300px;
}

/*Main Container*/
.hrzContainer {
	width:800px;
}
.hrzContainer ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;
}
.hrzContainer li{
	display: inline; 
	margin: 0px;
	padding:0px;
}

.hrzContainer li td{
	vertical-align:top;
}
/*Handle*/
.handle {
	float: left;
	width: 65px;
	height: 100px;
	margin: 1px;
	margin-right: -10px;
	background:white;
	cursor:pointer;
	}
.handleOver{	
	background:white;
}
.handleSelected{
	
	background: white;
}

/*Content Container*/
.contentWrapper{
	width:300px;
}
.contentInnerWrapper{
	text-align: justify;
	padding: 10px;
	
}
.contentWrapper h3{
	font-size:12px;
	border-bottom: 3px solid silver;
	color:#666666;
	width:300px;
}
.contentWrapper h2{
	font-size:20px;
	width:200px;
	font-weight: lighter
}

.contentWrapper h4{
	font-size:20px;
	height:40px;
	margin:0;
	font-weight: lighter;
}
.contentWrapper h5{
	font-size:15px;
	width:150px;
	height:40px;
	margin:0;
	font-weight: lighter;
	}

	
/*Animation Start*/
.contentStart {
	padding-left:0px;	
	float: left;
	width:0px;
	height:380px ;	
	overflow:hidden;
}
/*Animation End*/
.contentEnd {
	padding-left: 5px;
	padding-right:10px;
	float: left;
	width:200px;
	height:380px;
}