	body {
		background: #FFFFFF;
		margin:0;
		padding:0;
		font-family:tahoma,verdana,sans-serif;
		font-size: 12px;
	}

	#wrapper {
		margin: 0 auto;
		width: 760px;
	}

	#container {
		margin: 10px 10px 0px 0px;
		width: 760px;
	}



/* header
----------------------------------------------- */
	#header {

	}

	#nav-bar {
		background-image: url(../../images/header/background.gif);

		width: 744px;

		height: 36px;

		margin: 0;
		padding: 0 8px;
		float: left;

	}

	#nav-bar li {
		display: inline;
	}

	#nav-bar li a {
		float: left;
		background: transparent;
		display: block;
		width: 148px;
		height: 25px;
		text-align: center;
		vertical-align: bottom;
		padding-top: 11px;

		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		color: #002C4F;
	}

	#nav-bar li a:hover {
		color: #FFFFFF;
		background-image: url(../../images/header/mouseover.gif);
	}



	#nav-sub {
		clear: left;

		background: url(../../images/sub_header_background.gif);

		height: 25px;
	}


	#nav-sub .middle {
		padding: 0px 11px 0px 11px;

		height: 25px;

		text-align: center;
		vertical-align: text-bottom;
	}

	#nav-sub .middle a, #header #nav-sub .middle a:visited {
		font-family: Arial;
		font-size: 12px;
		color: #4E76A4;
	}

	#nav-sub .middle a:hover, #header #nav-sub .middle a:visited:hover {
		color: #5CA6E5;
	}

	#nav-sub .left {
		float: left;

		background: url(../../images/sub_header_left.gif);

		width: 11px;
		height: 25px;
	}

	#nav-sub .right {
		float: right;

		background: url(../../images/sub_header_right.gif);

		width: 11px;
		height: 25px;
	}


/* Content Area
----------------------------------------------- */

	#ContentArea {
		float: left;
		width: 100%;

		padding: 10px;

		min-height: 300px;

	}

	#ContentMain {
		margin: 0px 0px 0px 148px;

		width: 582px;

		min-height: 300px;
		height: 100%;
	}

	#Nav-SideBar {
		float: left;
		width: 148px; /*Width of left column in pixel*/
		/*margin-left: -760px; Set margin to that of -(MainContainerWidth)*/

		background: #F5F5F5;

		min-height: 310px;
		height: 100%;
	}



	/* Light Blue: 5CA6E5; Dark Blue: 4E76A4; */

	#Nav-SideBar h3 {
		margin: 2px 0px;
		padding: 4px;
		background: #4E76A4;
		text-align: center;


		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		color: #FFFFFF;
	}

	#Nav-SideBar div {
	}

	#Nav-SideBar div a {
		padding: 1px 0px 1px 5px;
		display: block;

		font-family: Arial;
		font-size: 11px;
		color: #1C4C72;
		text-decoration: none;
	}

	#Nav-SideBar div a:hover {
		color: #5CA6E5;
	}

/* Footer
----------------------------------------------- */

	#footer {
		clear: left;
	}
	#footer div.links {
		width: 100%;
		height: 20px;

		background: #4E76A4;

		text-align: center;

		font-family: Arial;
		font-size: 12px;
		color: #ffffff;
		text-decoration: none;

	}

	#footer div.links a {
		font-family: Arial;
		font-size: 12px;
		color: #ffffff;
	}
	#footer div.copyright {
		width: 100%;
		height: 20px;

		text-align: center;

		font-family: Arial;
		font-size: 12px;
		color: #000000;
		text-decoration: none;

	}

	#footer div.copyright a {
		font-family: Arial;
		font-size: 12px;
		color: #4E76A4;
	}
	#footer div.ProductLogos {
		text-align: center;
	}
