body {
	margin: 0px;
	background-color: #263623;
}

p {
	margin: 0px;
}

/* editor styles follow */

.titles {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #603913;
}

.gSubHeadings {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #05362b;
}

.rSubHeadings {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #603913;
}

/* end editor styles */

	#master {
		width: 800px;
		margin: 0px auto 0px auto;
		background-image: url(img/container_bg.jpg);
		background-repeat: repeat-y;
		background-position: top left;
	}
		#flashPortfolio
		{
			width: 800px;
			height: 212px;
		}

	#container {
		min-height: 400px;
	}

		#leftNav {
			position: relative;
			float: left;
			width: 227px;
			padding-top: 4px;
		}

		.padds {
			width: 220px;
			height: 22px;
		}


			a.nav, a.nav:link, a.nav:visited {
				display: block;
	                        width: 202px;
	                        height: 19px;
	                        padding-top: 2px;
	                	text-decoration: none;
				font-family: Arial, sans-serif;
	                        font-size: 13px;
	                        font-weight: bold;
	                        color: white;
				background-image: url(img/masterNav.jpg);
				background-position: 0px 42px;
			}

			a.nav:hover, a.nav:active {
				display: block;
	                        width: 202px;
	                        height: 19px;
	                        padding-top: 2px;
	                	text-decoration: none;
				font-family: Arial, sans-serif;
	                        font-size: 13px;
	                        font-weight: bold;
	                        color: white;
				background-image: url(img/masterNav.jpg);
				background-position: 0px 21px;

			}

			a.navT, a.navT:link, a.navT:visited {
				display: block;
	                        width: 202px;
	                        height: 19px;
	                        padding-top: 2px;
	                	text-decoration: none;
				font-family: Arial, sans-serif;
	                        font-size: 13px;
	                        font-weight: bold;
	                        color: white;
				background-image: url(img/masterNav.jpg);
				background-position: 0px 0px;
			}

			a.navT:hover, a.navT:active {
				display: block;
	                        width: 202px;
	                        height: 19px;
	                        padding-top: 2px;
	                	text-decoration: none;
				font-family: Arial, sans-serif;
	                        font-size: 13px;
	                        font-weight: bold;
	                        color: white;
				background-image: url(img/masterNav.jpg);
				background-position: 0px 63px;
			}


		#NAV_MENU {
			float: right;
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 9;

		}

	        #NAV_MENU .menuDiv {
         		position: absolute;
			visibility: hidden;
			z-index: 10;
			width: 202px;

			color: #ffffff;
			text-align: center;
		}

		#NAV_MENU .menuDiv div {
			background-image: url(img/subNav_bg.jpg);
			background-repeat: no-repeat;
			width: 202px;
			height: 21px;
			padding-top: 2px;
			margin: 0px auto 0px auto;
		}

		#NAV_MENU .menuDiv div  a {
			font-family: Arial, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
		}

		#NAV_MENU .menuDiv a:link, #NAV_MENU .menuDiv a:visited {
			float: none;
		}

		#NAV_MENU .menuDiv a:active, #NAV_MENU .menuDiv a:hover {
			float: none;
			font-family: Arial, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
		}


		#navigate a, #navigate img {
			display: block;
			margin: 0;
			padding: 0;
		}

	        #abstract {
	        	font-family: Arial, sans-serif;
	        	font-size: 11px;
	        	color: black;
	        	text-align: center;
	        }

		#content {
			float: left;
			width: 563px;
	         }

	         	#contentPadd {
				padding: 4px 6px 4px 6px;
	                        font-family: Arial, sans-serif;
	                        font-size: 11px;
        	                	color: #05362b;
        	                	text-align: left;
                		}

				#contentPadd a {
					color: #3e5e3b;
					text-decoration: none;
				}

				#contentPadd a:hover {
					color: #3e5e3b;
					text-decoration: underline;
				}

	         #clearMe {
	         	clear: both;
	         }

	#footer {
		margin: 8px 0px 8px 0px;
	}
