/*body,html
{
    margin:10 0 0;
    padding:0;    
}*/
body
{
	font-family: "Comic Sans MS", Verdana, Arial, helvetica, sans-serif;
	background-color: #FFFFE5;
	font-size: small;
	/*min-width: 756px;*/
}
A,A:link,A:active,A:visited 
{
	color:#0000FF;
}
div.container
{
	width:756px;
	margin:0 auto;
	text-align:left;
	padding: 0px;
	border: none;	
}
div.header
{
	margin:0px;
	padding: 0px;
	border: none;
}
div.footer
{
	background-color:#FBD838;
	text-align:center;
	font-size:0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/silverGradient.png);
	height: 20px;
	vertical-align: middle;
	margin: 0px;
	padding: 4px 0px 0px;
	width: 756px;
	clear: both;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: inset;
	border-left-style: inset;
	border-right-color: #666666;
	border-left-color: #666666;
}
div.left
{
	float:left;
	width:200px;
	margin:0px;
	padding:0px;		
}
.left A,.left A:link,.left A:active,.left A:visited 
{
	color:#000000;
	text-decoration: none;
}
div.content
{
	float:right;
	margin:0px;
	padding:5px;
	background-color:#FFFFE5;
	text-align:left;
	width: 535px;
}
div.titleBar
{
	background-image: url(../images/gradient.png);
	font-weight: bold;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	font-size: small;
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 753px;
	clear: both;
}
div.menuItem
{
	background-image: url(../images/candyStripeGradient.png);
	font-weight: bold;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	padding: 3px 0px 0px 5px;
	font-size: small;
	border: 3px outset #FFCCFF;
	/*cursor: hand;*/
}
a.divlink, a.divlink:link
{
	display:block;
	width:100%; /*width needs to be specified to work in IE*/
	height:100%; /*height needs to be specified to work in IE*/
	/*Other browsers expand the link to full width and height.*/
	/* line-height:0;
	font-size:0; */
	text-decoration: none;
}
div.map
{
	text-align: center;
	width: 520px;
	height: 400px;
}
div.instructions
{
	font-size: medium;
}
div.nodec
{
	float: right;
}
.nodec A, .nodec A:link, .nodec A:active, .nodec A:visited 
{
	text-decoration:none;
}
div.leftBullets
{
	float:left;
	width:260px;
	margin:0px;
	padding:5px;		
}
div.rightFlash
{
	float:left;
	margin:0px;
	padding:5px;
	text-align:left;
	font-size:x-small;
	width: 260px;	
}

div.gallery
{
	margin:5px;
	padding:30px;
	text-align:center;
	width: 460px;
	background-color: #333333;
}

ul 
{
list-style-image: url('../images/arroworange.gif')
}
