body {
	background-image: url('images/bgdot.jpg');
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin:0px;
	padding:2px;
}

a {
	text-decoration:none;
}

#master {
	width: 860px;
	margin: 0 auto 0;
}

#middle {
	background-image: url(images/bg-mid.jpg);
	background-repeat: repeat-y;
}

#top {
	background-image: url(images/bg-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#bottom {
	background-image: url(images/bg-bottom.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#nav-home {
	width: 200px;
	margin-top: 1px;
	float: left;
}

#nav-content {
	float: left;
	width: 200px;
}

.letterpadd {
	padding: 0px 0px 0px 0px;
}

#nav-home-padd {
	padding: 28px 0px 0px 28px;
	background-image:url('images/spacer.gif');
	background-repeat: no-repeat;
	background-position:90px 50px;
}

#nav-content-padd {
	padding: 28px 0px 0px 28px;
}

.nav-menu {
	display:none; 
	padding-left:30px;
}


	.nav-menu a {
		display: block;
		text-decoration: none;
		color: red;
		font-size: 12px;
	}

	.nav-menu a:hover {
		display: block;
		text-decoration: none;
		color: #c6c5c9;
		font-size: 12px;
	}


#main {
	margin: 1px 0 0 660px;
}

#dtContent {
	float: left;
	min-height: 500px;
	width: 640px;
	overflow: auto;
}

	#dtContent-padd {
		padding: 20px;
	}

#clear-me {
	clear: both;
}

#homeFlash {
	width: 600px;
	height: 480px;
	float: right;
}

#homeFlashNav {
	width: 200px;
	height: 480px;
	float: left;
}

/* dCMS Styles */

.red {
	color:red;
}

.title {
	font-size:14px;
}