@charset "utf-8";

p {
	color: #666666;
	padding-bottom: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3A7BB6;
	letter-spacing: 0.15em;
	padding-bottom: 15px;
	font-weight: normal;
	font-size: 160%;
	background-image: url(../_images/titleBar.png);
	background-repeat: repeat-x;
	background-position: bottom;
}



/* ---------- Columns --------- */

#content #column{
	position: relative;
	width: 720px;
	float: left;
	display: block;
	background-image: url(../_images/lineDot.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#wrapper #content #column a {
	text-decoration: underline;
	color: #666666;
}
.moreSpace {
	margin-top: 30px;
	margin-bottom: 5px;
}


#wrapper #content #column #leftCol {
	width: 345px;
	float: left;
}
#wrapper #content #column #leftCol #leftColTit {
	height: 60px;
	float: left;
	clear: both;
	width: 345px;
}

#wrapper #content #column #leftCol #leftColText {
	display: block;
	width: 325px;
	clear: both;
	float: left;
	padding-right: 20px;
	overflow: auto;
}
#wrapper #content #column #leftCol #leftColText ul {
	color: #666666;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 20px;
}
#wrapper #content #column #leftCol #leftColText li {
	margin-bottom: 10px;
}
#wrapper #content #column #rightCol {
	width: 345px;
	float: right;
	overflow: hidden;
}
#wrapper #content #column #rightCol #rightColTit {
	height: 60px;
	float: left;
	clear: both;
	width: 345px;
	overflow: hidden;
}
#wrapper #content #column #rightCol #rightColText {
	display: block;
	height: 400px;
	width: 345px;
	clear: both;
	float: left;
	overflow: hidden;
}
