@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #a9a9a9;
}

.teal {

	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #2ea7b3;

}

.compNav {
	width:100%;
	height:32px;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background: url(../images/bg_openTabLink.gif) repeat-x;
}

.centerMe {
	width:950px;
	padding:0px;
	margin:0 auto;

}


.leftSide {
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.rightSide {
	float:right;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.pageDivide {

	padding:0px 2px 0px 2px;
	margin:0px 0px 0px 0px;
	height:24px;
	float:left;

}

.pageDivide2 {

	padding:0px 15px 0px 2px;
	margin:0px 0px 0px 0px;
	height:24px;
	float:left;

}

.textHolder {
	padding:3px 6px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
}

.textHolder2 {
	padding:3px 6px 0px 6px;
	margin:0px 0px 0px 0px;
	float:right;
}

a.pageNumber {
	float:left;
	background: url(../images/bg_pagenumber.jpg) no-repeat top;
	padding:4px 0px 0px 7px;
	margin:0px 0px 0px 0px;
	width:16px;
	height:20px;
	text-decoration:none;
	color:#2ea7b3;
}

a:hover.pageNumber {
	float:left;
	background: url(../images/bg_pagenumber.jpg) no-repeat bottom;
	text-decoration:none;
	color:#5e5e5e;
}




a.nextSite {
	float:right;
	background: url(../images/bg_next.jpg) no-repeat top;
	padding:4px 0px 0px 7px;
	margin:0px 15px 0px 0px;
	width:16px;
	height:20px;
	text-decoration:none;
	color:#2ea7b3;
}

a:hover.nextSite {
	float:right;
	background: url(../images/bg_next.jpg) no-repeat bottom;
	text-decoration:none;
	color:#5e5e5e;
}

a.prevSite {
	float:right;
	background: url(../images/bg_prev.jpg) no-repeat top;
	padding:4px 0px 0px 7px;
	margin:0px 0px 0px 0px;
	width:16px;
	height:20px;
	text-decoration:none;
	color:#2ea7b3;
}

a:hover.prevSite {
	float:right;
	background: url(../images/bg_prev.jpg) no-repeat bottom;
	text-decoration:none;
	color:#5e5e5e;
}


a.close {
	float:right;
	background: url(../images/bg_close.jpg) no-repeat top;
	padding:4px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:60px;
	height:20px;
	text-decoration:none;
	color:#2ea7b3;
}

a:hover.close {
	float:right;
	background: url(../images/bg_close.jpg) no-repeat bottom;
	text-decoration:none;
	color:#5e5e5e;
}
