.subsite
{
	width:80%;
	height:30px;
	margin:0 auto;
}

.subsite:hover
{
	background-color: #7ba428;
	cursor:pointer;
}

.subsite:active
{
	background-color: orange;
	cursor:pointer;
}

.subsite-active
{
	background-color: #7ba428;
	width:80%;
	height:30px;
	margin:0 auto;
	font-weight: bold;
}


.sub-subsite
{
	width:80%;
	height:20px;
	margin:0 auto;
}

.sub-subsite-active
{
	background-color: #7ba428;
	width:80%;
	height:20px;
	margin:0 auto;
	font-weight: bold;
}

.sub-subsite:hover
{
	background-color: #7ba428;
	cursor:pointer;
}

.sub-subsite:active
{
	background-color: orange;
	cursor:pointer;
}


#sub-content
{
	height:10px;
	width:70%;
	position: relative;
	left: 40px;
	top:5px;
	font-size:12px;
	font-family:arial;
	color:#333333;
}

#sub-sub-content
{
	height:10px;
	width:60%;
	position: relative;
	left: 50px;
	top:5px;
	font-size:12px;
	font-family:arial;
	color:#333333;
}

#color-box
{
	width:5px;
	height:5px;
	margin-left:12px;
	background-color:#7ba428;
	position: relative;
	top:12px;
}

#content
{
	height:14px;
	width:80%;
	position: relative;
	left: 30px;
	top:3px;
	font-size:14px;
	font-family:arial;
	color:#333333;
}

.text-content
{
	width:700px;
	min-height:100px;
	
}

#pdf
{
	width:85%;
	height:120px;
	margin:0 auto;
	text-align:justify;
	text-indent:0px;
}

#it:hover
{
	cursor:pointer;
}
