		body {
			padding: 0px;
			margin: 0px;
			background-image: url('../images/background.gif');
			background-repeat: repeat-x;
			background-color: #E6E6E6;
			font-family: helvetica, arial, sans-serif;
		}

		#container {
			width: 760px;
			margin-left: auto;
			margin-right: auto;
			background-color: #FFFFFF;
			border-left-width: 1px;
			border-left-style: solid;
			border-left-color: #333333;
			border-right-width: 1px;
			border-right-style: solid;
			border-right-color: #333333;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #333333;
		}

		#homeTop {
			width: 760px;
			height: 350px;
			background-color: #390E91;
		}

		#homeNews {
			width: 568px;
			height: 43px;
			font-size: 12px;
			background-image: url('../images/news.gif');
			padding-top: 27px;
			padding-left: 192px;
			overflow: hidden;
		}

		#homeNav {
			width: 725px;
			height: 165px;
			padding-left: 35px;
			line-height: 16px;
			font-size: 12px;
		}
		
		.homeNavCol { 
			float: left; 
			width: 157px;
		}

		#header {
			width: 760px;
			height: 144px;
			background-color: #390E91;
		}

		#content {
			width: 570px;
			float: right;
			padding: 16px;
			line-height: 22px;
			font-size: 14px;
		}

		#sidebar {
			width: 153px;
			float: left;
			margin-right: 4px;
			background-color: #FFFFFF;
			border-right: 1px;
			border-right-style: solid;
			border-right-color: #CCCCCC;
			line-height: 16px;
			font-size: 12px;
		}

		#footer {
			clear: both;
		}
		
		a {
			color: #0066CC;
			text-decoration: none;
			border-bottom: #666666;
			border-width: 0px 0px 1px 0px;
			border-style: none none dotted none;
    		}	

		a:hover {
			color: #009E03;			
			background-color: #B2E2B3;
		}

		a.image {
			border: none;
		}

		img {
			border: none;
		}

		h1 {			
			color: #009E03;			
			font-style: normal;			
			font-weight: normal;			
			margin-top: 10px;
			margin-bottom: 22px;
		}

		h2,h3 {			
			color: #FF8000;	
			margin-bottom: -14px;
		}

		ul.homeNav { 
			width: 153px;
			margin: 0px;
			padding: 0px;
		}

		ul.homeNav li {
			padding-left: 0px;
			padding-bottom: 3px;
			padding-right: 3px;
			padding-top: 0px;
			list-style: none;
			text-align: left;
			margin: 0px;
		}		

		ul.homeNav li.group {
			color: #999999;
			font-weight: bold;
			margin-top: 8px;
		}

		ul.homeNav li a {
			text-decoration: none;
			color: #0066CC;
			border-bottom: 0px;
			border-width: 0px;
		}		

		ul.homeNav li a:hover {
			font-weight: bold;
			color: #009E03;
			background-color: #FFFFFF;
		}	

		
		ul#navigation { 
			width: 153px;
			margin: 0px;
			padding: 0px;
		}

		ul#navigation li {
			padding-left: 14px;
			padding-bottom: 3px;
			padding-right: 3px;
			padding-top: 3px;
			border-top: 1px;
			border-top-color: #CCCCCC;
			border-top-style: dotted;
			list-style: none;
			text-align: left;
			margin: 0px;
		}		

		ul#navigation li#top {
			color: #999999;
			font-weight: bold;
			border-top: 0;
			margin-top: 3px;
		}		

		ul#navigation li.group {
			color: #999999;
			font-weight: bold;
			border-top: 1px;
			border-top-color: #CCCCCC;
			border-top-style: solid;
			margin-top: 12px;
		}

		ul#navigation li.urhere {
			font-weight: bold;
			color: #009E03;
			background-color: #B2E2B3;
		}
		
		ul#navigation li#bottom {
			margin-top: -12px;
			border-top: 0px;
			border-bottom: 1px;
			border-bottom-color: #CCCCCC;
			border-bottom-style: solid;
		}		

		ul#navigation li a {
			text-decoration: none;
			color: #0066CC;
			border-bottom: 0px;
			border-width: 0px;
		}		

		ul#navigation li a:hover {
			font-weight: bold;
			color: #009E03;
			background-color: #FFFFFF;
		}	
		
		p#copyright {
			font-size: 11px;
			color: #666666;
		}	
	
