body {
    color: #000;
    background-color: #fff;
    text-align: left;
    font-family: Georgia, Serif;
    font-size: small;
}

p 
{
    padding: .25em 1.5em .5em 1em;
    margin: 0;
    font-size: 1em;
    text-align: justify;    
}

a { color: #666; }
a:hover { color: #333; text-decoration: underline; }
a:visited { color: #333; }

h1 
{
    padding: .25em 1em .25em .5em;
    margin: 0;
    font-size: 1.8em;
    font-weight: bold;
    font-family: "Courier New", Courier, Sans-Serif;
}

h2 
{
    padding: .25em 1em .25em .5em;
    margin: 0;
    font-size: 1.5em;
    font-weight: bold;
    font-family: "Courier New", Courier, Sans-Serif;
}


ul { padding-right: 1em; text-align: left; margin-bottom: 1em; }
li { padding-bottom: 1em; }

.wrapper { min-width: 500px; }
          /* Allways good to have on full width liquid CSS layouts, 
             google "min-width IE" for JS solutions there */

.wrapper { border: 1px solid #003; margin: 0 -1px; }
          /* this is a border with marginal compensation to stop scroll bars */

/* Setup (This all looks neater when it isn't put on display!) */

.wrapper {
	width: 100%;               /* total width */
}      

.outer {
	border-left-width: 200px;  /* left column width */
	border-left-color: #fff;   /* left column colour */
	
	border-right-width: 125px; /* right column width */
	border-right-color: #ddd;  /* right column colour */
	
	background-color: #fff; /* center column colour */
}

.left {
	width: 200px;              /* left column width */
	margin-left: -200px;       /* _negative_ left column width */
	overflow: hidden;	
}

.left p 
{
    background: #fff url(./images/quotes.gif) no-repeat top left;
    margin: 15px;
    padding: 15px;
    text-align: left;
    color: #666;
	font-size: medium;
}

.right {
	width: 125px;              /* right column width */
	margin-right: -125px;      /* _negative_ right column width */
	overflow: hidden;
}

.wide {
	background-color: #d00;    /* header and footer colours */
}

.widefooter {
	background-color: #d00;		/* footer color */	
}

/* Main code */

.outer { width: auto; border-left-style: solid; border-right-style: solid; }
.inner { margin: 0; width: 100%; }

.left { float: left; position: relative; z-index: 10; }
.right { float: left; position: relative; z-index: 11; }
.center 
{
    float: left;
    width: 100%;
    position: relative;
    z-index: 12;
    border-left: 1px dotted #eee;
    border-right: 1px dotted #eee;
}

.wide { width: 100%; position: relative; z-index: 13; }
.widefooter { width: 100%; position: relative; z-index: 14; }


.clear { clear: both; }

/* Mozilla code */
.outer > .inner { border-bottom: 1px solid transparent; }
.left { margin-right: 1px; }
.right { margin-left: 1px; }
.center { margin: 0 -3px 0 -2px; }

.headerbox {
	background-image: url(./images/header.gif);
	background-repeat: no-repeat;	
	background-position: center center;
	text-align: center;
	margin: 0;
	padding: 0;	
	height: 125px;	
}

.righttitle 
{
    font-size: 1.2em;
    margin-left: 6px;
    margin-top: 6px;
    padding-bottom: 1em;
}

/* Bard Roll */

#bardroll {
	margin-left: 5px;
	font-size: 12px;
	font-family: Georgia, Serif;
}

#bardroll a, #bardroll a:visited {	
	color: #666;
	text-decoration: none;
}

#bardroll a:hover {
	color: #333;
	text-decoration: underline;
}

#bardroll p {
	margin: 0;
	padding: 0;
	text-align: left;
}

#bardroll ul {
	margin: 0;
	margin-left: 10px;
	margin-right: 5px;
	padding: 0;
	/*display: inline;*/
	list-style: none;
}

#bardroll ul li {
	float: left;
	text-align: left;
}

#bardroll li {
	margin-bottom: 10px;
	padding-bottom: 0px;
	width: 100%;	
}

/* Snippet List */

#snippetlist {
	margin-left: 5px;
	font-size: 12px;
	font-family: Georgia, Serif;
}

#snippetlist a, #snippetlist a:visited {	
	color: #666;
	text-decoration: none;
}

#snippetlist a:hover {
	color: #333;
	text-decoration: underline;
}

#snippetlist p {
	margin: 0;
	padding: 0;
	text-align: left;
}

#snippetlist ul {
	margin: 0;
	margin-left: 10px;
	margin-right: 5px;
	padding: 0;
	/*display: inline;*/
	list-style: none;
}

#snippetlist ul li {
	float: left;
	text-align: left;
}

#snippetlist li {
	margin-bottom: 10px;
	width: 100%;	
}

/* Top Nav */	
	
#topnav {
	margin: 0;
	text-align: center;
	padding: 5px 0px 0px 5px;
	background: #fff url(./images/hdmenu.gif) repeat-x;
	background-position: center bottom;
	height: 20px;
	font-weight: bolder;
	color: #666;
	font-family: "Courier New", Courier, sans-serif;
	border-top: 0px;
	border-bottom: 1px solid #999;
	overflow: hidden;
}	

#topnav a, #topnav a:visited {
	color: #666;
	text-decoration: none;
}

#topnav a:hover {
	color: #333;
	text-decoration: underline;
}

#topnav ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#topnav ul li {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}

/* Footer Nav */

#footernav {
	padding: 5px 0px 0px 5px;
	background: #fff url(./images/hdmenu.gif) repeat-x;
	height: 20px;
	font-weight: bold;
	color: #666;
	font-family: "Courier New", Courier, sans-serif;
	border-top: 1px solid #999;
}

#footernav a, #footernav a:visited {
	color: #666;
	text-decoration: none;
}

#footernav a:hover {
	color: #333;
	text-decoration: underline;
}

#footernav ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#footernav ul li {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}

/* Footer Credit */

#footercredit {
	padding: 10px;
	background: #fff;
	text-align: center;	
	line-height: 18px;
	font-family: Tahoma, Helvetica, sans-serif;
	border-bottom: 1px solid #999;
	border-left: 1px solid #900;
}

#footercredit a, #footercredit a:visited {
	color: #666;
	text-decoration: none;
}

#footercredit a:hover {
	color: #333;
	text-decoration: underline;
}

/* Footer Lic */

#footerlicense {	
	padding: 10px;
	background: url(images/img_redfooter.gif);
	background-repeat: no-repeat;	
	background-position: center bottom;	
	text-align: center;	
	color: #fff;
	font-size: small;
	font-family: Tahoma, Helvetica, sans-serif;	
}

#footerlicense a, #footerlicense a:visited
{
    font-size: small;
    color: #fff;
    text-decoration: none;
}

#footerlicense a:hover 
{
    text-decoration: underline;
}


 
/* Bard Required */
#redlogo {
	font-family: "Courier New", Courier, sans-serif;
	color: #fff;
	background-color: #f00;
	font-weight: bold;
	padding: 0px;
	margin: 1px;
}

#redtext {
	font-family: "Courier New", Courier, sans-serif;
	color: #f00;
	font-weight: bold;
}
.redError {
	font-family: "Courier New", Courier, sans-serif;
	color: #f00;
	font-size: 11px;
	border: 1px dotted #f00;
	padding: 2px;
	margin: 2px;
	background-color: #ffe;
}


	
	
