/* <!-- */

/* General styles */
html, body { width:100%;  }
body { margin:0; padding:0; border:0; font-family:Verdana, Arial, Helvetica, sans-serif; 10pt; }
h1 { font-size:16pt; margin:.8em 0 1em 0; padding:0; }
h2 { font-size:14pt; margin:.8em 0 .8em 0; padding:0;}
h3 {font-size:12pt; margin:.8em 0 .6em 0; padding:0; }
h4 { font-size:11pt; margin:.8em 0 .6em 0; padding:0; }
th		{ font-weight: bold; }
p { margin:.4em 0 .8em 0; padding:0; }
a { text-decoration: underline; }
a:link		{ color:#36f; background-color:#fff; }
a:visited	{ color:#36c; background-color:#fff; }
a:active	{ color:#36f; background-color:#fff; }
a:hover		{ color:#36f; background-color:#ff9; }
ul { clear:both; width:100%; }
li { list-style-type:disc; }

.line { clear:both; width:100%; height:2px; border-bottom:1px solid #000; }
.dotline{ border-bottom: 1pt dotted #CCCCCC; }
.block { width:100%; display:block; }
.bdr	{ border: 0; }
.bold { font-weight:bold; }

/* Header styles */
#header { display: none; }

/* 'widths' sub menu */
#layoutdims { display:none;}

#bcleft { display:none; }
#bcright { display:none; }

/* column container */
.colmask {	position:relative; clear:both; float:left; width:100%; overflow:hidden; }

/* common column settings */
.colright, .colmid, .colleft { float:left; width:100%; position:relative; }
.col1, .col2, .col3 { float:left; position:relative; padding:0 0 1em 0; overflow:hidden; }
.col2 { display:none; }
.col3 { display:none;; }

/* 3 Column settings */
.threecol {
	background:transparent;	/* right column background colour */
}
.threecol .colmid {
	right:0%;			/* width of the right column */
	background:transparent;	/* center column background colour */
}
.threecol .colleft {
	right:100%;			/* width of the middle column */
	background:transparent;	/* left column background colour */
}
.threecol .col1 {
	width:96%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:0;			/* Width of left column content (column width minus padding on either side) */
	left:4%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:0;			/* Width of right column content (column width minus padding on either side) */
	left:96%;			/* 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) */
}


#lmenu { display:none; }

#content{}
#content ul { clear:both; }
#content ul li { list-style:disc; }

#rmenu { display:none; }

/* Footer styles */
#footer { display:none; }
/* --> */
