/* CSS Document */



/* undohtml.css */

/* (CC) 2004 Tantek Celik. Some Rights Reserved. */

/* http://creativecommons.org/licenses/by/2.0 */

/* This style sheet is licensed under a Creative Commons License. */

/* http://www.tantek.com/log/2004/undohtml.css */





:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }

a img,:link img,:visited img { border:none }

address { font-style:normal }



/*CSS for rallyweb.co.uk by Suzy Mansfield, Reveille*/



body{font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:13px; text-align:left; margin:0px 0px 0px 0px;background-color:#ffffff; background-image:url(../assets/bg-img.jpg); background-repeat:repeat; }

h1	{font-size: 16px; text-align: center; line-height: 0.8cm; color: #FF9900; font-weight: bold;}

h2	{text-align: left;font-size: 14px;font-weight: bold;color: #ff9900;}

h3	{line-height: 0.5cm;text-align:left;font-size: 12px;font-weight: bold;color: #ff9900;}

h4	{line-height: 0.5cm;text-align: center;font-size: 10px;font-weight: bold;color: #ff9900;}

	

a, a:link, a:active, a:visited	{color: #ff9900;font-weight: bold;text-decoration: underline;}

a:hover	{color: #999999;font-weight: bold;text-decoration: underline;}

ul.plain 	{

	clear:right;
	display:block;
	padding:0px 0px 0px 15px;
	list-style-type:disc;
	margin:5px 3px 0px 10px;
	}

ul.plain a, ul.plain a:link, ul.plain a:active, ul.plain a:visited	{
	color: #ff9900;
	font-weight: normal;
	text-decoration: underline;
	}
ul.plain a:hover	{
	color:#999999;
	text-decoration:underline;
	}
#wrapper	{
	width:1000px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	display:table;
	height:1000px;
	border:1px solid #ffffff;
	background-color:#ffffff;
	}
#internal-wrap	{
	width:1000px;
	height:850px;
	float:left;
	display:table;
	}
#header	{
	width:1000px;
	height:100px;
	float:left;
	}
#nav	{
	width:990px;
	height:40px;
	float:left;
	padding-left:10px;
	background-color:#000000;
	margin:3px 0px 0px 0px;
	}
#col-left	{
	width:200px;
	height:100%;
	float:left;
	background-image:url(../assets/left-col-bg.jpg);
	background-repeat:repeat-y;
	font-size:11px;
	padding:2px 15px 0px 3px;
	text-align:justify;
	}
#col-left img	{
	clear:both;
	margin:4px 0px 0px 3px;
	}
.col-item	{
	width:195px;
	background-color:#FFCC99;
	margin-top:8px;
	padding:0px 5px 0px 5px;
	}
#col-right	{
	width:765px;
	height:100%;
	padding:8px 3px 0px 8px;
	text-align:justify;
	float:left;
	}
#col-right img	{
	float:right;
	margin:4px 0px 3px 6px;
	}
#footer	{
	width:1000px;
	height:30px;
	padding:10px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	border:1px solid #ffffff;
	background-color:#000000;
	text-align:center;
	}
.nav li	{

	margin:8px 0px 0px 5px;
	display:inline;
	float:left;
	list-style-type:none;
	}
.nav ul li	{
	width:150px;
	height: 18px;
	float:left;
	margin: 0px 0px 0px 0px;
	display:inline;
	list-style-type:none;
	}
.nav a	{
	width:150px;
	height: 18px;
	float:left;
	padding:2px 0px 0px 0px;
	color:#ff9900;
	text-decoration:none;
	text-align:center;
	margin: 0px 0px 3px 0px;
	border:1px solid #ffffff;
	}
.nav a:hover {
	text-decoration:underline;
	background-color:#ff9900;
	color:#000000;
	}


	
	
	