BODY
{
    background: white url('../images/Watermark.gif') no-repeat fixed right center;
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica, Sans-serif;
    FONT-SIZE: small
}
.outline
{
	BORDER: thin ridge;
	PADDING: 1em 1em 1em 1em
}
.underline
{
	text-decoration: underline
}
.indented
{
	padding-left: 3em
}
.centered
{
	text-align: center
}
.page-heading
{
	font-size: large;
	color: white;
	text-align: center;
	letter-spacing: 0.2em
}
.title
{
	font-size: large;
	text-align: center
}
DIV
{
	margin-bottom: 1em
}
SUP { font-size: smaller }
SUB { font-size: smaller }
A:link
{
    COLOR: #660066
}
A:active
{
    COLOR: #009999
}
H1
{
    COLOR: #660066;
    FONT-SIZE: large;
    FONT-WEIGHT: bold;
    text-transformation: uppercase;
    margin-bottom: 1em
}
H2
{
    COLOR: #660066;
    FONT-SIZE: medium;
    FONT-WEIGHT: bold;
    margin-bottom: 1em
}
P
{
    COLOR: black;
    margin-top: 0em;
    margin-bottom: 1em
}
H3
{
    COLOR: black;
    FONT-SIZE: small;
    FONT-WEIGHT: bold;
    margin-bottom: 1em
}
H4
{
	color: black;
	font-size: small;
	font-weight: bold;
	margin-bottom: 0em
}
H5
{
	font-weight: normal;
	font-style: italic;
	margin-bottom: 0em
}
H6
{
	font-size: x-small;
	font-weight: bold;
	margin-bottom: 1em
}
UL
{
	LIST-STYLE-IMAGE: url('../images/bullet/circle.gif')
}
UL LI
{  
	margin-bottom: 0.2em
}
UL OL
{
	list-style-image: none;
	list-style-type: decimal;
	margin-bottom: 0em
}
OL LI
{
	margin-bottom: 0.5em
}
TH
{
	color: white;
	background-color: #660066;
	font-weight: bold;
	vertical-align: top
}
TD
{
    COLOR: black;
    vertical-align: top
}
TD UL
{
	LIST-STYLE-IMAGE: url('../images/bullet/circle.gif')
}

#leftnav
{
		position:absolute;
		left:10px;
		width:195px; 
}		 
#content
{
		margin: 0px 0px 50px 225px;
		padding: 10px;
}
