/* @override 
	http://websites.hawthornpublications.com/Websites/hawthorn/templates/Template1/_css/default.css
	http://hawthorn.publishpath.com/Websites/hawthorn/templates/Template1/_css/default.css
	http://goodtimesunlimited.publishpath.com/Websites/goodtimesunlimited/templates/Good%20Times%20Unlimited/_css/default.css
*/

html {
	background-color: #ccc;
	color: #000;
}

body {
	margin: 36px auto;
	width: 720px;
	padding: 126px 0;
	background-color: #000;
	font-family: Geneva, "Lucida Grande", Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	line-height: 1.4em;
	margin: .5em 0 .5em;
}

ul, ol {
	list-style-type: disc;
	list-style-position: inside;
	margin: .5em 0;
}

div#wrapper {
	background: #fff;
	color: #000;
	padding: 36px;
	width: 648px;
}

div#header {
	width: 380px;
}

div#navigation {
	margin-bottom: 10px;
	width: 625px;
}

#navigation ul.globalRootMenu.topNav {
	margin: 0;
	padding: 0;
}

#navigation ul.globalRootMenu.topNav li {
	display: inline;
	margin-right: 2em;
}

a:link, a:visited {
	color: gray;
	text-decoration: none;
}

a:hover, a:active {
	color: #353ff7;
	text-decoration: underline;
}

a.selectedPage {
	color: #000;
	border-bottom: 1px dotted #919191;
}





