body {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	text-align:center;
	background:#CCCCCC;
}

html,body {
  font-family: verdana,arial,helvetica;
  font-size: 11pt;
  font-weight: normal;
}

p { color: #000000; text-align:justify; }


h1,h2,h3 { 
  color: #3D3C3C;
  font-family:Tahoma, Verdana, Arial, sans-serif;
  text-align: center;
}


h1 { 
  font-size:24px;
}

h2 { 
  font-size: 20px;
}

h3 { 
  font-size: 16px;
}


div.code {
  white-space: pre;
  font: 9pt "courier new",monospace;
  color: black;
  width: 95%;
  margin: auto;
  max-width: 850px;
  border: 4px;
  padding: 10px;
  border-style: ridge;
  background-color: #DCDCDC; 
}

a.popupLink {
   background-color: #99FF66;
   text-decoration: none;
}

p.button {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 150px;
  height: 15px;
  border: 4px;
  border-style: outset;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: gray;
}

div.infoBox {
  white-space: pre;
  background: #fff8db;
  border: 1px solid #ffcc33;
  font: 9pt "courier new",monospace;
  color: black;
  width: 95%;
  margin: auto;
  max-width: 850px;
  padding: 10px;
}

p.list {
   padding-top:0px;margin-top:0;
} 

a:link, a:visited {
   text-decoration: none;
  color: #0066CC;
}

#menu a:link, #menu a:visited, a.button {
   text-decoration: none;
}


a:hover {
   text-decoration:underline;
  color:#AF1111;
}

#container {
	padding:0 3px 0 10px;
	margin:auto;
	width:768px;
	height:100%;
	overflow:hidden;
	text-align:left;
	background:#FFFFFF url(pageBG.png) repeat-y;
}

#container-top {
	margin:auto;
	margin-top:5px;
	height:11px;
	width:781px;
	background:url(border-top.png) no-repeat bottom;
}

#container-bottom {
	margin:auto;
	height:68px;
	margin-bottom:5px;
	width:781px;
	background:url(border-bottom.png) no-repeat top;
}


#footer {
	clear:both;
	font-size:10px;
	color:#666666;
	height:100%;
	overflow:hidden;
}

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

#footer a:hover {
	text-decoration:underline;
	color:#0066CC;
}

#copyright {
	margin-left:15px;
	float:left;
	clear:left;
}



/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* level 0 inner */
.m0l0iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: underline;
	margin: 5px 0 0 8px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(/images/lev0_bg1.gif);
	border: 1px solid #336699;
	background-color: #2C5F93;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(/images/lev0_bg2.gif);
	background-color: #2C5F93;
	border: 1px solid #336699;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #5286BB;
	border: 1px solid #336699;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #1A4D81;
	background-image: url(/images/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #336699;
	padding: 0;
}
