html {
	scrollbar-face-color:#006600;
	scrollbar-base-color:#003300;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#9BC39B;
	scrollbar-shadow-color:#003300;
	scrollbar-highlight-color:#9BC39B;
	scrollbar-3dlight-color:#9BC39B;
	scrollbar-darkshadow-Color:#003300;
}
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background-image: url(images/back1.jpg);
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */

	}

	
	A:current {color: #996600; text-decoration: none;}
	A:link {color: #996600; text-decoration: none;} 
	A:visited {color: #996600; text-decoration: none;} 
	A:hover {color: #006600; text-decoration: underline;}


	h1 {
		margin:.8em 0 .2em 0;
		padding:0;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 14px;
		font-style: bold;
		color: #006600;
	}


	/* Twitter Title */
	.sidebar-title {
		margin:.8em 0 .2em 0;
		padding:0;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 14px;
		font-style: bold;
		color: #006600;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	
	/* Container */
	#container {
		margin: 0 auto;
		width: 100%;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #006600;
	}
	#header img {
		margin-left: 30px;
	}
	#logo {
	
		width: 100%;
	
	background: url(images/header_logo.gif) 0 0 no-repeat;
	
	font-family: Arial, Verdana;

		font-style: bold;
	
	font-size: 21px;
	
	color: #000000;

		text-align: right;

	}



table.col {
	border-collapse: collapse;
	background-image: url(images/back1.jpg);
	border: 2px solid #006600;
}
table.col th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;	
	background-image: url(images/green.gif);
	padding: 2px;
}
table.col td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	background-image: url(images/back1.jpg);
	padding: 2px;
}
table.col li {
	list-style-type: square;
}
table.col h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}
table.col input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
}

table.frm {
	border-collapse: collapse;
	background-image: url(images/back1.jpg);
	border: 0px solid #006600;
}
table.frm th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;	
	background-image: url(images/green.gif);
	padding: 2px;
}
table.frm td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	background-image: url(images/back1.jpg);
	padding: 2px;
}
table.frm li {
	list-style-type: square;
}
table.frm h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}
table.frm input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
}



/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background-image: url(images/back1.jpg);
		border-top:4px solid #006600;
		margin:0;
		padding:6px 15px !important;
		text-align: right;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #006600;
	}

	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page 100% */
		overflow:hidden;		/* This chops off any overhanging divs */
	}



	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#eee;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#f4f4f4;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

	/* Full page settings */
	.fullpage {
		background:#fff;		/* page background colour */
	}
	.fullpage .col1 {
		width:96%;			/* page width minus left and right padding */
		left:2%;			/* page left padding */
	}

	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #006600;
		text-align: center;
	}
	#footer p {
		padding:10px;
		margin:0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #006600;
	}

	#footer h4 {
		padding:10px;
		margin:0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: normal;
		color: #006600;
	}

	#footer h5 {
		padding:10px;
		margin:0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: normal;
		color: #006600;
	}


	#footer table.botnav {
		border-collapse: collapse;
		background-image: url(images/back1.jpg);
		border: 0px solid #006600;
	}

	#footer table.botnav th {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;	
		background-image: url(images/green.gif);
		padding: 2px;
	}

	#footer table.botnav td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #006600;
		background-image: url(images/back1.jpg);
		padding: 2px;
	}	
