/* global */
* {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
div.main {
}
#headimg {
	height: 100px;
	width: 700px;
	background-image: url(images/bluebg.gif);
	background-repeat: repeat-x;
}
#headleft {
	float: left;
	clear: right;
	height: 100px;
	width: 30px;
	background-image: url(images/blueleftbg.gif);
	background-repeat: no-repeat;
}
#headright {
	float: right;
	height: 100px;
	width: 30px;
	background-image: url(images/bluerightbg.gif);
	background-repeat: no-repeat;
}
#secondimg {
	width: 694px;
	height: 35px;
	border: 1px solid #FF9933;
	background-color: #FF9933;
	margin-top: 4px;
	-moz-border-radius: 6px;
}
/*
#secondleft {
	float: left;
	clear: left;
	width: 20px;
	height: 25px;
	background-image: url(orangeleftbg.gif);
	background-repeat: no-repeat;
}
#secondright {
	float: right;
	width: 20px;
	height: 30px;
	background-image: url(orangerightbg.gif);
	background-repeat: no-repeat;
	border:1px solid blue;
}
*/
#disclaimer {
	float: left;
	height: 50px;
	width: 700px;
	margin-top: 10px;
	color: #5F5F5F;
	font-size: x-small;
	text-align: left;
}
h1 {
	font-size: small;
	font-weight: bold;
	color: #666666;
	text-align: left;
	margin-top: 0px;
}
h2 {
	font-size: small;
	color: #000;
	text-align: left;
}
h3 {
	font-size: small;
	font-weight: bold;
	color: #004080;
	text-align: left;
	margin-top: 0px;
	width: 100%;
	border-bottom: 1px solid #666666;
}
.mainmenu {
	padding-top: 10px;
	font-size: small;
	font-weight: bold;
	color: #666666;
	text-align: right;
	padding-right: 10px;
}
.mainmenu a {
	color: #004080;
	text-decoration: none;
}
.mainmenu a:hover {
	color: #5F5F5F;
	text-decoration: underline;
}
.mainmenu a.selected {
	border-bottom: 2px solid #004080;
	border-top: 2px solid #004080;
	padding: 2px;
}
.mainmenu a.selected:hover {
	border-bottom: 2px solid #5F5F5F;
	border-top: 2px solid #5F5F5F;
	text-decoration: none;
}
p {
	font-size: small;
	color: #666666;
	text-align: left;
}
p a { 
	color: #5F5F5F;
}
p a:hover {
	color: #004080;
	text-decoration: underline;
}

/* index page */

div.indexInfo {
	width: 700px;
	margin-top: 5px;
}
.leftinfo {
	float: left;
	width: 200px;
	padding: 10px;
	border-right: thin solid #F2F2F2;
	margin-right: 5px;
}
.leftinfo p {
	font-size: x-small;
	margin: 0px 0px 5px 0px;
	padding-left: 13px;
}
.leftinfo h2 {
	font-size: 0.75em;
}

.rightinfo {
	float: left;
	width: 450px;
	background-color: #F2F2F2;
	padding: 10px;
	-moz-border-radius: 5px;
}

.maininfo {
	float: left;
	width: 678px;
	background-color: #F2F2F2;
	padding: 10px;
	-moz-border-radius: 5px;
}
.maininfo a {
	color: #004080;
	text-decoration: none;
}
.maininfo a:hover {
	color: #5F5F5F;
	text-decoration: underline;
}
.screenshot {
	margin-top:10px;
	float:left;
	width:33%;
}
.screenshot img {
	border: 4px double black;
}
/* info page specific */

div.mainall {
	width: 700px;
} 
.leftmenu {
	float: left;
	width: 150px;
	background-color: #F2F2F2;
	padding: 5px;
	text-align: left;
	margin-right: 10px;
}
.maintext  {
	float: left;
	width: 400px;
	border-left: thin solid #F2F2F2;
	padding: 5px;
}
ul.left {
	font-size: small;
	color: #000066;
	text-align: justify;
	padding-right: 5px;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}
ul.left li {
	padding-bottom: 2px;
}
ul.left a { 
	text-decoration: none;
	color: #004080;
}
ul.left a:hover {
	color: #5F5F5F;
}

.show_item {
	display: inline;
}
.hide_item {
	display: none;
}
