body
	{
	background-color: #EAEAEC;
	margin-top:0px;
	margin-top:0px;
	color:#000055;
	cursor: default;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	} 
div.bod
	{
	width:1100px;
	margin-top:0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:-10px;
	background-image:url(Images/background.png);

	}

div.outer
	{
	margin-top:0;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-image:url(outerback.png);
	background-repeat:repeat-y;
	}
div.inner
	{
	width: 800px;
	background-color:white;
	min-height:900px;
	margin-bottom:-16px;
	}
div.text
	{
	}
div.header
	{
	background-color:#9785AF;
	text-align:left;
	font-size:9px;
	height:100px;
	}
div.footer
	{
	margin-top:0px;
	background-color:#9785AF;
	text-align:center;
	font-size:9px;
	height:15px;

	}

a:link 
	{
	color: #000033;
	text-decoration:none;
	}
a:visited
	{
	color:#000033;
	text-decoration:none;
	}
a:hover
	{
	color:#CCCCCC;
	text-decoration:none;
	}

#textright
	{
	float:right;
	}
#textleft
	{
	float:left;
	padding: 4px;
	margin-top:120px;
	}	
