body {
	text-align:center;
	font-family:Verdana;
	font-size:8pt;
	color:#7f8789;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:820px;
	text-align:left;
}

#logoStrip {
	text-align:left;
	padding:0px 0px 6px 3px;
	border-bottom:#c4bcc5 1px solid;
	margin-bottom:10px;
}

#menuStrip {
	background-image:url('images/header.jpg');
	background-position:top right;
	background-repeat:no-repeat; 
	background-color:#547f90;
	margin-bottom:5px;
}

#menu {
	width:204px;
	border-right:#FFF 1px solid;
}

#menu ul {
	list-style-type:none;
	margin:7px 10px 34px 10px;
	padding:0px;
}

#menu li {
	line-height:1.7em;
}

#menu a {
	color:#b8cdcb;
	text-decoration:none;
}

#menu a:hover {
	color:#FFF;
	text-decoration:underline;
}

#columnOne {
	float:left;
	width:204px;
	background:#f5f9fa;
	border-bottom:#d1e2e8 1px dotted;
}

#columnTwo {
	float:left;
	width:429px;
}

#columnTwo h1 {
	font-size:8pt;
	color:#2f5e69;
	border-bottom:#c4bcc5 1px solid;
	margin:6px 16px 3px 16px;
	line-height:1.8em;
}

#columnTwo h2 {
	font-size:8pt;
	color:#2f5e69;
	border-bottom:#c4bcc5 1px solid;
	margin:6px 16px 3px 16px;
	line-height:1.8em;
}

#columnTwo p {
	margin:6px 16px 13px 16px;
	line-height:1.4em;
}

#columnTwo p.link {
	margin:6px 16px;
	line-height:1.4em;
}

#columnThree {
	float:right;
	width:187px;
	background:#f5f9fa;
	border-bottom:#d1e2e8 1px dotted;
}

#columnThree h4 {
	font-size:8pt;
	color:#2f5e69;
	border-bottom:#c4bcc5 1px solid;
	margin:6px 5px 3px 5px;
	line-height:1.8em;
}

#columnOne p, #columnThree p {
	margin:6px 5px 13px 5px;
	line-height:1.4em;
}

#columnOne img, #columnThree img {
	margin:4px;
	border:#d1e2e8 1px dotted;
}

#columnOne a, #columnTwo a, #columnThree a {
	color:#a61f1b;
	background:url(images/bulletRed.gif) no-repeat left;
	padding-left:13px;
	text-decoration:none;
}

#columnOne a:hover, #columnTwo a:hover, #columnThree a:hover {
	text-decoration:underline;
}

#columnOne .linkBox, #columnThree .linkBox {
	margin:4px;
	border:#d1e2e8 1px dotted;
	background:#FFF;
	padding:6px;
}

#columnOne .linkBox ul, #columnThree .linkBox ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#columnOne .linkBox li, #columnThree .linkBox li {
	line-height:1.6em;
}

#columnOne .linkBox a, #columnThree .linkBox a {
	color:#656d6f;
	background:url(images/bulletBlue.gif) no-repeat left;
	padding-left:13px;
	text-decoration:none;
}

#columnOne .linkBox a:hover, #columnThree .linkBox a:hover {
	text-decoration:underline;
}

.clear { 
	clear:both;
}