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

	Licensed under GPL and MIT.
*/

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

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

a:focus {
	outline: 1px dotted;
}

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

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;	
}

h2 {
	font-size: 21px;
	color:#6699cc;
	text-align:right;
	margin:0px;
}

h3 {
	font-size: 21px;
	color:#FFFFFF;
	font-weight:normal;
}

h4 {
	font-family: Georgia, Serif;
	font-size: 26px;
	font-weight: normal;
	color:#CCCCCC;
}

h5 {
	font-size: 17px;
	margin-bottom:5px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
	float:left;
}

ul {
	list-style: disc;
}

li {
	margin: 0px 0px 0px 30px;
}

dl,
hr,
h3,
h4,
h6,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* `Additions
----------------------------------------------------------------------------------------------------*/

#contentMan ol li {
	margin-bottom:10px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#ac0000;
}