* {
	margin:0px;
	padding:0px;
	border:0 solid;
}
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  padding:5px;
  background-color:#CDDCD0;
}
p {
	margin: 0.5em 0 0 1em;
	line-height:1.4em;
	font-size: 14px;
	text-indent: 1em;
}	
p.first {
	margin: 0 0 0 1em;
}	
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
ul {
	line-height:1.4em;
	margin-left:1.5em;
	font-size: 14px;
	margin-top:0;
}
ol {
	line-height:1.4em;
	margin-left:1.5em;
	font-size: 14px;
}
li {
	font-size: 14px;
}
th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
h2 {
	font-family: "Eras Light ITC", Verdana;
	font-size: 18px;
	color: #003366;
	margin: 10px 0 0 0;
}
h3 {
	font-family: "Eras Medium ITC", "Eras Light ITC", Verdana;
	font-size: 16px;
		margin: 2px 0 2px 0;
	color:#408282;
}
#wrapper {
position:relative;
	border: 1px solid black;
	background-color:#FAFAFA;
	width:982px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}
#header {
	position:absolute;
	width: 471px;
	height: 54px;
	left: 192px;
	top: 33px;
	padding:10px 0 15px 35px;
	background-image: url(../images/title_back.jpg);
	background-repeat:no-repeat;
	z-index: 3;
}	
#main {
	background-image:url(../images/topleft.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border: 1px solid white;
	width:982px;
	margin:0px;
}	
#content {
	border: 1px solid #e9e9e9;
	background-image:url(../images/vert_shadow.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	margin-left:182px;
	margin-top:118px;
	width:500px;
	padding: 10px 20px 0px 10px;
	
}	
#right {
	border: 1px solid #e9e9e9;
	margin-left:10px;
	margin-top:10px;
	width:220px;
	position:absolute;
	left: 719px;
	top: 110px;
	background-image:url(../images/blankgrid.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding:10px;
}	
#leftmenu {
	position:absolute;
	left: 26px;
	top: 263px;
	width: 127px;
	height: 152px;
	border: 1px solid #e9e9e9;
}
h1 {
	font-family: "Bauhaus 93", "Berlin Sans FB", "Berlin Sans FB Demi", Verdana;
	color:#3595C8;
	font-size: 48px;
	margin:0px;
}

a.leftmenu:visited {
	font-family: "Century Gothic", "Franklin Gothic Book", Garamond, "Trebuchet MS", Verdana;
	font-size: 14px;
	color:#3366CC;
	text-decoration: none;
	margin: 2.5em 0 0 0;
}
a.leftmenu:active {
	font-family: "Century Gothic", "Franklin Gothic Book", Garamond, "Trebuchet MS", Verdana;
	font-size: 14px;
	color:#3366CC;
	text-decoration: none;
	margin: 2.5em 0 0 0;
}
a.leftmenu:link {
	font-family: "Century Gothic", "Franklin Gothic Book", Garamond, "Trebuchet MS", Verdana;
	font-size: 14px;
	color:#336699;
	text-decoration: none;
	margin: 2.5em 0 0 0;
}
a.leftmenu:hover {
	font-family: "Century Gothic", "Franklin Gothic Book", Garamond, "Trebuchet MS", Verdana;
	font-size: 14px;
	color:#339999;
	text-decoration: none;
	margin: 2.5em 0 0 0;
}
#linkList2 {
	position:relative;
	visibility: visible;
	left: 10px;
	top: 0px;
	z-index: 5;
	width: 200px;
}
.smallpara {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-indent:1em;
}
#linkList {
	position:absolute;
	left: 5px;
	top: 150px;
	width: 159px;
	z-index: 2;
}
#topbar {
	 position:absolute; 
	 left:0px; 
	 top:2px; 
	 width:982px; 
	 height:33px; 
	 z-index:4;
} 
ul.second {
	list-style-type: none;
	font-size: 90%;
	color:#4559AB;
	margin: 0px;
	padding: 0px;
	background-color:#C0C8D8;
}
li.second {
	padding: 3px 2px 3px 2px;
	margin-bottom: 4px;
	border: 1px solid #0C2953;
	background-color:#C0C8D8;
}
li.second:hover {
	padding: 3px 2px 3px 2px;
	border: 1px solid #0C2953;
	background-color: #6BA0D2;
}
a.two:link, a.two:visited {
	padding-left: 6px;
	font-weight: bold;
	color:#4559AB;
	text-decoration: none;
}
a.two:visited {
	color: #204160;
}
a.two:hover, a.two:active {
	padding-left: 6px;
	color:#FFD800;
	text-decoration: none;
	font-weight: bold;
}
.date_suffix {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	vertical-align:super;
}
dl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.82em;
}
dt {
	font-weight: bold;
	color: #00356A;
}
dd {
	color: #003D79;
	margin-left:10px;
}
.table {
	border:2px solid black;
}
p.code {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	text-indent:0;
}
.code_comment {
	color: #FF6600;
}
