html, body {
	background: top center repeat-y #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#828282;
	line-height:18px;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	text-align: center;
}
body {
	visibility: hidden;
}
img {
	border:0;
}
ul {
	padding-left: 16px;
	margin: 0;
}
p {
	margin: 5px 0;
	padding:0;
}

a {
	color:#7d75ec;
}
a:hover {
	color:#6f68d2;
}
a:focus { 
	-moz-outline-style: none;
}

.maincontainer {
	width:964px;
	margin: 0 auto 0 auto;
	text-align:left;
	padding:24px 9px 20px 9px;
}
.innercontainer {
	padding:0 26px;
}
.top {
	float:left;
	height:42px;
}
.updated {
	float:right;
	text-align:right;
	padding-top:25px;
	font-size: 10px;
	color:#d9d9d9;
}
.onecolumn {
	width:287px;
	float:left;
	margin-right:25px;
	display:inline;

}
.projectheader {
	height:1px;

}
.header {
	height:19px;

}
.line {
	border-top: 1px solid #d6d6d6;
	line-height: 1px;
	height:1px;
	clear:both;
	margin: 5px 0 12px 0;
}
.clearline {
	clear:both;
	height:1px;
	line-height:1px;
}
.spacerline {
	clear:both;
	height:13px;
	line-height:13px;
}
.spacerline2 {
	clear:both;
	height:26px;
	line-height:13px;
}
.projectnav {
	float:left;
	display:inline;
	margin-right: 23px;
	width:134px;
}
.projectnav_header {
	height:42px;
}
.projectnav_header a {
	padding-left: 13px;
	background: url(../images/ic_arrow.gif) 0 2px no-repeat;
	display:block;
	text-decoration: none;
}
.projectnav_header a:hover {
	text-decoration:underline;
}
.proj_left {
	float:left;
	width:602px;
	padding-top: 15px;
}
.proj_right {
	float:right;
	width:265px;
	padding-right: 24px;
	padding-top: 15px;
}
.project_innertop {
	height:24px;
}
.linecontainer {
	background: url(../images/greydot.gif) left bottom repeat-x;
	height:24px
}
.tabcontainer {
	background: url(../images/tab_01.gif) left bottom no-repeat;
	height:24px;
	width:225px;
	float:right;
	text-align:center;
}
.tabcontainer_2 {
	background: url(../images/tab_02.gif) left bottom no-repeat;	
}
.tabcontainer div {
	float: left;
	width: 112px;
	padding-top: 5px;
}
.tabcontainer a {
	color:#828282;
	cursor:pointer;
}
.tabcontainer a:hover {
	color:#373737;
	text-decoration:underline;
}
.borderright {
	background: url(../images/greydot.gif) right repeat-y;
	display:none;
}
.footertxt {
	font-size: 10px;
	color:#d9d9d9;
}
.website {
	background: url(../images/ic_website.gif) right no-repeat;
	padding: 0 22px 4px 0;
}
.pagination {
	float:right
}
.prev {
	background: url(../images/arrow_prev.gif) 0 3px no-repeat;
	padding-left: 15px;
	float:left;
	color:#d9d9d9;
}
.prev.prevact {
	background: url(../images/arrow_prev_act.gif) 0 3px no-repeat;
}
.next {
	background: url(../images/arrow_next.gif) right 3px no-repeat;
	padding-right: 15px;
	float:left;
	color:#d9d9d9;
}
.prev a:hover,
.next a:hover {
	text-decoration:underline;
	cursor:pointer;
}
.paginationtxt {
	padding: 0 10px;
	float:left;
}
