/*Liz Lord, NY, NY*/
/*Site and CSS by Cape Media, Annapolis, MD*/
body {
	background-image: url(../images/bkgdb.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 0px;
}


span {
	font-size:12px;
}

li {
	padding-bottom:10px;
}

/*Main Layout*/
#m_layout {
	/*border: thin solid #fff;*/
	position: relative;
	width: 755px;
	top: -15px;
	left: -1px;
	padding-left: 47px;
	margin-right: 34px;
	background-image: url(../images/bkgd-inside2.gif);
	background-repeat: repeat-y;
	text-align: left;
}

/*Content Layout*/
#m_inside {
	/*border: thin solid #000;*/
	border-bottom: 1px solid #CC9966;
	left: 0px;
	width: 730px;	
	padding: 10px 2px 5px 5px;
	text-align: left;
}
#m_inside h1 {
	width: 500px;
	font-weight: bold;
	font-size: 18px;
	text-align:center;
	text-decoration: none;
}
#m_inside p {
	width: 565px;
}
#m_inside ul {
	width: auto;
}
#m_inside a:hover {
	color: #FF6633;
	text-decoration: none;
}

/*Navigation Area*/
.nav_bar {
	padding: 37px 5px;
	text-align: center;
	font-weight: bold;
}
.nav_bar a:link {
	color: #000;
	text-decoration: none;
	margin: 0px 5px;
	padding: 1px 5px;
	background-color: #FFFFFF;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.nav_bar a:visited {
	color: #000;
	text-decoration: none;
	margin: 0px 5px;
	padding: 1px 5px;
	background-color: #fff;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.nav_bar a:hover {
	color: #FFF;
	text-decoration: none;
	margin: 0px 5px;
	padding: 1px 5px;
	background-color: #FF6600;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}
.nav_bar a:active {
	color: #000;
	text-decoration: none;
	margin: 0px 5px;
	padding: 1px 5px;
	background-color: #fff;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

/*Side Box*/
.sidebar {
	position:absolute;
	left:650px;
	top:275px;
	z-index:1;
	width:120px;
	height:120px;
	padding:3px;
	font-size:10px;
	background-color:#F5E9D4;
	border:1px solid #FF6633;
	/*
	float: right;
	margin-right: 10px;
	margin-top: 20px;
	width: 120px;
	border: thin solid #FF6633;
	padding: 3px 0px;
	background-color: #F5E9D4;
	font-size: 10px;
	*/
}
.sidebar p {
	width:114px;
	margin:3px 3px;
}
.sidebar h1 {
	font-size:10px;
	font-weight:bold;
	text-align:left;
}

/*content areas*/
.contentBox {
	width:600px;
	height:auto;
	overflow: hidden;
}
.contentTitle{
	text-align:center;
	font-weight:bold;
	width:98%;
	background-color:#FFCC99;
	padding:2px;
}