/*
	General
*/
html, body {
	height: 100%;
}
a, a:visited {
	color: #005DC0;
	font-weight: bold;
}
a:hover {
	color: #1988FF;
}
body {
	background: #FFFFFF;
	color: #003670;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: .8em;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.5em;
	margin: 0px;
}
h2 {
	font-size: 1.3em;
	margin: 0px;
}
h3 {
	font-size: 1.1em;
	margin: 0px;
}
h4 {
	font-size: 1em;
	margin: 0px;
}
h5 {
	font-size: 0.80em;
	margin: 0px;
}
h6 {
	font-size: 0.6em;
	margin: 0px;
}
img {
	border: 0px;
}
td, th {
	vertical-align: top;
}

/*
	Frame
*/
#frame {
	border-collapse: collapse;
	height: 100%;
	width: 100%;
}
#frame #banner {
	background: #005dc0 url("images/background.gif");
	background-repeat: repeat-x;
	padding: 8px 0px 8px 0px;
	height: 90px;
	vertical-align: middle;
}
#frame #content {
	height: 100%;
	padding: 6px 10px 0px 10px;
	width: 99%;
}
#frame #foot {
	font-size: 0.90em;
	text-align: center;
	vertical-align: bottom;
}
#frame #sidebar {
	background: #005dc0 url("images/background.gif");
	background-repeat: repeat-x;
	text-align: center;
}
#frame #sidebar img {
	padding: 0px 20px 0px 20px;
}

/*
	Menu
*/
#menu {
	border-top: 1px solid #004998;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 225px;
}
#menu li {
	background: #005dc0;
	border-top: 1px solid #0070e8;
	border-left: 1px solid #0070e8;
	border-bottom: 1px solid #004998;
	border-right: 1px solid #004998;
	padding: 1px 5px 1px 5px;
}
#menu li.menu1 {
	color: #FFFFFF;
	font-size: 1.2em;
}
#menu li.menu2 {
	color: #FFFFFF;
	margin-left: 20px;
}
#menu li.menu1 a, #menu li.menu1 a:visited, #menu li.menu2 a, #menu li.menu2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu li.menu1 a:hover, #menu li.menu2 a:hover {
	color: #1988FF;
}

img.screenshot {float: right; padding-left: 10px;}
img.icon {float: left; padding-right: 4px;}


table.softs, table.sites {width: 100%;}
table.softs td {width: 50%; padding: 4px;}
table.softs img {float: left; padding-right: 4px;}
table.sites td {text-align: center;}
