#logo
{
	height:65px;
	width:100%;
}

#shell
{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:700px;
}

.clearhack
{
	display:inline;
}

a
{
	color:#06C;
}

a img
{
	border:none;
}

a:active
{
	color:#000;
}

a:hover
{
	color:#333;
}

body
{
	background-color:#E7E7E7;
	background-image:url('../gfx/bg.jpg');
	background-position:top;
	background-repeat:repeat-x;
	color:#333;
	margin:0;
	padding:1em 20px 3em;
}

body,div,td,th,h2,h3,h4
{
	color:#333;
	font-family:verdana, sans-serif;
	font-size:small;
}

div.errormsg
{
	background:#fbd5d2 url('../gfx/error.png') 5px center no-repeat;
	border:1px solid #F9ACA6;
	color:#e25f53;
	font-weight:700;
	margin:5px 0;
	padding:1px 5px 1px 25px;
}

h1
{
	font-size:180%;
	margin:0;
}

h1 a
{
	color:#333;
	text-decoration:none;
}

h1 a:hover
{
	border-bottom:1px dotted #666;
	color:#000;
}

h1,h2,h3
{
	clear:left;
	font-family:"trebuchet ms", verdana, tahoma;
	font-weight:700;
}

h2
{
	border-bottom:1px solid #CCCCCC;
	color:#336699;
	font-size:140%;
	margin:0;
	padding:0 0 2px;
}

html
{
	min-width:600px;
}

p
{
	line-height:140%;
}

p.note
{
	background:#EEE;
	font-family:tahoma;
	font-size:85%;
	line-height:130%;
	margin-top:0;
	padding:4px;
}

#footer {
	text-align: center;
	font-size: 8pt;
  clear: both;
  background-color: #FFFFFF; height: 20px;
  background-image: url('../gfx/navc3.png');
  background-position: bottom right;
  background-repeat: no-repeat;
}
#footer span { font-size: 90%; text-align: center; width: 100%; display: block; background-image: url('../gfx/navc4.png'); background-position: bottom left; background-repeat: no-repeat; height: 20px; }

div.frmerror { float: left; border: 1px solid #F9ACA6; color: #e25f53; margin: 5px 0px 5px 0px; font-weight: bold; padding: 1px 5px 1px 25px; background: #fbd5d2 url('../gfx/error.png') 5px center no-repeat; width: 150px; }
