/* -------------------------------------------------------------- 

	This site has been designed by Modoku, Inc.
	
	Based on the 960 Grid System (www.960.gs)
	
	October 2009

-------------------------------------------------------------- */


body {
	font: 13px/1.5 times, Garamond, Times New Roman, serif;
	}

.nav {
	font-size: 13px;
	font-weight: normal;
	}

.nav ul, .nav li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	}
	
.nav a {
	text-decoration: none;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	color: #333;
	}

.nav a:hover {
	background: none;
	border-bottom: 1px solid #EEE;
	color: #EEE;
	}

.nav .selected a {
	background: none;
	color: #000;
	}
	
a {
	color: #999;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: serif;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	padding: 20px 0 0 0;
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	color: #999;
	}

p {
	font-size: 14px;
}

ol {
	list-style: decimal;
	}

ul {
	list-style: disc;
	}

li {
	margin-left: 30px;
	}

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

.small {
	font-size: smaller;
	line-height: 14px;
	}
	
.smallcenter {
	font-size: smaller;
	line-height: 14px;
	text-align: center;
	}
	
.center {
	text-align: center;
	}