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

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#404040;
}
a {
	text-decoration:none;
	color:#40a4b9;
}
a:hover {
	color:#4fc2da;
}
a:focus {
	outline: 0px dotted;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/


h1, h2, h3 {
	font-size:23px;
	color:#1faecc;
	letter-spacing:-1px;
	padding-bottom:6px;
	font-weight:normal;
	text-transform:lowercase;
	border-bottom:1px solid #d7d7d7;
}

h1 {
	font-size:33px;
}


h3 {
	font-size: 25px;
}
h4, h6 {
	font-size: 16px;
	font-style:italic;
	color:#4c4c4c;
	font-weight:normal;
		text-transform:lowercase;
}


h5 {
	font-size: 12px;
	color:#4c4c4c;
		font-weight:normal;
		font-style:italic;
			text-transform:lowercase;
}
h6 {
	font-size: 15px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	margin-left: 30px;
}
p {
	text-align:left;
	line-height:20px;
}

.moduletable_homemod p, .moduletable_latestevents p {
	line-height:auto;
	text-align:justify;
}


p, dl, hr, ol, ul, pre, table, address, fieldset {
	margin-bottom: 20px;
}

h1 {
	margin-bottom:18px;
}

h2, h3, h4, h5, h6 {
	margin-bottom:15px;
}


.moduletable_footext {
	clear:both;
}

.moduletable_footext h5 {
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	text-transform:none;
}


.grid_6 {
	height:220px;
}
