body {
	margin:0px 0px 30px 0px; padding:0px; font-family:verdana, arial, helvetica, sans-serif; color:#333; 
	background-color:#FFF; font-size:1em; }
h1 { margin:0px 0px 4px 0px; padding:0px; font-size:0.95em; line-height:28px; font-weight:900; color:#AA0000; }
h2 { margin:12px 0px 4px 0px; padding:0px; font-size:0.8em; line-height:28px; font-weight:600; color:#D70000; }
p { font:11px/20px verdana, arial, helvetica, sans-serif; font-size:0.8em; margin:0px 0px 0px 0px; padding:0px;	}

li { list-style-image:url(../images/bullet-list.gif); font-size:0.8em; line-height:20px; }

input, textarea { border:1px solid #666; background-color:#FFF; }

.inputNoBorder { border:1px solid #FFF; }

#topFrame { position:absolute; top:-18px; left:0px; height:0px; width:100%; border-bottom: 6px solid #AA0000; }
/* Again, "be nice to Opera 5". */
body>#topFrame {top:0px; }
	
#Content>p { margin:0px; text-align:justify; }
/* #Content>p+p {text-indent:30px;} /* indents second, third etc. paragraph on a page by set amount*/

a {	color:#D70000; text-decoration:none; font-weight:600; font-family:verdana, arial, helvetica, sans-serif; }
a:link { color:#D70000; }
a:visited { color:#D70000; }
a:hover { background-color:#eee; }

#Header { margin:15px 0px 10px 0px; padding:17px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	/* height:58px; /* 14px + 17px + 2px = 33px */
	border-bottom: 2px solid #666; line-height:11px;
	
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	/*height:39px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:65px;}

#headerBorderBlock { position:absolute; border-bottom: 3px solid #666; height:0px; top:82px; width:300px; right:0px; }
/* Again, "be nice to Opera 5". */
body>#headerBorderBlock { top:99px; }

.menuMain { padding-left: 0px; margin-top:4px; }

/* link styles below for main menu*/
.menuMain a:visited { font-weight:normal; color: #333; text-decoration: none; }
.menuMain a:link { 	font-weight:normal; color: #333; text-decoration: none; } 
.menuMain a:active { font-weight:normal; color: #333; text-decoration: none; } 
.menuMain a:hover { font-weight:normal; color: #333; text-decoration: underline; background-color:#fff; }

.strapLine { position:absolute; right:25px; top:55px; font-weight: bold; color:#000; padding:2px; }

#Content {
	margin:0px 210px 50px 10px;
	padding:10px;  height:auto;
	}

/** html #Content { height:465px; }*/

#Menu { position:absolute; top:120px; right:20px; width:172px; padding:10px; border-left:1px dashed #999;
	border-bottom:1px dashed #999; line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\""; 	voice-family:inherit; width:150px; }
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

.clear {
	clear: both;
	height: 1px;
	}

#scrollingInfo { height:150px; overflow:scroll; background-color:#CCCCCC; border:1px solid #666; overflow-x:hidden;}


#footer { font-size:0.7em; color:#fff; text-align:center; background-color:#A00; padding: 2px 0px 2px 0px; 
		margin-top:0px; }
/* link styles below for footer */
#footer a:visited { font-weight:normal; color: #fff; text-decoration: none; }
#footer a:link { 	font-weight:normal; color: #fff; text-decoration: none; } 
#footer a:active { font-weight:normal; color: #fff; text-decoration: none; } 
#footer a:hover { font-weight:normal; color: #fff; text-decoration: underline; background-color:#A00; }


#copyright { font-size:0.7em; color:#999; text-align:center; margin-top:4px; }

#quote { width:80%; background-color:#F8F8F8; border:1px solid #999; padding:18px; }

.txtRed { color:#A00; }
.txtEmphasised { color:#A00; font-weight:bold; font-style:italic; }
.txtLargeRed { color:#A00; font-size:1.6em; }

.standardsButtons { float:right; }

.clientAreaSide { text-align:right; }
.userLogin { border: 1px solid #999; height:10px; font-size:0.85em; color:#666; height:14px; }

.webPortfolio { margin: 0px 15px 8px 0px; border:4px double #666; }

.inputButton { border:1px solid #A00; background-color:#FFF; color:#A00; font-size:0.75em; font-weight:600; height:18px; }
.txtBold { font-weight:bold; }
.txtBoldRed { font-weight:bold; color:#A00; }

.error { font-variant:small-caps; color:#D70000; font-size:0.75em; font-weight:bold; }

.iconLeftQuote { margin:0px 10px 10px 0px; }
.iconRightQuote { margin:0px 0px 0px 10px; position:relative; top:10px; }

.txtNewsArchiveLink { text-align:right; font-size:0.65em; margin-top:8px; }

