body {
	background : #FCFCFC scroll;
	font : 76% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1
{
	color : #DAA520;
	font-size : 2em;
}

h1,h2,h3,h4
{
	color : #D2691E;
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2
{
	font-size : 1.8em;
	font-variant : small-caps;
}

h2 + p:first-line
{
	color : black;
	font-weight : bold;
}

h3
{
	font-size : 1.4em;
}

h3 + p:first-line /* Must be on seperate line to h2+ p:first-line */
{
	color : black;
	font-weight : bold;
}

h4
{
	font-size : 1.2em;
}

/* CSS POSITIONING MAGIC */
#colcontent
{
	background-color : transparent;
	border : 1px solid #BDB76B;
	margin : 5px 0px 5px 210px;
	padding : 10px;
	width : 580px;
}

#colleft{
	background-color : transparent;
	border : 1px solid #BDB76B;
	left : 10px;
	top : 95px;
	width : 180px;
    	position : absolute;
}

#colright{
	background-color : transparent;
	border : 1px solid #BDB76B;
	color : black;
	font : 1em/1.2em "Trebuchet MS", Verdana,Geneva,Arial,Helvetica,sans-serif;
	left : 830px;
	top : 95px;
	width : 150px;
    	position : absolute;
}

#footer{
	border : 1px solid #BDB76B;
	margin : 0 0 0 210px;
	padding : 10px;
	width : 580px;
}

#footer p
{
	color : black;
	font : 1em/1.5em Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin : 0;
	padding : 0;
}

#navinfo
{

	padding : 5px;
}

#TOC{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#top {
	/*Height of logo.gif 90px x 650*/
	height : 90px;
	margin : 0 0 0 210px;
}

