@import url(reset.css);

body
{
	background-image: url("images/background.png");
	background-repeat: no-repeat;
}

div.body 
{
	color: black;
	font-family: verdana, tahoma, helvetica;
	line-height: 1.4em;
	background-color: white;
	margin-left: 180px;
	margin-right: 50px;
	margin-top: 70px;
	margin-bottom: 20px;
	position: relative;
}

div.item
{
	clear: both;
}

div.left
{
	float: left;
	width: 250px;
	text-align: right;
	padding: 1em;
	
}

div.right
{
	margin-left: 250px;
	padding: 0.4em;
}

div.navigate
{
	width: 100%;
}

div.navigate_item_selected
{
	background-color: gray;
	color: white;
	float: left;
	padding-top: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

div.navigate_item
{
	background-color: white;
	color: black;
	float: left;
	padding-top: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

div.outer
{
	clear: both;
	padding-top: 10px;
	padding-bottom: 1px;
	width: 100%;
	background-color: gray;
}

div.subnavigate
{
	clear: left;
	width: 100%;
}

div.subnavigate_item_selected
{
	background-color: black;
	color: white;
	float: left;
	padding-top: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

div.subnavigate_item
{
	background-color: gray;
	color: black;
	float: left;
	padding-top: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

div.contents
{
	clear: both;
	color: white;
	background-color: black;
	padding: 1em;
	margin-bottom: 1em;
}

div.panel
{
	background-color: #444;
	padding: 1em;
}

div.footer
{
	clear: both;
}

h1
{
	letter-spacing: -0.12em;
	font-size: 3em;
	font-weight: bold;
	line-height: 1.2em;
}

h2
{
	letter-spacing: -0.05em;
	font-size: 2em;
	line-height: 1.5em;
}

h3
{
	letter-spacing: -0.08em;
	font-size: 1.5em;
	line-height: 1.5em;
}

p
{
	font-family: arial;
	color: #aaa;
	font-size: 11pt;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

form
{
	margin-left: 10%;
	background-color: black;
}

p.question
{
	font-size: 1.0em;
	font-weight: bold;
	margin-left: 10%;
	margin-right: 5%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: white;
}

ul
{	
	font-size: 0.8em;
	margin-left: 10%;
	margin-right: 5%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	list-style-type: square;
	color: #aaa;
}

td
{
	padding: 0.5em;
	border: 1px solid #333;
}

td.yesno
{
	text-align: center;
}

td.noborder
{
	border: 0px;
}

table
{	
	font-size: 0.8em;
	margin-left: 10%;
	margin-right: 5%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

span.button
{
	background-color: black;
	background-image: url("images/button.png");
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 2.5em;
	padding: 0.8em;
	margin: 0.3em;
	width: 114px;
	height: 28px;
}

div.subnavigate a:visited
{
	color: #222;
}

div.subnavigate a:link
{
	color: #222;
}

div.subnavigate a:hover
{
	color: #fff;
}

div.contents a:visited
{
	color: white;
}

div.contents a:link
{
	color: white;
}

div.contents a:hover
{
	color: #888;
}

a:link
{ 
	color: #000; 
}

a:visited
{ 
	color: #000;
}

a:hover
{ 
	color: #888;
}

a:active
{
	color: #999; 
}

