a:visited,a:link,a:active {
	text-decoration: none;
}
a:link {
	color: #000099;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #808080;
}
a:active {
	color: #000099;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
        font-size: 10pt;
}
hr {
	color: #023390;
	background-color: #023390;
}
h1,h2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
}
p {
	text-align: justify;
}


#sectionnav {
        position: absolute;
        left: 0px;
        top: 10px;
	margin: 0;
	padding: 0 0 0 0;
	text-align: left;
}

#sectionnav img {
	/*margin-top: 10px;*/
	/*margin-left: 30px;*/
}


#sectionnav a {
	display: block;
	border: 1px solid;
	border-color: white #eeeeee white white;
	border-width: 1px 3px 1px 1px;
	padding: 1px;
	margin: 2% 0% 2% 2%;
/*	width: 95%;  */
}

#navlist {
	width: 140px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#navlist li {
	margin: 0 0 3px 0;
}

#navlist a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #333;
	width: 140px;
	background-color: #999;
	background-image:  url(images/menuDown.gif); 
}

#navlist a:link, #navlist a:visited {
	color: #000;
	/*color: #EEE;
	text-decoration: none; */
}
#navlist a:hover {
	border: 1px solid #333;
	background-color: #FF6600;
	background-image:  url(images/menuHover.gif);
	color: #333;
}

#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
	/*/*/border: 1px solid #333;
	background-color: #7171BE;
	background-image:  url(images/menuHover.gif);
	color: #333; /* */
}

#content {
        position: absolute;
        left: 160px;
        top: 100px;

	width: 75%;
	padding-top: 10px;
	padding-left:20px;
	padding-right: 10px;
	padding-bottom: 5px;
/*	margin-left: 2%; */
/*	border: solid 1px #000000; */
	min-height: 70%;
}

#imgleft{
	font-size: 10px;
        float: right;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#imgcaption{
	font-size: 10pt;
        text-align: center;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#imgright{
        float: right;
}

#newsticker{
	background-color: #FFFFFF;
        padding-left: 2px;
}


#oglimg img {
	margin-left: 35px;
}

kbd {
	font-size: 90%;
	white-space: pre;
}

.screenshot {
	padding: 2px;
	margin: 2px;
	border-bottom: solid 1px #e0e0e0;
}

.screenshot .image {
/*	padding: 5px;*/
}

.screenshot .description {
	float: right;
	text-align: justify;
	padding: 5px;
	width:60%;
}

.screenshot .caption {
        font-family: arial,lucidia,sans-serif;
        text-align: center;
	font-size: 10pt;
	color: #000000;
}

#header {
	padding: 0;
	margin: 0;
	width: 100px;
	/*margin-left: 10px;*/
	/*border-left: solid 1px #000000;*/
}
#headerright {
/*	float: left; */
        position: absolute;
        left: 160px;
        top: 10px; 

	/*border-left: solid 1px #000000;*/
	background-color: #000000;
}

#footer {
        padding-top: 20px;
        position: static;
        font-family: arial,lucidia,sans-serif;
        text-align: center;
	font-size: 10px;
	color: #000000;
}
