/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;
	/*background: transparent;*/
}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}
.Clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#Holder {
	width: 896px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
#Header {
	height: 55px;
	width: 896px;
	background: #FFF url(img/grline.gif) repeat-x bottom;
}
#LinksHolder {
	overflow:hidden;
	height: 23px;
	width: 605px;
	padding-top: 17px;
	padding-left: 0px;
}
#LinksHolder ul {
	width: 100%;
	position: relative;
}
#LinksHolder li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: left;
}
#LinksHolder li a {
	text-decoration: none;
	text-align:right;
	padding-left:50px;
	line-height:15px;
	display: block;
	color: #0A8E86;
}
#LinksHolder li a:hover {
	color: #0FCEC5;
}
#LinksHolder li a#Active {
	color: #F63;
}
#ContentHolder {
	width: 896px;
	padding-top: 40px;
}
#ContentHolder p, #ExternlinksHolder p {
	font-size:14px;
	line-height:17px;
	color:#666;
	margin-bottom:3px;
}
#ContentHolder h3 {
	font-size:18px;
	line-height:24px;
	color: #999;
	margin-bottom:18px;
	margin-top:0px;
}
#ContentHolder a {
	text-decoration:none;
	color: #0A8E86;
}
#ContentHolder a:hover {
	color: #0FCEC5;
}

#copyright {
	margin-top:80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
	text-align: left;
}
#NavImages {
	text-align:center;
	font-size: 13px;
	color: #0A8E86;
	margin-bottom: 0px;
	margin-top: 15px;
}
#ExternlinksHolder {
	width: 896px;
	padding-top: 40px;
}

#ExternlinksHolder a {
	text-decoration:none;
	color: #666;
}
#ExternlinksHolder a:hover {
	color: #F63;
}
