	body {
		margin: 0;
		padding: 0;
		font-size: 95%; /*optional*/
		font-family: "Trebuchet MS", Tahoma;
		background-color: #fff;
		text-decoration: none;
	}

		#container {
			width: 800px;
			\width: 820px;
			w\idth: 790px;
			border: 1px solid gray;
			margin: 5px;
			margin-left: auto;
			margin-right: auto;
			padding: 5px;
			/*background-image: url(images/left_gradient.JPG);
			background-repeat: repeat-y;*/
		}

		#banner {
			padding: 2px;
			margin-bottom: 0px;
			background-color: #67C3F7;
			height: 100px;
		}
		 div#banner h1
	{
			margin: 0;
			padding: .3em 0 .3em .5em;
			font-size: 2.2em;
			font-weight: normal;
			margin-top: 5%
	}

		#content {
			padding: 0px;
			margin-left: 180px;
			background-color: #ffffff;
			width: -10%;
		}
		 div#content h2
	{
		font-size: 20px;
		color: #000000;
		margin: 0;
		font-weight: normal;
	}

	#sidebar-a {
	float: left;
	width: 175px;
	\width: 185px;
	w\idth: 175px;
	margin: 0;
	margin-right: 0px;
	padding: 0px;
	background-color: #67C3F7;
	height: 650px;
	font-size: 95%;
	
		}
	#sidebar-a ul li {
	width: 175px;
	margin-top: 0px;
	margin-left: -40px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	display: block;
	line-height: 36px;
	border-bottom: 1px solid gray;
	}

 	#sidebar-a ul li a  {
	color: #000000;
	text-decoration: none;
	/*background-image: url(images/active.gif);
	background-repeat: repeat-y;*/
	width: 100%;
	list-style-image: none;
	list-style-type: none;
	display: block;
	
}
	#sidebar-a ul li a:visited {
	color: #000000;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	display: block;
	
}
 	#sidebar-a ul li a:hover
{
	/*color: #6F6A6A;*/
	text-decoration: none;
	background-image: url(images/hover.gif);
	background-repeat: repeat-y;
	font-color: #ffffff;
	list-style-image: none;
	list-style-type: none;
	display: block;
}

		#footer {
			clear: both;
			padding: 0px;
			margin-top: 0px;
			background-color: #ffffff;
			text-decoration: none;
			font-size: 85%;
		}
.links:link{
	/*font-family: "Trebuchet MS", Tahoma;*/
	font-size: 14px;
	font-style: normal;
	color: #000000;
}
.links:visited {
	/*font-family: "Trebuchet MS", Tahoma;*/
	font-size: 14px;
	font-style: normal;
	color: #792223;
	font-variant: normal;
	}
.links:hover {
	/*font-family: "Trebuchet MS", Tahoma;*/
	font-size: 14px;
	font-style: normal;
	color: #cccccc;
	font-variant: normal;
	background-color: #ffffff;
}
.links:active {
	/*font-family: "Trebuchet MS", Tahoma;*/
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-variant: normal;
	background-color: #FFFFFF;
}

/* Setup: Repeated code per rollover */

#info {
	background-image: url(r.gif);    /* rollover state */
	width: 100px;                    /* image width */
	height: 100px;                   /* image height */
}

#swap01 {
	background-image: url(images/grru1.JPG);    /* rollover state */
	width: 100px;                    /* image width */
	height: 100px;                   /* image height */
}
#swap02 {
	background-image: url(images/grru2.JPG);    /* rollover state */
	width: 100px;                    /* image width */
	height: 100px;                   /* image height */
}
#swap03 {
	background-image: url(images/grru3.JPG);    /* rollover state */
	width: 100px;                    /* image width */
	height: 100px;                   /* image height */
}
#swap04 {
	background-image: url(images/grru4.JPG);    /* rollover state */
	width: 100px;                    /* image width */
	height: 100px;                   /* image height */
}


/* Application: Common Code */

.rollover { display: block; } /* Allow setting widths and heights */
.rollover img { width: 100%; height: 100%; border: 0; } /* only set width and height once */
.rollover:hover { visibility: visible; /* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; } /* 'rolls over' the image */

/* optional */
#images {
	position: absolute;
	top: 24%;
	left: 79%;
	margin-top: -125px;
	margin-left: -320px;
	width: 100%;
	height: 100%;
}
#images a { float: left; }
}

