body {
		background-image: url(images/bg5x5.gif);
		background-color: #000000;
		background-repeat: repeat;
		color: #408BAB;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		}
	h4 {
	font-size:16px;
	}
	A {
	font-size: 12px;
	}
	A:link {
	color: #00A5F4;
	text-decoration: none;
	font-weight:bold;
	}
	A:visited {
	color: #408BAB;
	font-weight:bold;
	text-decoration: none;
	}
	A:active {
	}
	A:hover {
	}
	.preload {
	display: none;
	}

	#container {
	height: 630px;
	width: 780px;
	margin: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #8f8f8f;
	background-color: #000000;
		}
	#toplogo {
		height: 150px;
		width: 780px;
		border-style: solid;
		border-width: 0px;
		border-color: #8f8f8f;
		}
	#navbar {
	height: 27px;
	width: 720px;
	border-style: solid;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-width: 1px;
	border-color: #8f8f8f;
	padding-left: 60px;
		}
	#navbar img {
	border: none;
	}
	#navbar A {
	font-weight: normal;
	}
	
	.bigpane {
	height: auto;
	width: 730px;
	}
	
	.bigpane A img {
	border: 0px;
	}

	.bigpane A:hover img {
	font-weight:bold;
	text-decoration: none;
	border-color: #00A5F4;
	border-width: 1px;
	}
	.leftpane {
		height: 422px;
		width: 360px;
		float: left;
		border-style: solid;
		border-width: 0px;
		border-color: #8f8f8f;

	}
	.rightpane {
		height: 422px;
		width: 360px;
		float: right;
		border-style: solid;
		border-width: 0px;
		border-color: #8f8f8f;

	}
	.menudiv {
	width: 78px;
	}

	.menudiv-red:hover {
	background-color: #6F0000;
	}

	.menudiv-orange:hover {
		background-color: #6A4800;
	}
	.menudiv-yellow:hover {
			background-color: #666600;
	}
	.menudiv-green:hover {
			background-color: #004000;
	}
	.menudiv-blue:hover {
				background-color: #00006F;
	}
	.menudiv-purple:hover {
				background-color: #3A006F;
	}
	#main{
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;

	}
	#footer {
	width: 780px;
	height: 14px;
	border-style: solid;
	border-width: 1px;
	border-color: #8f8f8f;
	margin:auto;
	background-color: #000000;
	}
	
/* CSS Drop Down Menu Stuff. */
	#navbar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		float:left;
    }
    #navbar li {
		margin: 0;
		padding: 0;
		float: left;
		text-align: center;
		margin: auto;
    }

	#navbar li {position: relative;}

	#navbar ul ul {
		position: absolute;
		z-index: 500;
		margin-top:-2px;
		padding: 10px 10px 10px 10px;
		border: solid #8f8f8f 1px;
		background-color:#000000;
		line-height: 20px;
		text-align: left;
		width: 78px;
	}

	#navbar ul ul ul {
		top: 0;
		left: 100%;
	}
	div#navbar ul ul,
	div#navbar ul li:hover ul ul,
	div#navbar ul ul li:hover ul ul
	{display: none;}

	div#navbar ul li:hover ul,
	div#navbar ul ul li:hover ul,
	div#navbar ul ul ul li:hover ul
	{display: block;}
/* End of CSS Drop Down Menu Stuff */
