body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	background:#444444 url('images/pagebg.gif') repeat-x top left;
	font: normal 11px Tahoma, sans-serif;
	color: #a1a1a1;
	}

P {font:11px Tahoma, sans-serif;
	color:#a1a1a1;
	}

i {font-style: oblique;
	padding-right: 3px;
	padding-left: 3px;
	color:#a1a1a1;
	}

b {font-weight: bold;
	padding-right: 1px;
	padding-left: 1px;
	color:#eaeaea;
	}

a:link { color: #d55815;
	font:1em Tahoma, sans-serif;
	}
a:active { color: #d55815;
	text-decoration: none;
	font:1em Tahoma, sans-serif;
	}
a:visited { color: #cfb5a7;
	font:1em Tahoma, sans-serif;
	}
a:hover {color: #fc911e;
	text-decoration: none;
	font:1em Tahoma, sans-serif;
	}

blockquote {margin: 2px 10px 2px 10px;
	font: .9em Tahoma, sans-serif;
	color:#a1a1a1;
	border-top: 2px solid #282828;
	border-bottom: 2px solid #282828;
	padding: 3px;
	background: #4b4b4b;
	}

ul {margin: 0.0em;      
	padding: 0em 0em 0em 0em;
	}


/* titles */

h1 {color:#d55815;
	text-align:left;
	padding-left: 5px; 
	font: 2em Tahoma, sans-serif;
	margin-bottom: 3px;
	text-transform: lowercase;
	font-weight: bold;
	}


h2 {padding: 3px;
	text-align:left; 
	color:#d55815; 
	font: 1.6em Tahoma, sans-serif;
	margin-bottom: 3px;
	text-transform: lowercase;
	font-weight: bold;
	}

h3 {padding: 3px;
	text-align:left; 
	color: #b4470c; 
	font: 1.3em Tahoma, sans-serif;
	margin-bottom: 2px;
	text-transform: lowercase;
	font-weight: bold;
	border-bottom: 1px solid #b4470c;
	}


/* header */

#header {width:100%;
	background:transparent url('images/header.gif') no-repeat top right;
	margin: 52px 0px 0px 0px;
	padding: 0px;
	height: 155px;
	}

#pagename {margin: 0px;
	font: 2em "Century Gothic", Tahoma, sans-serif;
	color:#d55815;
	padding: 100px 0px 0px 20px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing : .1em; 
	}


/* footer */

#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px dotted #6b6b6b;
	}

#footer p {
	padding:10px;
	margin:0;
	color: #6b6b6b;
	}

#footer a:visited {color:#6b6b6b;
	}

/* navigation */

.col2 h2{background:#444444 url('images/titlebg.gif') no-repeat top right;
	width: 95%;
	height: 25px;
	padding: 5px 0px 5px 10px;
	margin: 10px 0px 2px 0px;
	text-align:left; 
	color:#d55815; 
	font: 1.3em Tahoma, sans-serif;
	font-weight: bold;
	}

.col3 p{text-align: justify;
	margin-bottom: 25px;
	}


ul.links li {list-style-type: none; 
	margin: 0px;
	font:11px Tahoma, sans-serif; 
	}


ul.links li a:link{ color:#d55815;
	font: 1em Tahoma, sans-serif;
	text-decoration: none;
	letter-spacing: 2px;
	margin: 1px;
	width: 90%;
	height: 15px;
	display: block;
	background: #4b4b4b;
	padding: 4px 4px 4px 8px;
	}


ul.links li a:visited{ color:#ad8a77;
	font: 1em Tahoma, sans-serif;
	text-decoration: none;
	letter-spacing: 2px;
	margin: 1px;
	width: 90%;
	height: 15px;
	display: block;
	background: #4b4b4b;
	padding: 4px 4px 4px 8px;
	}

ul.links li a:hover{ color:#f9813f;
	font: 1em Tahoma, sans-serif;
	text-decoration: none;
	letter-spacing: 2px;
	margin: 1px;
	width: 95%;
	height: 15px;
	display: block;
	background: #282828;
	padding: 4px 4px 4px 8px;
	}


/* 'widths' sub menu */

#layoutdims {
	clear:both;
	background:#444444;
	border-top:4px solid #ffffff;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
	}

/* column container */

.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	}

/* common column settings */

.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
	font:11px Tahoma, sans-serif;
	color:#a1a1a1;
	}

.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
	font:11px Tahoma, sans-serif;
	color:#a1a1a1;
	}


/* 3 Column settings */

.threecol {
	background:#4b4b4b;	/* right column background colour */
	}

.threecol .colmid {
	right:15%;		/* width of the right column */
	background:#444444;	/* center column background colour */
	}

.threecol .colleft {
	right:60%;		/* width of the middle column */
	background:#444444;	/* left column background colour */
	border-right: 1px dotted #6b6b6b;
	}

.threecol .col1 {
	width:56%;		/* 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:21%;		/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}

.threecol .col3 {
	width:11%;		/* 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) */
	}



