/*
Template for HTMLEXE samples website.
Released under CCL.
Based on template by B. O'Neill from Open Source Web Design
http://www.oswd.org/design/preview/id/2610
May be copied/modified provided that original credits are made.
*/

html
{
	padding: 0;
	margin: 0;
}
body
{
    background-color: #323232;
    padding: 15px;
    text-align: center;
    color: #343434;
    font-family: "Verdana" , "Arial";
    font-size: 10pt;
}

.imgbullet { border: 0; margin-right:5px; margin-left: 3px; float: left;}

.imgmirror { border: 0; margin-right:3px; margin-left: 5px; float: right;}

table.sample {
	border-spacing: 10px; 
	border: 1px solid #000000;
	margin-top: 12pt;
	margin-left:auto; margin-right:auto;
}

a
{
    color: #4682b4;
    text-decoration: underline;
}
a:visited
{
    color: #469dd3;
}

a:active
{
    color: #46b0b4;
}
div#container
{
	margin: 0 auto 0 auto;
	width: 720px;
	text-align: left;
	background: #E8CD16;
}
div#header
{
margin: 0 auto 0 auto;
width: 720px;
height: 8.0em;
background: #E8CD16;
}

#header h1
{
font-size: 10pt;
font-family: "georgia", "times new roman", serif;
font-weight: normal;
color: #fff;
font-size: 2.5em;
}

#headercontent h1 sup
{
color: #777;
}

#headercontent h2
{
font-size: 1.0em;
font-weight: normal;
color: #aaa;
}
div#subheader
{
	padding: 10px 0 0 15px;
	background: #E8CD16;
}
ul#navigation
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#navigation li
{
    float: left;
    margin: 0 1px 0 0;
    padding: 8px 10px 8px 10px;
    color: #000;
    font-size: 8pt;
    border-bottom: #eee 1px solid;
    background: #fff url(images/tabgb.gif) top left repeat-x;
    font-family: "Verdana" , sans-serif;
}
ul#navigation li a
{
	color: #000;
	text-decoration: underline;
}
ul#navigation li.active
{
	font-weight: bold;
	border-bottom: 1px solid #fff;
	background: #fff;
}
div#content
{
	clear: both;
	background: #fff;
	padding: 18px 25px 18px 25px;
	line-height: 1.5em;
}
h1
{
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: bold;
    font-size: 12pt;
    color: #707070;
    font-family: Arial;
}
div#footer
{
    background: #92978E url(images/bottombg.gif) top left repeat-x;
    color: #2e302d;
    font-family: Tahoma, Verdana;
    font-size: 9pt;
    padding: 18px 18px 8px 18px;   
}
div#footer a 
{
	font-weight: bold;
	color: #2e302d;
	text-decoration: none;
}
div#footer a:visited
{
    text-decoration: none;
}

div#footer a:active, div#footer a:hover
{
	text-decoration: underline;
}
