/*
	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;
	background:url(../backheading.jpg) #e7e2b7 repeat-x;
}

#navigation {
	background:#113358;
	color:#FFFFFF;
	font-size: 15px;
	text-transform:capitalize;
	text-align:center;
}

#container {
	background:url(../containerback.jpg) repeat-y;
	}

#bodycontent {
	padding-left:10px;
	}

.nomargin {
	margin-bottom:2px;
	}

a:focus {
	outline: 1px dotted invert;
}

a, a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	}

a:hover {
	text-decoration:underline;
	}
	
.nolink {
	font-weight:100;
	text-decoration: none;
	color:#000000;
	}
	
a:visited.nolink {
	font-weight:100;
	color:#000000;
}

.copyright {
	color:#000000;
	text-align: center;
	font-size:10px;
	line-height: 10px;
	}

.quote {
	font-style:italic;
	}
	
.reference {
	font-weight:700;
	}

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

li {
	list-style:circle;
	}

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

h1 {
	font-size: 16px;
	color:#113358;
	text-decoration:underline;
}

h2 {
	font-size: 16px;
	color:#113358;
	text-decoration:underline;
}

h3 {
	font-size: 16px;
	color:#113358;
	text-decoration:underline;
}

h4 {
	font-size: 16px;
	color:#113358;
	text-decoration:underline;
}

h5 {
	font-size: 12px;
	color:#113358;
	text-decoration:underline;
}

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;
}