/* @group Standard */

* {
	margin: 0;
	padding: 0;
}

body {
	font: .825em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #373737;
	padding: 0 0 25px;
	margin: 0;
	background-position: center top;
}

.bodytitle {
	padding-right: 15px;
	padding-left: 15px;
}

.leader {
	padding-right: 15px;
	padding-left: 15px;
	font: 1.3em/1.4em Georgia, "Times New Roman", Times, serif;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}



/* @end */

/* @group Structure */

.ninesixty {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.header {
	padding: 0;
	background: #f5f5f5 url(/images/link-bar-background.gif) repeat-x;
	height: 46px;
}

.categorylinks {
	padding-top: 12px;
	color: #fff;
}

.fivehundred {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

.threehundred {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}



/* @end */

/* @group padding */

.standard {
	padding-right: 15px;
	padding-left: 15px;
}

.padded {
	padding: 15px;
}

.paddedtop {
	padding-top: 15px;
}

.paddedright {
	padding-right: 15px;
}

.paddedbottom {
	padding-bottom: 15px;
}

.paddedleft {
	padding-left: 15px;
}



/* @end */

/* @group links */

a, a:visited {
	text-decoration: underline;
	color: #465a97;
}

a:hover {
	text-decoration: underline;
	color: #ff5b16;
}

.categorylinks a, .categorylinks a:visited {
	text-decoration: none;
	color: #90bde4;
	padding-right: 15px;
}

.categorylinks a:hover {
	color: #fff;
	text-decoration: none;
}

.categorylinks a.selected, .categorylinks a.selected:visited {
	color: #ff5b16;
}

.bookmarks a, .bookmarks a:visited {
	text-decoration: none;
	color: #5d92c2;
	padding-right: 15px;
}

.bookmarks a:hover {
	color: #000;
	text-decoration: none;
}

div.nfpanel a, div.nfpanel a:visited {
	color: #6c6c6c;
	text-decoration: none;
}

div.nfpanel a:hover {
	color: #6cc4f1;
}

.navigation a, .navigation a:visited {
	text-decoration: none;
}



/* @end */

/* @group headings */

h1, .h1 {
	margin-top: 2px;
	margin-bottom: 5px;
	padding: 0 0 0 15px;
	font: normal normal 1.8em/1.2em Georgia, "Times New Roman", Times, serif;
}

h2, .h2 {
	margin-top: 16px;
	margin-bottom: 8px;
	font: normal normal 1.5em Georgia, "Times New Roman", Times, serif;
}

h3, .h3 {
	margin-top: 12px;
	margin-bottom: 6px;
	font: normal normal 1.3em Georgia, "Times New Roman", Times, serif;
}

h4, .h4 {
	margin-top: 8px;
	margin-bottom: 4px;
}

h5, .h5 {
	margin-top: 6px;
	margin-bottom: 3px;
}

h6, .h6 {
	margin-top: 5px;
	margin-bottom: 2px;
}



/* @end */

/* @group Styles */

.grey {
	color: #7f7f7f;
}

.greybordertop {
	border-top: 1px solid #bfbfbf;
}

.greyborderbottom {
	border-bottom: 1px solid #bfbfbf;
}

.cl {
	background-color: #e3e3e3;
}

.lightgreybg {
	background-color: #e3e3e3;
}

.whitebg {
	background-color: white;
}



/* @end */

/* @group forms */

form {
	padding: 5px;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
}

input, select {
	margin-top: 5px;
	margin-bottom: 5px;
}

textarea {
	font: .825em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #373737;
}

label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	clear: both;
}

#login label {
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	clear: both;
}

select.navmenu {
	width: 240px;
}

#qanda label {
	float: left;
	width: 70px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	clear: both;
}

fieldset {
	padding: 1em;
	border: 1px solid silver;
	margin-bottom: 1em;
	margin-top: 1em;
}

legend {
	border: 1px solid gray;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 1.4em;
	line-height: 1.4em;
}

form.grey p {
	background-color: #eee;
	border: 1px solid #d1d1d1;
}



/* @end */

/* @group Lists */

ul {
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style-position: inside;
}

li.levelone {
	font-size: 2em;
	line-height: 1.5em;
}



/* @end */