/* Column Styles */
#content {
	width:730px;
	margin:auto;
	text-align:left;
}
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.45em;
	margin:16px 0 8px;
	padding:0;
	text-transform:uppercase;	
	font-weight:bold;
	text-align:left;
}
h1.top, h2.top {
	padding-top:0;
	margin-top:0;
}
h1.blue, h2.blue {
	color:#527188;
}
h1.orange, h2.orange {
	color:#f69340;
}
h1.gray, h2.gray {
	color:#666;
}
h1.left, h2.left {
	text-align:left;
}
h1.right, h2.right {
	text-align:right;
}
h1.small, h2.small {
	font-size:1.2em;
	font-weight:bolder;
}
h1.big, h2.big {
	font-size:1.6em;
}
h1.noCaps, h2.noCaps {
	text-transform:none;
}
#content #headings {
	height:60px;
	position:relative;
}
#content #headings h1 {
	position:absolute;		
	bottom:5px;	
	padding:0;
	margin:0;		
}
#headings h1.leftLeft {
	left:0px;
}
#headings h1.leftRight {
	right:570px;
}
#headings h1.mainLeft {
	left:180px;
}
#headings h1.mainRight {
	right:180px;
}
#headings h1.rightLeft {
	left:570px;
}
#headings h1.rightRight {
	right:0;
}
#leftCol {
	width:160px; 
	margin-right:20px;
	float:left;
	text-align:right;	
}
#mainCol {
	width:365px; /* TODO: should be 370, crappy float bug in IE */
	margin-right:20px;
	float:left;
	text-align:justify;
}

#rightCol {
	width:160px; 
	float:left;
	text-align:left;
}

#leftCol h1, #leftCol h2, #rightCol h1, #rightCol h2 {
	font-size:1em;
	margin:0;
	padding:0;
}

/* main content styles */
div.dotRuleUp {
	 height:8px;
	 background:url(/templates/base/hdots-blue.gif) repeat-x left top;
	 font-size:0;
}
div.dotRuleDown {
	 height:8px;
	 background:url(/templates/base/hdots-blue.gif) repeat-x left bottom;
	 font-size:0;
}
div.dotRuleMid {
	 height:16px;
	 background:url(/templates/base/hdots-blue.gif) repeat-x left center;
	 font-size:0;
}
div.info, div.infoRight {
	font-size:0;
	height:24px;
	background:url(/templates/base/info-icon.gif) no-repeat;
	margin-bottom:8px;
}
div.warning, div.warn, div.warnRight {
	font-size:0;
	height:24px;
	background:url(/templates/base/warning-icon.gif) no-repeat;
	margin-bottom:8px;
}
div.warnRight, div.infoRight {
	background-position:right;
}
/* default classes for simple left/right floated images */
img.left {
	float:left;
	margin:0 16px 16px 0;
}
img.right {
	float:right;
	margin:0 0 16px 16px;
}
p {
	margin:0 0 16px;
}
#content a:link, #content a:visited, #content a:active {
	color:#636466;
	font-style:italic;
	text-align:left;
}
#content a:hover {
	color:#f69340;
}
#footer {
	text-align:center; 
	font-size:0.9em; 
	clear:both; padding-top:25px;
	padding-bottom:25px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#636466;
}
#footer a:hover {
	color:#222;
}

/*
#footer a:link, #footer a:visited, #footer a:active {
color:#527188;
}
#footer a:hover {
color:#527188;
}
*/

