body
{
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff url(images/body-bg.gif);
	text-align: justify;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 85%;
}

.slogan
{
	font-family: Arial, Geneva;
	font-size: 75%;
	color: #333;
}

.wrapper
{
	min-width: 400px;
}
/* Allways good to have on full width liquid CSS layouts, 
   google "min-width IE" for JS solutions there */

/* Setup (This all looks neater when it isn't put on display!) */

.wrapper
{
	width: 100%;   /* total width */
	height:100%;
}

.leftbg
{
	background: #003300 url(images/left-bg.gif);
	height:100%;
}

.pglabel
{
	position:absolute;
	width: 98.5%;
	text-align:left;
	font:10px Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	background:#000000;
	color:#ffffff;
	top:65px;
	left:0px;
	border-top:1px solid red;
	border-bottom:1px solid red;
	padding-top:3px;
	padding-left:10px;
	padding-bottom:5px;
	margin-bottom: 10px;
	z-index: 12;
}

.copyright
{
	font:9px Arial,Helvetica,sans-serif;
	font-weight:normal;
}

.title
{
	text-align:left;
	font:10px Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	color:#ffff00;
	padding-top:0px;
	padding-left:10px;
	padding-bottom:0px;
}

.menu
{
	text-align:left;
	padding-left:15px;
	padding-bottom:0px;
}

h1{color:red;font-family:Arial,Tahoma,Verdana,Helvetica,sans-serif;font-size:12px;font-weight:bold;margin-top:0px;margin-bottom:5px;}

.outer {
	border-left-width: 165px;  /* left column width */
	border-left-color: #4d4d73;   /* left column colour */
	
	border-right-width: 10px; /* right column width */
	border-right-color: #fff;  /* right column colour */
	
	background-color: #fff; /* center column colour */
}

.outer { width: auto; height: 100%; border-left-style: solid; border-right-style: solid; }

.wide {
	background: transparent;    /* header and footer colours */
}

.wide { text-align: center; position: relative; z-index: 13; }

.inner
{
	margin-top:10px;
	margin-left:15px;
	margin-right:15px;
	padding-right:15px;
	text-align: left;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 75%;
}

.td.inner
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

.left {
	width: 150px;              /* left column width */
	margin-left: -150px;       /* _negative_ left column width */
	text-align: center;
}

.right {
	width: 10px;              /* right column width */
	margin-right: -10px;      /* _negative_ right column width */
}

.left { top: 100px; float: left; position: absolute; z-index: 10; }
.right { float: left; position: relative; z-index: 11; }

/* Mozilla code */
.outer > .inner { border-bottom: 1px solid transparent; }
.left { margin-right: 1px; text-align: center; }
.right { margin-left: 1px; }
.right p { padding-left: 10px; }
.center { margin: 0 -8px 0 -2px; }

.button {
	border: 1px solid White;
	padding: 3px;
	width: 105px;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	background-color: #333;
}

.button a:link {
    text-decoration : none;
    color : White;
}
.button a:hover {
    text-decoration: none;
    color : black;
    background : gold;
}
.button a:visited {
    text-decoration : none;
    color : #bbbbbb;
    background : #333;
} 

a:link.topnav {
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a:visited.topnav {
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a:hover.topnav {
	color: blue;
	text-decoration: underline;
}

a:link.subnav {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a:visited.subnav {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a:hover.subnav {
	color: #ffffff;
	text-decoration: underline;
}

ul {list-style-type:disc;margin-top:2px;margin-bottom:3px;}