@charset "utf-8";

/* Reset styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	height: 100%;
	overflow: auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*====== Style definitions =========*/


h1
{
	font: normal normal bold 24px Verdana;
	color: Black;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

h2
{
	font: normal normal bold 20px/22px Verdana;
	color: black;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

h3
{
	font: normal normal bold 18px/22px Verdana;
	color: black;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

h4
{
	font: normal normal bold 14px/20px Verdana;
	color: black;
	margin-top: 10px;
	margin-bottom: 10px;
}

body
{
	background-color: white;
}

div.Content
{
  overflow: visible;
	top: 0px;
	left: 0px;
	font: normal normal normal 14px/16px Verdana;
	right: 20px;
	color: black;
	height: auto;
  z-index: 0;
	margin-top: 100px;
	padding-right: 10px;
	padding-top: 0px;
	padding-left: 200px;
	padding-bottom: 20px;
  position: absolute;
	max-width: 670px;
  border-width: 1px;
}

div.Secondary_content
{
	font: normal normal normal 12px/14px Verdana;
	color: black;
	height: auto;
  z-index: 0;
}

div.Code
{
	font: normal normal normal 12px/14px Courier;
	color: black;
	background-color: #effb8e;
  border-width: 1px;
  border-style: solid;
  border-color: grey;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
  white-space: pre;
	overflow: hidden;
}

div.TopPanel
{
	position: fixed;
  z-index: 5;
  top: 0px;
	left: 0px;
	right: 0px;
	height: 80px;
	max-width: 880px;
	border-style: none;
	border-color: red;
	background-color: white;
	background-repeat: no-repeat;
	background-position: top left;
/*	background-image: url('WPics/Menu_BG.png'); */
	background-repeat: repeat-y;

	height: 100px;
}

img.embedded
{
	position: relative;
  float: left;
	margin-right: 20px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 20px;
}

img.TopLogo
{
  top: 20px;
	right: 0px;
	width: 263px;
	height: 50px;
  z-index: 19;
	position: absolute;
}

img.TopImg
{
  top: 10px;
	left: 0px;
	width: 600px;
	height: 69px;
  z-index: 20;
	overflow: hidden;
	position: absolute;
}

div.LeftPanel
{
	top: 79px;
	left: 0px;
	width: 150px;
  position: fixed;
/*  height: 100%; */
  bottom: 0px;
  z-index: 6;
	overflow: hidden;
	border-color: white;
	border-style: none;
	background-color: white;
	background-repeat: repeat-y;
	background-image: url('WPics/Menu_BG.png');
}

div.LeftPanel img 
{
  z-index: 10;
  border: 2px solid transparent;
	position: relative;
  margin-top: 10px;
	background-color: none;
}

div.LeftPanel a:hover img 
{
  border: 2px solid white;
}

p.FramedSt
{
 font-family: Arial; 
 padding-left: 20px; 
 padding-top: 20px; 
 padding-bottom: 20px; 
 background-color: #f9f8d5;
 font-weight: bold;
 color: #4c5b4b;
}


div.Footer
{
	border-style: none;

	left: 0px;
	width: 100px;
	height: auto;
	top: 430px;
  z-index: 8;
	padding: 2px;
	position: fixed;
	background-color: transparent;
}

p.FooterText
{
	font: 10px/10px Helvetica;
	color: #d4d000;
  z-index: 4;
	padding: 2px;
	background-color: transparent;
	margin-top: 10px;
	margin-bottom: 2px;
}

div.Footer a:link
{
  color: yellow;
}

div.Footer a:visited
{
  color: yellow;
}

ul
{
  list-style-type: disc;
  padding-left: 25px;
  padding-top: 10px;
  margin: 0px;
}

li
{
  padding-left: 5px;
}


