/* @group Basics */

body { 	
	background-color: #c90035;
	color: white;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
img { border: 0; }

/* @end */




/* @group Top Navigation */

#navigation {
	height: 536px;
	width:  210px;
	border-right: 2px solid #d1434b;
	position: fixed;
	top: 34px;
	left:  0px;
}

#navigation ul {
	margin: 0 12px;
	padding: 0;
}
#navigation li { 	
	list-style-type: none;
	display: block;
	margin: 0; padding: 0;
	font-size: 14px;
	line-height: 1.8em;
}

#navigation a { 	
	text-decoration: none;
	color: white;
	font-weight: bold;
	padding: 2px 16px;
}

#navigation a.selected { 	color: #cfd41c; }
	
#navigation a:hover { 	
	text-decoration: underline;
	color: #c90035;
	background-color: white;
}



/* @end */

/* @group content area */

#content { 
	position: relative;
	left: 224px;
	line-height: 1.4em;
	padding-top: 24px;
	width: 850px;
}

#content p {
	padding-right: 200px;
}
#content a {
	text-decoration: none;
	color: white;
}

#content a:hover {
	text-decoration: underline;
	color: #c90035;
	background-color: white;
}

#content h1 {
	font-size: 1.5em;
	border-bottom: 2px solid #d1434b;
	margin-bottom: 2em;
	padding-bottom: 4px;
}

#content h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#logo { padding-top: 24px; padding-left: 12px;}



/* @end */

