
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #666;
	margin: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #FF0000 ;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight:bold;
}

ul {
	margin:8px 0 8px 10px;
	font-size:11px;
	}
li {
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:0px;
	list-style-image:url(../images/bullet.gif);
	font-style:italic;
	margin:2px 0;
}
	
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #333;font-weight:normal;}

h1  {
	font-size:18px;
	color:#FFFFFF;
	font-weight:normal;
	background-image: url(../images/h1_bg.gif); 
	background-repeat:no-repeat;
	background-position:top left;
	padding:3px;
	margin:0 0 10px 0;
}
h2  {
	font-size:14px;
	font-weight:bold;
	margin:15px 0 3px 0;
	padding:0;
}
h3  {
	font-size:12px;
	font-weight:bold;
	margin:10px 0 3px 0;
	padding:0;
	color: #999999;
	font-style:italic;
}

p {
	font-size:11px;
	margin:8px 0;
	}

form {margin: 0;}

blockquote 	{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}

abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 1000px;
	margin: 2px auto 2px auto;
	padding: 0;
	background: #FFF;
	border:5px solid #FF0000;
}
#extras {  /* objects outside main page (powered by etc) */
	width:1000px ;
	margin: 0 auto;
	padding-bottom:10px;
	font-family:Tahoma, "Lucida Sans", sans-serif;
	font-size: 80%;
	color: #666;
	padding:0;
	color:#eee;
}
#banner {
	padding: 0px;
	text-align: left;
	background: #FFF;
	border:0;
	height:162px;
}
#menu {
	padding: 0px;
	text-align: left;
	background: #FFF;
	border:0;
	height:60px;
}
#sideColumn { /* Currently holds the login box */
	float: left;
	width: 240px;
	margin: 0px;
	padding:0;
}
#content { /* main content from the WYSIWYG goes in here */
	margin-left: 245px;
	margin-top:0px;
	padding: 40px 10px 10px 5px;
	text-align: left;
	clear: right;
}
* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

#content img {
	float:right;
	margin: 3px 5px 5px 10px;
	padding:2px;
	border: 1px solid #FF0000;
	}
#footer { 
	font-size: 90%;
	color: #FFF;
	border: 0;
	padding: 1px;
	clear: both;
	background: #FF0000;
	text-align:center;
}
#footer a {color:white;font-weight:bold;text-decoration:none;}
#footer a:hover {color:white;font-weight:bold;text-decoration:underline;}

#powered_by, #coding 	{text-align:center;color:#FFF;font-size:90%;}
#powered_by a, #coding a {color: #FFF; text-decoration:none; border-bottom: 1px dashed #FFF;}
#powered_by a:hover, #coding a:hover {color:#FF0000; border-bottom: 1px dashed #FF0000;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box in banner */
#search_box {
	color: #fff;
	text-align: center;
}
#search_box {
	float: right;
	clear: right;
	width: 200px;
}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 100px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 1px inset #ccc;
}
#search_submit {
	width: 50px;
	height: 20px;
	font-size: 90%;
	vertical-align: middle;
	padding: 0 0 4px 0;
}

/* Customise the Login Box */
#login-box { background: #eee; text-align: center;	line-height: 140%; margin: 1em 0 0.3em 0; border: 1px solid #ddd;}
#login-box fieldset {border:0;text-align:center;}
#login-box legend		{
	font-size: 90%;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:2px;}

#login-box input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */



/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}


label{
	width: 130px;
	float: left;
	text-align: left;
	color: #000;
	font-weight:normal;
	margin: 0 2px 10px 0;
	clear: both;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
}

.input-box{
	float: left;
	margin-bottom: 5px;
	color: #000;
	border: 1px solid red;
	background-color: #FFFFFF;
	width:200px;
	height: 20px;
	font-size:12px;
	padding: 4px 0 0 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.textarea{
	float: left;
	margin-bottom: 5px;
	color: #000;
	background-color: #FFFFFF;
	border: 1px solid red;
	font-family:  Arial, Helvetica, sans-serif;
	width:200px;
	height: 100px;
	font-size:12px;
	padding: 4px 0 0 4px;
}

fieldset{
	border:0;
	width: 80%;
	padding:10px;
	font-family:  Arial, Helvetica, sans-serif;
}

.submit-button{
	float:left;
	margin-left: 132px;
	color: #FFFFFF;
	border: 0px solid #666;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: red;
	padding: 4px;
}