body	
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	margin: 10px;
	padding: 0px;
	color: #333;
}
	
h1 
{
	font-size: small;
	font-weight: bold;
}

h2
{
	font-size: x-small;
	font-weight: bold;
}

table
{
	font-size: x-small;
}

#toparea
{
	width: 750px;
	height: 56px;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}

img#toparea
{
	margin: 0;
	padding: 0;
}

#imagearea
{
	width: 750px;
	height: 86px;
	margin: 0;
	padding: 0;
	border: 0;
}

.banner
{
	text-align: right;
	margin: 0 2px 0 2px;
}

#content
{
	border-right: solid 1px #ccc;
	margin-top: 20px;
	float: left;
	width: 550px;
	padding-right: 10px;
}

#adminarea
{
	width: 750px;
}

#content p
{
	margin-right: 10px;	
}

#sidebar
{
	color: #666;
	margin-top: 20px;
	width: 185px;
	text-align: center;
	font-size: xx-small;
	margin-left: 0;
}

#sidebar h1
{
	background-color: #ebebeb;
	display: block;
	width: 185px;
	text-align: center;
	color: #666;
	font-size: x-small;
}

.left
{
	float: left;
	margin: 0 5px 0 0;
}

.right
{
	float: right;
	margin: 0;
}

.left
{
	float: left;
	margin: 10px;
}

a:link
{
	color: blue;
	text-decoration: none;
}

a:visited
{
	color: Navy;
	text-decoration: none;
}

a:hover
{
	color: blue;
	text-decoration: underline;
}

a:active
{
	color: blue;
	text-decoration: none;
}

#stripe
{
	margin-top: 10px;
	font-size: xx-small;
	height: 13px;
	width: 750px;
	text-indent: 20px;
}

fieldset
{
	border: none;
	font-size: xx-small;
	color: #666;
}

#screen-switcher label
{
	width: auto;
}

.logout
{
	float: right;
	margin: 5px 5px 5px 0;
}

/* For the high visibility settings */

body.highvisibility	
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: medium;
	margin: 10px;
	padding: 0px;
	color: #ff0;
	background-color: #000;
}

h1.highvisibility	
{
	font-size: large;
	font-weight: bold;
	color: #ff0;
}

h2.highvisibility	
{
	font-size: medium;
	font-weight: bold;
}

table.highvisibility	
{
	font-size: medium;
}

#sidebar .highvisibility	
{
	color: #666;
	margin-top: 20px;
	width: 185px;
	text-align: center;
	font-size: small;
	margin-left: 0;
}

#sidebar h1.highvisibility	
{
	background-color: #000000;
	display: block;
	width: 185px;
	text-align: center;
	color: #ffff00;
	font-size: small;
}

a:link.highvisibility	
{
	color: #ffff00;
	text-decoration: underline;
}

a:visited.highvisibility	
{
	color: #ffff00;
	text-decoration: underline;
}

a:hover.highvisibility	
{
	color: #ffff00;
	text-decoration: underline;
}

a:active.highvisibility	
{
	color: #ffff00;
	text-decoration: underline;
}

fieldset.highvisibility	
{
	border: none;
	font-size: small;
	color: #ffff00;
}