/* andreas07 - an open source xhtml/css website layout by Andreas Viklund -
 * http://andreasviklund.com . Free to use for any purpose as long as the
 * proper credits are given for the original design work.
 *
 * Version: 1.1, November 28, 2005 */



html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #303030; 
	background: #008080; 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #205088;
	font-size: 95%;
}



/**************** Sidebar area styles ****************/

#ngsidebar {
	position: absolute; top: 0; left: 0; width: 220px; height: 100%; overflow: auto; text-align: right;
	background: #008080 url(sidebarbg.gif) top right repeat-y; font-size: xx-small;
}

body > #ngsidebar {
	position: fixed;
}

#ngsidebar h1 {
	margin: 20px 18px 0 5px; color: #d85d5d; 
	font-size: 1.1em; letter-spacing: -2px; text-align: right;
}

#ngsidebar h2, #ngsidebar h3 {
	margin: 0 20px 18px 5px; color: #808080; 
	font-size: 0.9em; font-weight: bold; letter-spacing: -1px; text-align: right;
}

#ngsidebar h3 {
	margin: 20px 18px 4px 5px; color: #606060;
}

#ngsidebar p {
	margin: 0 20px 18px 5px; color: #606060; font-size: 0.8em;
}

#ngsidebar a {
	color: #808080
}

#nglogo {
	margin-top: 10px;
	margin-bottom: 25px;
}

#nglogo img {
	margin: 0;
	padding: 0;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	text-align: center;
	padding: 1px; 
	background: #008080;
	border: 0px;
}

#ngcorner {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: -1; /* if window is too short, this shouldn't block the nav links */
}

#ngcorner p {
	color: #cfcfcf;
}

#ngcorner h3 {
	color: #cfcfcf; font-size: 1em; text-align: right; letter-spacing: -1px; font-weight: bold;
}





/**************** Navigation menu styles ****************/

#ngleftmenu a {
	display: block; width: 202px; padding: 5px 18px 5px 0; 
	color: #cfcfcf; background: #008080 url(sidebarbg.gif) top right repeat-y; 
	font-size: 1.8em; font-weight: normal; text-decoration: none;
}

#ngleftmenu a:hover {
	color: #ffffcc; background: #009696 url(sidebarbg.gif) top right repeat-y; 
}

#ngleftmenu a.active {
	padding: 5px 18px 5px 0; background: #fafafa; border-top: 3px solid #60d0d0; border-bottom: 3px solid #60d0d0;
	color: #303030;
}

#ngleftmenu a.active:hover {
	color: #505050; background: #fafafa;
}

#ngfooter {
	font-size: .7em;
}




/**************** Content area styles ****************/

div#content {
	width: 66%; margin: 0 0 0 220px; padding: 20px 17px 0 20px; background: #fafafa;
	border-right: 3px solid #60d0d0; 
	min-height: 98%; /* force short pages to fill screen vertically */
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	/*text-align: center;*/
}

#content ul {
	font-size: 0.8em;
}

#content li {
	margin: 0 0 8px 25px;
}





#content a {
	color: #dd9900;
	font-weight: bold; 
	text-decoration: none;
}

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






/*

#content img {
	float: left; 
	margin: 0 15px 15px 0; 
	padding: 1px; 
	background: #ffffff; 
	border: 1px solid #d0d0d0;
}

#content a img {
	border-color: #d85d5d;
}

#content a img:hover {
	background: #d85d5d; 
	border-color: #d85d5d;
}

#content p
{margin:0 0 20px 0; line-height:1.5em;}

#content h1
{margin:0; color:#d85d5d; font-size:4em; letter-spacing:-5px; text-align:center;}

#content h2
{margin:0; color:#808080; font-weight:normal; font-size:2.5em; letter-spacing:-2px; text-align:center;}

#content h3
{clear:both; margin:30px 0 10px 0; color:#d85d5d; font-weight:normal; font-size: 2em; letter-spacing:-2px;}

*/
