/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
}

h2
{
	font-size: 23px;
}

h3
{
	font-size: 21px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}



#content .rightcolumn .quicklinks H3 {
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 18px;
	margin: 0 0 5px 0;
}

.quicklinks ul {
	margin-bottom: 7px;
}

#content .rightcolumn .quicklinks ul li {
	width: 120px;
	font-size: 10px;
	text-transform:uppercase;
	display: list-item;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 23px;
	list-style-position: outside;
	list-style-image: url(../images/arrows.gif);
}

#content .rightcolumn .quicklinks ul li a{
	color: #FFF;
	text-decoration:none;
}

#content .rightcolumn .quicklinks ul li a:hover{
	color: #999;
}

#content .rightcolumn .latestnews h3 {
	color:	#000;
	font-size: 16px;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 18px;
	margin-bottom: 5px;
}

#content .rightcolumn .latestnews p {
	font-size:10px;
	color:#666;
	margin: 8px;
}

#content .rightcolumn .latestnews p a {
	color:#666;
	text-decoration:none;
}

#content .rightcolumn .latestnews p a:hover {
	color:#000;
}


#content .rightcolumn .latestnews .date {
	margin-left: 12px;
	background-image:url(../images/date.gif);
	background-repeat:no-repeat;
	display:block;
	width: 130px;
	height: 15px;
	text-indent:20px;
	background-color:transparent;
	}

#content .rightcolumn .partners h3 {
	color:	#000;
	font-size: 16px;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2px;
	line-height: 18px;
	margin-bottom: 8px;
}

#content .rightcolumn .partners p {
	margin: 8px;
}

.footer .footerlinks {
	color: #999;
	font-size: 11px;
}

.footer .footerlinks a{
	color: #999;
	margin: 0 2px 0 2px;
	text-decoration:none;
}

.footer .footerlinks a:hover{
	color: #000;
}

.standardlinks {
	color: #999;
}

.standardlinks a{
	color: #999;
	margin: 0 2px 0 2px;
	text-decoration:none;
}

.standardlinks a:hover{
	color: #000;
}

.copyrightlinks {
	color: #999;
}

.copyrightlinks a{
	color: #999;
	margin: 0 2px 0 2px;
	text-decoration:none;
}

.copyrightlinks a:hover{
	color: #000;
}
#container .address p {
	font-size: 10px;
	color: #FFF;
	margin-left: 25px;
	margin-top: -7px;
	margin-bottom: -7px;
}
#content .centrecolumn table h6 {
	color:	#55988F;
	font-weight:lighter;
	margin: 0;
}
#content .centrecolumn table p {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	line-height: 18px;
}
.centrecolumn  a {
	color: #6BA8A0;
	font-weight: bold;
	text-decoration:underline;
}

.centrecolumn a:hover {
	color: #000;
	font-weight: bold;
	text-decoration:none;
}

.centrecolumn h1, h2, h3, h4, h5, h6 {
	color:	#55988F;
	font-weight:lighter;
	margin: 0;
}
.centrecolumn ul li {
	list-style-type: disc;
}

.centrecolumn ul li ul li {
	list-style-type: circle;
}

.centrecolumn blockquote {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #6BA8A0;
	display:block;
	padding: 20px;
	
}

