		#header
		{
			width: 100%;
			background: #004499;
		}

		#logo
		{
			border: 0px;
		}

		#content
		{
			width: 90%;
		}

		#mainmenu
		{
			list-style: none;
			height: 2em;
			line-height: 2em;
			background: #005599;
		}

		#mainmenu a
		{
			color: #FFFFFF;
			background: #005599;
			float: left;
			text-decoration: none;
			padding-right: 25px;
			padding-left: 25px;
		}

		#mainmenu a:active,
		#mainmenu a:focus,
		#mainmenu a:hover
		{
			background: #0022AA;			
		}

		#homebox
		{
			width: 30%;
			height: 24em;
			float: left;
			color: #0000AA;
			border: 1px solid;
			border-color: #0022AA;	
			padding-right: 25px;
		}

		#titlearea
		{
			width: 100%;
			text-align: center;
			background: #0022AA;			
		}

		#title
		{
			width: 30%;
			color: #FFFFFF;
			background: #0022AA;
			text-decoration: none;
		}

		#homeboxlist
		{
			
		}

		#homeboxlist a
		{
			color: #005599;
			text-decoration: none;
		}

		#homeboxlist a:active,
		#homeboxlist a:focus,
		#homeboxlist a:hover
		{
			color: #0022AA;
		}

		#copyrightbar
		{
			clear: both;
			text-align: center;
			color: #FFFFFF;
			background: #005599;
			padding-top: 8px;
			padding-bottom: 8px;
		}

		h1
		{
			color: #FFFFFF;
			font-size: 0.1em;
		}

		h2
		{
			font-size: 1.1em;	
		}