*
	{
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	}
	
body {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #656258;
	text-align: center;
}

td
	{vertical-align: top}
	
h1
	{
	color: #D70F0F;
	font-size: 16px;
	font-weight: bold;
	}

h2
	{
	color: #D70F0F;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	}
	
h3
	{
	color: #939189;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px dotted #939189;
	background-image: none;
	}

p	{
	color: #4C4940;
	font-size: small;
	margin-bottom: 10px;
	}

ul
	{
	list-style-type: none;
	list-style-image: url('/images/smallarrow.png');
	margin: 5px 0px 5px 30px;
	}

li	
	{
	margin-bottom: 4px;
	}

a:link
	{
	color: #D70F0F;
	text-decoration: underline;
	}
	
a:visited, a:hover
	{
	color: #F76F2C;
	text-decoration: underline;
	}
	
#wrapper
	{
	text-align: left;
	width: 769px;	
	background-image: url("/images/headerBGstrip.gif");
	background-repeat: repeat-y;	
	}
	
#header
	{
	height: 99px;
	width: 769px;
	background-image: url("/images/headerBGstrip.gif");
	background-repeat: repeat-y;
	}

#header UL
	{
	list-style-type: none;
	margin: 0px;
	padding: 38px 35px 0px 0px;
	text-align: right;
	}
	
#header LI
	{
	font-size: 12px;
	display: inline;
	color: #B8B8B7;
	}
	
#header a
	{
	font-weight: bold;
	color: #D40000;
	margin-left: 20px;
	text-decoration: none;
	}
	
#header a:hover
	{
	color: #F76F2C;
	}

	
#sidebar
	{
	width: 220px;
	height: auto;	
	font-size: 10px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	float: left;
	}
	
#sidebar P
	{
	margin: 6px 0px 0px 10px;
	font-size: 10px;
	}
	
#sidebar UL
	{
	list-style-type: none;
	margin: 10px 0px 10px 30px;
	text-align: left;
	}

#sidebar li
	{
	list-style-image: url('/images/paper.gif');
	padding: 0px 15px 5px 0px;
	margin: 0px auto 0px 5px;
	}

#sidebar LI P
	{
	margin: 4px 0px 0px 0px;
	}
	

#sidebar P.right
	{
	text-align: right;
	}
	
