body	{
	margin:		15px 0;
	padding:	0 0;

	color:	#333333;
; background-repeat: repeat-x
; background-attachment: fixed


	}
div, th, dd, dl, dt    {
/* redundant selectors to help NS4 not forget */
    font-family: verdana, "Book Antiqua", palatino, serif;
    }
a	{
	text-decoration:	underline;
	color: #cccccc
	}
a:link	{
	color:	#999999;
	background-color: transparent;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px
	}
a:visited	{
	color:	#999999;
	background-color: transparent;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px
	}
a:active	{
	color:	#333333;
	background-color: transparent;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px
	}
a:hover	{
	color:	#333333;
	background-color: transparent;
	text-decoration:	underlinee;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px
	}

ol, li, dl, dt, dd {
	line-height: 1.5em;
	}


/* ################################################################## */
/* THIS IS THE STYLE FOR ALL FONTS */
/* ################################################################## */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 1.5em;
	font-color: #000000;
; color: #333333
	}
h1	{
	font-size:	13px;
	color: #333333;
; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif
	}

h2	{
	font-size:	9px;
	color: #000000;
	}

h3	{
	font-size:	9px;
	color: #990000;
	}

h4 {
	font-size:	9px;
	color: #990000;
	}

h5	{
	font-size:	14px;
	}

h6	{
	font-size:	12px;
	}


img	{
		/* turns off gaps around images */
	border:	0
	}


code, tt, pre	{
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;
	background: transparent;
	}

.fineprint {
	font: 9px arial, verdana, sans-serif;
	color: #000;
	border: 0;
	text-align: center;
	}


/* ################################################################## */
/* THIS IS THE CUSTOM NAVIGATION */
/* ################################################################## */

#navcontainer { width: 176px; }
		
		#navcontainer ul
		{
			margin-left: 0px;
			padding-left: 0;
			list-style-type: none;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		#navcontainer a
		{
			display: block;
			padding: 2px;
			width: 176px;
			height: 20px;
			align: left;
			background-color: #660000;
			border-bottom: 1px solid #aaaaaa;
		}
		
		#navcontainer a:link, #navlist a:visited
		{
			color: #ffffff;
			text-decoration: none;
		}
		
		#navcontainer a:hover
		{
			background-color: #999999;
			color: #ffffff;
		}
td  {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333}

.content {  background-image: url(images/content_flat.jpg); background-position: top; background-attachment: fixed; background-repeat: repeat-y}
