/* Stylesheet */

BODY {
	background-color: #eeeeee;
	padding: 0px;
	margin: 0px;
	height: 100%;
	text-align: center;  /* fixes centering problem in IE */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #696969;
}

p {
	padding: 0px 0px 14px 0px;
	margin: 0px;
}

div#content {
	width: 772px;
	background-color: #ffffff;
	padding: 0px;
	height: 1000;
      margin-left: auto;
      margin-right: auto;
	text-align: left;  /* fixes centering problem in IE */
}

div#textarea {
	float: left;
	height:100%;
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	width: 500px;    /* was 450 */
	padding-left: 15px;
	padding-right: 15px;
      margin-left: 0px;
      margin-right: 0px;
}

div#menuarea {
	float: right;
	height: 100%;
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	width: 230px;
	padding-left: 2px;
	padding-right: 10px;
      margin-left: 0px;
      margin-right: 0px;
}

table.topbanner
{
width:772px;
}

tr.topbanner
{
	height:80px;
}

td.topbannerleft
{
	width:200px;
	vertical-align:middle;
	padding-left:8px
}

td.topbannerright
{
	width:550;
	vertical-align:middle;
	text-align:right;
	font-weight:bold;
	font-size:11px;
	color:#919000;
	padding-right:10px
}

A.menu 
{
COLOR:#074B88; font-weight:bold
}
A.menu:link
{
COLOR:#074B88; font-weight:bold; text-decoration:none
}
A.menu:active
{
COLOR:#074B88; font-weight:bold; text-decoration:none
}
A.menu:visited
{
COLOR:#074B88; font-weight:bold; text-decoration:none
}
A.menu:hover
{
color:red; font-weight:bold; text-decoration:none
}


.message { color: #074B88; font-style: italic; }
a.message:link { color: #074B88; text-decoration: none; }
a.message:visited { color: #074B88; text-decoration: none; }
a.message:hover { color: red; text-decoration: none; }

.more { color: #074B88; font-style: italic; }
a.more:link { color: #074B88; text-decoration: none; }
a.more:visited { color: #074B88; text-decoration: none; }
a.more:hover { color: red; text-decoration: none; }

H1 {
	font-size: 11pt;
	color: #000;
	text-decoration: none; 
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.heading1 {
	font-size: 11pt;
	color: #000;
	text-decoration: none; 
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a.heading1:link { padding-top: 20px; color: #000; text-decoration: none; }
a.heading1:visited { padding-top: 20px; color: #000; text-decoration: none; }
a.heading1:hover { padding-top: 20px; color: red; text-decoration: none; }


H2 {
	font-size: 12px;
	color: #000;
	text-decoration: none; 
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
}

.heading2 {
	font-size: 12px;
	color: #000;
	text-decoration: none; 
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
}

.Container {
	margin-left: auto;
	margin-right: auto;
	border: solid #c0c0c0 0px;
	background-color: #eeeeee;
}

.Navigation {
	padding-top: 0px;
	vertical-align: top;
	text-align: left;
	background-color: #fff;
	position: relative;
	clear: none;
}

.menuoption {
	background-color: #f3f3f3;
	height: 18px;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	padding: 6px 0px 0px 10px;
	margin: 0px;
	display: block;
	color: #808080;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
}

a.menuoption:link {
	background-color: #eeeeee;
	height: 18px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 0px 0px 10px;
	margin: 0px;
	display: block;
	color: #808080;
}
a.menuoption:visited {
	background-color: #eeeeee;
	height: 18px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding: 6px 0px 0px 10px;
	margin: 0px;
	display: block;
	color: #808080;
}
a.menuoption:hover {
	background-color: #eeeeee;
	height: 18px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #808080;
	padding: 6px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.moreoption {
	background-color: #f3f3f3;
	height: 18px;
	text-align: left;
	color: #808080;
	text-decoration: none;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	padding: 6px 0px 0px 10px;
	margin: 0px;
}

a.moreoption:link {
	background-color: #f3f3f3;
	height: 18px;
	text-align: left;
	font-size: 12px;
	color: #808080;
	text-decoration: none;
	padding: 6px 0px 0px 10px;
	margin: 0px;
	display: block;
}
a.moreoption:visited {
	background-color: #f3f3f3;
	height: 18px;
	text-align: left;
	font-size: 12px;
	color: #808080;
	text-decoration: none;
	padding: 6px 0px 0px 10px;
	margin: 0px;
	display: block;
}
a.moreoption:hover {
	background-color: #f3f3f3;
	height: 18px;
	text-align: left;
	font-size: 12px;
	text-decoration: underline;
	color: #808080;
	padding: 6px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.copyright {
	font-size:10px;
	color: #c0c0c0;
}
a.copyright:link {
	font-size:10px;
	color: #c0c0c0;
	text-decoration: none;
}
a.copyright:hover {
	font-size:10px;
	color: red;
	text-decoration: underline;
}
a.copyright:visited {
	font-size:10px;
	color: #c0c0c0;
	text-decoration: none;
}

ul {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #696969;
	list-style-type: disc;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 16px 16px;
	margin: 0px 0px 0px 0px;
}

li {
	vertical-align: middle;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #696969;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

a.li.normaltext:link { color: #696969; text-decoration: none; border-bottom: 1px dotted; }
a.li.normaltext:visited { color: #696969; text-decoration: none; border-bottom: 1px dotted; }
a.li.normaltext:hover { color: blue; text-decoration: none; border-bottom: 1px dotted blue;  }


td.screenshots
{
	text-align: left;
	font-size: 12px;
	color: #696969;
	padding-top: 0px;
	padding-right: 10px;
}


.normaltext { color: #696969; }
a.normaltext:link { color: #696969; text-decoration: none; border-bottom: 1px dotted; }
a.normaltext:visited { color: #696969; text-decoration: none; border-bottom: 1px dotted; }
a.normaltext:hover { color: red; text-decoration: none; border-bottom: 1px dotted red;  }

td.normaltext
{
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	color: #696969;
	padding-top: 0px;
	padding-right: 10px;
}

a.td.normaltext
{
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	color: #696969;
	padding-top: 0px;
	padding-right: 0px;
	text-decoration: none; 
	border-bottom: 1px dotted; 
}

dl {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #696969;
	list-style-type: disc;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 16px 16px;
	margin: 0px 0px 0px 0px;
}

dd {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #696969;
	list-style-type: disc;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 16px 16px;
	margin: 0px 0px 0px 0px;
}
