/* @group standard */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/cambridge.jpg) repeat-x center -20px;
	font: .825em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #373737;
	padding: 0 0 25px;
	margin: 0;
}

p {
	margin-top: 2px;
	margin-bottom: 4px;
	padding: 0;
}



/* @end */

/* @group structure */

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

div.header {
	padding: 0;
	height: 140px;
}

.bigtext {
	padding-top: 50px;
	color: #56b6e6;
	font: 2em Georgia, "Times New Roman", Times, serif;
}

.categorylinks {
	padding-left: 15px;
}

.maincontent {
	padding-top: 25px;
}

.leftpanel {
	width: 550px;
}

.rightpanel {
	width: 300px;
}

p.leader {
	padding-left: 15px;
	font-size: 1.2em;
}

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

div#footer {
	padding-top: 25px;
	padding-bottom: 25px;
}



/* @end */

/* @group headings */

h1, .h1 {
	margin-top: 2px;
	margin-bottom: 5px;
	line-height: 1em;
	padding: 0;
	font-size: 1.8em;
	font-weight: normal;
	font-style: normal;
}

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

h2, .h2 {
	margin-top: 16px;
	margin-bottom: 8px;
	font-size: 1.5em;
	font-weight: normal;
	font-style: normal;
}

h3, .h3 {
	margin-top: 12px;
	margin-bottom: 6px;
	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
}

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

select.navmenu {
	width: 240px;
}

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

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



/* @end */

/* @group padding */

.padded {
	padding: 15px;
}

.paddedtop {
	padding-top: 15px;
}

.paddedright {
	padding-right: 15px;
}

.paddedbottom {
	padding-bottom: 15px;
}

.paddedleft {
	padding-left: 15px;
}

.paddedtopabit {
	padding-top: 10px;
}



/* @end */

/* @group links */

a, a:visited {
	text-decoration: none;
	color: #308165;
	padding-right: 1px;
	padding-left: 1px;
}

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

a.selected {
	color: white;
	background-color: #308165;
}

.notshown a, .notshown a:visited {
	color: silver;
}

div.navigation a, div.navigation a:visited {
	color: #6099d1;
	text-decoration: none;
}

div.navigation a:hover {
	color: #3748ba;
	text-decoration: none;
}

div.navigation a.selected, div.navigation a.selected:visited {
	color: #9a9a9a;
}

div.navigation a.selected:hover {
	text-decoration: underline;
}

div#footer a, div#footer a:visited {
	color: #6cc4f1;
	text-decoration: none;
}

div#footer a:hover {
	color: #6cc4f1;
	text-decoration: underline;
}

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

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

.categorylinks a:hover {
	color: #000;
	text-decoration: underline;
}



/* @end */

/* @group Misc */

.found {
	background-color: yellow;
}

.err, .red {
	color: red;
}

.selected {
	background-color: #308165;
	color: white;
}

.selected a, .selected a:visited {
	color: silver;
}

.gads {
	padding-left: 15px;
	padding-top: 5px;
}



/* @end */

/* @group borders */

p.bordertop {
	border-top: 1px solid gray;
}



/* @end */

/* @group lists */

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



/* @end */