body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	text-align: center;
	background-image: url(tiles_r1_c1.jpg);
	background-repeat: repeat-x;
}
#outerframe {
	position:relative;
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	text-align: justify;
	background-image: url(tiles_r3_c2.jpg);
	background-repeat: repeat-y;
}

#logo {
}


#navigation {
	width:780px;
	position: absolute;
	top: 176px;
}
#skiptonavigation {
	display:none;
}
#printheader {
	display:none;
}



#content {

	padding: 0px;

	margin-bottom: 0px;
	margin-left: 0px;
	text-align: justify;
}
#homeleft {
	float: left;
	margin-top: 60px;
	padding-left: 48px;
	width: 385px;
}
#homeright {
	float: left;
	margin-top: 60px;
	margin-left: 52px;
	width: 240px;
}
#homebottom {
	clear:left;
	margin-top: 20px;
	padding-left: 48px;
	width:677px;
}
#contentright {
	float: right;
	margin-top: 60px;
	padding-right: 54px;
	margin-left: 42px;
	width: 445px;
}
#leftmenu {
	float: right;
	margin-top: 60px;
	width: 190px;
}

#footer {
	height: 25px;
	clear: both;
	padding-top: 15px;
}
#subfooter {
	margin: 5px 0px 0px;
	padding: 0px;
}

#printfooter {
	display:none;
}
p {
	margin-top: 7px;
	margin-bottom: 7px;

}
.pp1 {
	font-size: 1.1em;
}




h1 {
	font-size: 1.2em;
	color: #D68100;
	margin-bottom: 10px;
}

h2 {
	color: #664A8D;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}



A:link      {
	COLOR: #467B5F;
	text-decoration: underline;
}


A:visited   {
	COLOR: #467B5F;
	text-decoration: underline;
}
A:hover     {
	COLOR: #D68100;
	text-decoration: underline;
}


.tableback {
	background-color: #664A8D;
}
.tdwhite {
	background-color: #FFFFFF;
}
.tddark {
	background-color: #B3ABD4;
}
.tdlight {
	background-color: #EEECF4;
}
.octalink {
	font-size: 0.9em;
	color: #999999;
	margin-top: 15px;
}
.octalink A:link      {
	COLOR: #999999;
	text-decoration: none;
}
.octalink A:visited   {
	COLOR: #999999;
	text-decoration: none;
}
.octalink A:hover     {
	COLOR: #D68100;
	text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px;	
}
ul, ul ul
{
margin-left: 0;
padding-left: 0;
list-style: none;
}
ul li {
	padding-left: 10px;
	background-image: url(../global/bullets_f01.gif);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
}

ul ul li
{
padding-left: 10px;
background-image: url(../global/bullets_f02.gif);
background-repeat: no-repeat;
background-position: 0 .7em;
}