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

	Licensed under GPL and MIT.
*/

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

body
{
	font-family:verdana, serif;
	font-size: 12px;
	background:#d6c89a;
	color: #30162b;
	text-align: center;
}

a {
	color:#87244c;
	font-weight:bold;

	text-decoration: none;
}

a:hover {
	border-bottom:1px dotted #847164;
}

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

a img {
	border:0px;
}

hr
{
	border-color: #30162b;
	border-style: solid;
	border-width: 2px 0 0;
	clear: both;
	height: 0;
}

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

h1
{
	font-family:georgia, serif;
	font-size: 180%;
}

h2
{
	font-family:georgia, serif;
	font-size: 200%;
}

h3
{
	font-family:georgia, serif;
	font-size: 160%;
	font-weight:bold;
}

h4
{
	font-family:georgia, serif;
	font-size: 120%;
}

h5
{
	font-family:georgia, serif;
	font-size: 100%;
}

h6
{
	font-family:georgia, serif;
	font-size: 100%;
}

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

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 15px;
	line-height: 145%;
}

h1 a {
	background:transparent url(../images/ntsourlogo.gif) repeat scroll 0 0;
	display:block;
	text-indent:-9999px;
	width:290px;
	height:110px;
	border:none;
}

h1 a:hover {
	background:transparent url(../images/ntsourlogo.gif) repeat scroll left bottom;
	border:none;
}
