body 
{
    color: #000; background-color: #fff; text-align: left;
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
}
p  { padding: 0.2em 1.5em 0.2em 1.2em; margin: 0; font-size: 1em; }
h1 { padding: 0.2em 1.5em 0.2em 0.6em; margin: 0; font-size: 1.5em; font-weight: bold; color: Navy; }
h2 { padding: 0.2em 1.5em 0.2em 0.8em; margin: 0; font-size: 1.2em; font-weight: bold; color: Maroon; }
h3 { padding: 0.2em 1.5em 0.2em 0.8em; margin: 0; font-size: 1.2em; font-weight: normal; }
ul { padding-right: 1em; text-align: left; margin-bottom: 1em; }

a, a:visited {
	color: #36C;
	text-decoration: none;
}

a:hover {
	color: #039;
	text-decoration: underline;
}

.wrapper { min-width: 400px; }
          /* 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 */
        min-width: 500px;
}      

.outer {
	border-left-width: 150px;  /* left column width */
	border-left-color: #006;   /* left column colour */
	
	border-right-width: 200px; /* right column width */
	border-right-color: #eee;  /* right column colour */
	
	background-color: #fff; /* center column colour */
}

.left {
	width: 150px;              /* left column width */
	margin-left: -150px;       /* _negative_ left column width */
	overflow: hidden;
	color: #fff;
	}

.right {
	width: 200px;              /* right column width */
	margin-right: -200px;      /* _negative_ right column width */
	overflow: hidden;
}

.wide {
	background-color: #ccf;    /* header and footer colours */
}

.widefooter {
	background-color: #006;		/* footer color */	
}

/* Main code */

.outer { width: auto; border-left-style: solid; border-right-style: solid; }
.inner { margin: 0; width: 100%; border-left: 500px;}

.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 solid #900; border-right: 1px dotted #666; }

.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 left;
	margin: 0;
	padding: 0;
	height: 80px;	
	}

/* Bard Roll */

#bardroll {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

#bardroll a, a:visited {	
	color: #fff;
	text-decoration: none;
}

#bardroll a:hover {
	color: #f00;
	text-decoration: underline;
}

#bardroll ul {	
	margin-left: 20px;
	padding: 0px;
	/*display: inline;*/
	
}
#bardroll li {
	margin-left: 0px;
	margin-bottom: 10px;
	list-style: none;
	padding-bottom: 0px;
}

/* Snippet List */

#snippetlist {
	margin-left: 1em;
	font-size: 12px;
	font-family: Tahoma, Helvetica, sans-serif;
}

#snippetlist a, a:visited {	
	color: #666;
	text-decoration: none;
}

#snippetlist p {
	margin: 0;
	padding: 0;
}

#snippetlist a:hover {
	color: #333;
	text-decoration: underline;
}

#snippetlist ul {
	margin: 0;
	margin-left: 5px;
	margin-right: 10px;
	padding: 0;
	/*display: inline;*/
	list-style: none;
}

#snippetlist li {
	background-color: #ccf;
	padding: 10px;
	margin-bottom: 15px;
		
}


/* Top Nav */	
	
#topnav {
	margin: 0;
	padding: 5px 0px 0px 5px;
	background: #fff url(./images/hdmenu.gif) repeat-x;
	height: 20px;
	font-weight: bold;
	color: #666;
	font-family: tahoma, helvetica, sans-serif;
	border-top: 1px solid #99c;
	border-bottom: 1px solid #999;
}	

#topnav a, 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 {
	margin-left: 149px;
	padding: 5px 0px 0px 5px;
	background: #fff url(./images/hdmenu.gif) repeat-x;
	height: 20px;
	font-weight: bold;
	color: #666;
	font-family: tahoma, helvetica, sans-serif;
	border-top: 1px solid #999;
	border-left: 1px solid #900;		
}

#footernav a, 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 {
	margin-left: 149px;
	padding: 5px 0px 0px 5px;
	background-image: url(./images/hdmenu.gif);
	text-align: center;
	height: 18px;
	color: #666;
	font-family: tahoma, helvetica, sans-serif;
	border-bottom: 1px solid #999;
	border-left: 1px solid #900;
}

#footercredit a, a:visited {
	color: #666;
	text-decoration: none;
}

#footercredit a:hover {
	color: #333;
	text-decoration: underline;
}

/* Footer Lic */

#footerlicense {
	margin-left: 149px;
	padding: 5px 0px 0px 5px;
	background-color: #eee;
	text-align: center;	
	color: #666;
	font-family: tahoma, helvetica, sans-serif;
	font-size: small;
	line-height: 3em;
	border-left: 1px solid #900;
	/*border-right: 1px solid #999;*/
}

/* 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;
}

div.costofwar {
	font-size: 11px;
	text-align: center;
	background-color: #cecfff;
}


	
	