body {
	background-color: #999;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin-top: 12px;
}

img {border:0px;}

table td { font-size: 1em; }

p {
  padding-bottom: 0.5em;
}

li {margin-left: 24px;}

a { text-decoration: none; color: #0066CC}
a:hover {
	text-decoration: none;
	color: #996600;
}

a:visited {
	text-decoration: none;
	color: #800080;
}

.clear { clear: both; height: 1px; }


#container {
  width: 760px;
  margin: 0 auto 0 auto;
  background: white url(../stylesheets/bg.jpg) top left repeat-y;
  color: black; 
  border: 2px solid #033C21;
}

#pageHeader, #pageMenu, #pageContent, #pageFooter {
	clear: both;
	margin: 0;
	padding: 0;
}


#pageHeader { height: 135px; background: url(../stylesheets/bg_header.jpg) top left no-repeat; }

#logo { padding-top: 20px;}

#pageMenu {
	font-size: 0.8em;
	padding-left: 6px;
	background-image: url(bg.jpg);
}
#pageMenu a { display: block; height: 32px; line-height: 32px; width: 148px; text-align: center; background: black url(../stylesheets/bg_menu.gif) top left repeat-x; font-weight: bold; }
#pageMenu ul li ul li a { display: block; width: 148px; height: 25px; line-height: 25px; text-align: center; background: black url(../stylesheets/bg_menu.gif) top left repeat-x; font-weight: bold; }

#pageMenu ul, #pageMenu li { margin: 0; padding: 0; list-style: none; }
#pageMenu ul {  }
#pageMenu ul li { float: left; position: relative; margin-right: 2px;}
#pageMenu ul li.lastitem a {
 margin-right: 0;
}
/* sub menu items */
#pageMenu ul li ul { position: absolute; display: none; text-align: left; background: black url(../stylesheets/bg_menu.gif) top left repeat-x; left: 0; top: 32px; width: 148px; filter:alpha(opacity=85); opacity: 0.85; -moz-opacity:0.85; }
#pageMenu ul li ul li { filter:alpha(opacity=100); opacity: 1.0; -moz-opacity:1.0; }
#pageMenu li > #pageMenu ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */ top: auto; left: auto; }
#pageMenu ul li:hover ul, #pageMenu .sfhover ul { display: block;  }

#pageMenu a { color: white;  }
#pageMenu a:hover { color: white; text-decoration: none; background: black url(../stylesheets/bg_menu_over.gif) top left repeat-x }



/* page content styles */

#pageContent {
	color: black;
	font-size: 0.85em;
}

#pageContentLeft { float: left; width: 305px; padding: 36px 0px 12px 18px; overflow: hidden; }
* html #pageContentLeft { width: 287px; }
#pageContentLeft object {
  background: url(../flash/noflash.jpg) top left no-repeat;
}

#pageContentFull { margin-left: 320px; padding: 28px 24px 61px 12px; 
  background: url(dylancut.gif) no-repeat right bottom; }
* html #pageContentFull {
  margin-left: 305px;
}




.shifttext {
   height: 16px; clear: right;
}

/* footer styles */

#pageFooter { background-color: #033C21; font-size: 0.7em; text-align: center; color: #ddd; line-height: 2.4em;}
#pageFooter a { color: #ccc; }
#pageFooter a:hover { color: white; }#pageContentLeftsub {
	float: left;
	width: 200px;
	padding-top: 36px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 18px;
}
#containersub {
	position: absolute;
	width: 500px;
	left: 50%;
	margin-left: -512px;  /* must be half the width */
	background: pink url(../stylesheets/bg.jpg) top left repeat-y;
	color: black;
	border: 2px solid #033C21;
}
#pageContentFullsub {
	margin-left: 20px;
	background: url(dylancut.gif) no-repeat right bottom;
	padding-top: 5px;
	padding-right: 24px;
	padding-bottom: 61px;
	padding-left: 12px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #056B3C;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #3F3026;
}
