body,Êdiv,Êh1,Êh2,Êh3,Êh4,Êh5,Êh6,Êp,Êul,ÊimgÊ{margin:0px;Êpadding:0px;Ê}

body
{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	line-height: 1.5em;
	font-size: small;
	background-color: #ffffff;
	font-weight: 300;
}

/*class#strong: { font-weight: bold; }*/

#ubercontainer {
width: 800px;
margin: auto;}

#header {/*padding-left: 25%;*/
text-align: left; 
background-color: #2B3046;
border-bottom: 4px solid #FF0024;}

#header-image {margin: auto;}

#footer
{
	padding: 2%;
	text-align: center;
	clear: both;
	background-color: #525252;
	color: #DADADA;
	border-top: 4px solid #AAA;
	height: 600px;
}

#maincontent {padding-top: 30px;
padding-bottom: 40px;
text-align: left;
width: 600px;
margin: auto;
background: transparent;
color: #2E2E2E;
border-right: none;
border-left: none; }

#maincontent dl dt 
{
	margin-left: 2em;
	color: #474747;
	font-weight: bold;
	font-size: 1.3em;
	padding: 10px 0 5px 0;
	font-family: Georgia, serif;
}

#maincontent dd {margin-left: 3em; padding: 6px 20px 0 10px;}

/*
.list {color: #8E8E8E;}

.list a {color: #484848;}
*/

ol li {
	margin-left: 1.5em;
	color: #7E7E7E;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 1em;
	padding: 6px 0 0 0;
	font-family: Verdana, sans-serif;}
}

/*
ol li a:link
{
	color: #484848;
	font-weight: bold;
	text-decoration: none;
} 


ol li a:hover {background-color: #ffffff;
color: #000000;
text-decoration: underline;}

ol li a:visited {color: #484848;
font-weight: bold;
text-decoration: none;}

ol li a:active {background-color: #424242;
color: #ffffff;
text-decoration: none;}
*/


li {color: #949494; line-height: 1.5em;}

#leftcolumn {padding: 5px;
float: left;
text-align: right;
background: transparent;
color: #919191;
width: 25%; }

#rightcolumn {padding: 5px;
float: right;
background: transparent;
color: #919191;
width: 25%; }

h1
{
	font-family: Georgia, Times, serif;
	line-height: 1.2em;
	font-weight: 100;
	font-size: 2em;
	/*font-style: italic;*/
	color: #707070
}

h3 {
text-align: left;
color: #75C400;
}

.green { color: #75C400;}

a:link
{
	color: #7E7E7E;
	font-weight: bold;
	text-decoration: none;
} 

a:visited {color: #7E7E7E;
font-weight: bold;
text-decoration: none;}

a:hover {/*background-color: #F2F2F2;*/
color: #000000;
text-decoration: underline;}

a:active {background-color: #FFD700;
color: #000000;
text-decoration: none;}

#footer a:link
{
	color: #DADADA;
	font-weight: bold;
	text-decoration: none;
} 

#footer a:visited {color: #DADADA;
font-weight: bold;
text-decoration: none;}

#footer a:hover {background-color: #fff;
color: #000;
text-decoration: none;}

#footer a:active {background-color: #fff;
color: #000000;
text-decoration: none;}


/* begin Lightbox CSS */
		
.dark_overlay{
    display: none;
	position: fixed;
	z-index: 1001;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.light_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 30%;
	margin: 0 auto;
	width: 500px;
    /*height: 400px;*/
    padding: 0 0 20px 0;
    border: 8px solid #A2A2A2;
    background-color: #ffffff;
	z-index:1002;
    overflow: auto;}
    
.light_content img
{
	margin-left: 1em;
	padding: 0;
	clear: both;
	top: 0px;
	right: 10px;
	float: right;
	position: relative;
	overflow: auto;
}
/* end Lightbox CSS */

table {
/*color: #C9C9C9;*/
font-family: Verdana, Verdana, Geneva, sans-serif;
font-size: 0.8em;
text-decoration: none;
margin: auto;}

tr {
/*margin: 1em;*/
width: 494px;
color: #fff;}

td {
background: transparent;
/*padding-left: 5px;
margin: 0;
width: 125px;*/
text-align: left;
color: #fff;}

th {
text-align: center; }

caption {}

td ul
{
list-style-type: none;
display: block;
padding-left: 5px;
}

td ul li {
padding-top: 2px;
padding-bottom: 4px;
border-bottom: 1px dotted;
line-height: 1.2em;
width: 117px;
color: #fff;
}
td li strong { 
font-weight: bold;
color: #F4F4F4;
/*padding-bottom: 3px;
border-bottom: 2px solid;*/
display: block;
width: 117px;}
