body
{
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/bg.png) center repeat-y;
	
}
#address 
{
	color:#006699;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	background:#FFFFFF;
}
#directions
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	color:#006699;
}
#directions a:link, #directions a:visited
{
	color:#006699;

}
#topBar
{
  text-align:right;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  height:20px;
  color:#006699;
  border-bottom:1px solid #006699;
}
#topBar span
{
	float:left;
	padding-left:20px;
}
#topBar a:link, #topBar a:visited
{
  text-decoration:none;
  margin:2px;
  color:#006699;
  border-right:1px dotted #006699;
}
#topBar a:hover, #topBar a:active
{
  border-bottom:1px dotted #FF9900;
}
#body #breadCrumbs a:link,#body #breadCrumbs a:visited
{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  text-decoration:none;
  margin:3px;
  color:#003366;
	
}

#body #breadCrumbs a:hover, #body #breadCrumbs a:active
{
  color:#006699;
  text-decoration:underline;
}
#bodyCapsule
{
  font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
  margin-top:5px;
  margin-bottom:5px;
	border-bottom:1px solid #003366;
	color:#003366;
	padding-left:20px;
	text-align:left;
}
#body
{
  font-family:Arial, Helvetica, sans-serif;
  padding-top:3px;
	text-indent:5px;
	height:500px;
}

#body p
{
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}
#delete
{
	color:#003366;
	text-decoration:none;
}
#edit
{
	color:#003366;
	text-decoration:none;
}
#edit:hover
{
	color:#0099FF;
}
#mainTable
{
	text-align:left;
	width:872px;
	position:relative;
	top:-10px;
}
#leftSide
{
	color:#666666;
}
#leftSide
{
	width:20%;
	border-right:1px solid #999999;
	padding:1em;
}

#menu
{
	text-align:left;
	background:url(images/linksBG.png) #006699 repeat-x;
	height:30px;
	border:1px solid #666666;
	padding-top:5px;
}
#menu a:link, #menu a:visited
{
	display:table-cell;
	width:92px;
	height:22px;
	text-align:center;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
}
#menu a:hover, #menu a:active
{
	background:url(images/linksBG3.png) no-repeat center;
  width:92px;
}

#imageBox
{
	background:url(images/glassysitegallerylayoutLIGHT.gif) no-repeat;
	padding:10px;
	padding-left:15px;
	padding-top:13px;
	width:177px;
	height:177px;
	float:left;
	margin:2px;
}
#credits
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}
#credits span
{
	
}
#messages
{
	font-size:13px;
}
#messages span
{
	font-weight:900;
}
#messageBoard
{
	border:1px solid #CCCCCC;
	background:#4f5e6e;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-indent:10px;
	height:320px;
}
#messageBoard a:link,#messageBoard a:visited
{
	border:1px solid #CCC;
	color:#FFFFFF;
	padding:3px;
	text-decoration:none;
	font-size:10px;
}
#messageBoard a:hover, #messageBoard a:active
{
	text-decoration:underline;
}
/*
#creditLinks a:link, #creditLinks a:visited
{
	color:#006699;
	margin-right:6px;
	padding-right:10px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	border-right:1px solid #006699;
}
#creditLinks a:hover, #creditLinks a:active
{
	text-decoration:underline;
}
*/

/********************************/
/*		DROPDOWN MENU 						*/
/********************************/
#dropmenudiv
{
position:absolute;
border:1px solid #CCC;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;

}

#dropmenudiv a
{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CCCCCC;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#003366;
}

#dropmenudiv a:hover
{ 
background:url(images/dropMenuHover.png) no-repeat center;
color:#FFF;
}

