@charset "utf-8";
/* CSS Document */

/* zero everything */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

/* hide from IE mac \ fix for firefox, scroll jump */
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

/* \*/
* html .gainlayout { height: 1%; }
/* */


/* Main body attributes */
body{
	margin-top: 6px;
	margin-left: 6px;
	background: #ffffff;
	text-align: center;
}

#maincontainer {
	position: relative;
	margin: 0 auto;
	width: 850px;
	text-align: left;
	overflow: hidden;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	}
* .links {
	color: #008000;
	font-weight: bold;
	font-style: italic;
	font-size: 0.8em;
	}
	
* .subscript {
	font-size: smaller;
	}

* .superscript {
	font-size: smaller;
	vertical-align: top;
	position: relative;
	}

* .serif {
	font-family: "Times New Roman", Times, serif;
	}

* p.clear {
	clear: both;
	}
 

/* General links */

a:link {
	text-decoration: none;
	color: #008000;
	}

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

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

a:active {
	text-decoration: none;
	color: #FFCCFF;
	}

/* Page header */

#header {
	text-align:center;
	}

#header img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-right: 5px;
	}

/* Content column */

#video {
	text-align: right;
	}

#content {
	padding: 0px;
	width: 600px;
	overflow: hidden;
	margin-right: 0px;
	float: left;
	background-image: url(images/zap.jpg);
	background-repeat: no-repeat;
	}

#content table {
	font-size: 0.8em;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

#content tr {
	margin-bottom: 5px;
	margin-left: 0px;
	}
	
#content tr .titles {
	color: #900090;
	font-weight: bold;
	font-style: italic;
	}

#content td {
	text-align: left;
	margin: 0px;
	padding: 3px 3px 6px;
	vertical-align: top;
	}

#content th {
	border-bottom: 1px solid #008000;
	text-align: center;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	font-style: italic;
	color: #900090;
	vertical-align: top;
	}

#content hr {
	padding-left: 10px;
	padding-right: 10px;
	}

#content caption {
	text-align: center;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 1em;
	}

#content h1 {
	margin: 0px 0px 10px 240px;
	padding: 0px 0px 3px;
	color: #000000;
	font-size: 0.9em;
	text-align: left;
	border-bottom: 2px solid #008000;
	width: 100%;
	font-weight: bold;
	}
	
#content h2 {
	margin: 0px 0px 7px;
	padding: 0px 0px 2px;
	color: #333333;
	font-size: 0.8em;
	font-weight: bold;
	border-bottom: 1px solid #008000;
	width: 75%;
	}
	
#content h3 {
	margin: 10px 0px 5px 240px;
	padding: 0px 10px 5px 0px;
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
	width: 50%;
	border-bottom: 1px solid #008000;
	}

#content h4 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 10px;
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
	}

#content p {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	text-align: justify;
	margin-left: 240px;
	}

#content .marked {
	font-style: italic;
	font-weight: bold;
	color: #900090;
	}

#content img {
	padding-right: 5px;
	padding-bottom: 5px;
	padding: 5px;
	border: none;
	z-index: 0;
	}

#content ul {
	font-size: 0.8em;
	color: #008000;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 240px;
	}

#content ul li {
	padding-bottom: 5px;
	color: #000000;
	}

#content ul li ul li {
	font-size: 1.1em;
	color: #008000;
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 5px;
	color: #000000;
	}

#content .listalpha {
	list-style: lower-alpha url(none);
	font-size: 0.8em;
	}

#content iframe {
	padding-left: 0px;
	padding-right: 0px;
	padding: 0px;
	margin: 0px;
	width: 390px;
	font-size: 0.8em;
	border: none;
	}

/* Right column */
	
#rightcolumn {
	padding: 0px;
	margin-top: 10px;
	padding-left: 50px;
	width: 200px;
	background-color: #ffffff;
	list-style-type: none;
	float: right;
	margin-bottom: 10px;
	}

#rightcolumn h1 {
	font-size: 1em;
	color: #008000;
	padding-bottom: 4px;
	}

#rightcolumn h2 {
	text-align: center;
	margin: 0 0 10px 0;
	width: 192px;
	}

#rightcolumn h2 img {
	border-width: 0px;
	padding: 0;
	text-align: center;
	}

#rightcolumn .highlight {
	border: 2px solid #008000;
}

#rightcolumn p {
	width: 190px;
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 20px;
	margin-top: 0;
	margin-right: 0;
	}

#rightcolumn p a {
	color: #000000;
	text-decoration: none;
	}

#rightcolumn p a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
#contact {
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	width: 160px;
	height: 210px;
	}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	background: none;
	padding: 10px 0 0;
	font-size: 0.7em;
	color: #000000;
	text-align: center;
	border-top: 1px solid #008000;
	height: 25px;
	}

#footer h1 {
	font-size: medium;
	font-weight: bold;
	}

#footer a {
	color: #008000;
	padding: 0 5px;
	}

#footer a: hover {
	text-decoration: underline;
	list-style: url(none);
	}

#lastupdate {
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

#lastupdate p {
	margin: 0px;
	padding: 0px;
	padding-top : 5px;
	text-align: center;
	}
