html, body {
 font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
 font-size: 10pt;
 background-color: #e7e2d8;
 background-image: url(images/background.png);
 background-repeat: repeat-y; 
 height: 100%;
 margin: 0;
 }
 
td, th, p {
 font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
 font-size: 10pt;
} 


a:link {
	color: #4f00d9;
	text-decoration: none;
}

a:visited {
	color: #4f00d9;
	text-decoration: none;
}

a:hover {
	color: #200061;
	text-decoration: underline;
}

.leftGutter {
	background-image: url(images/left_gutter.png);
	background-repeat: repeat-y; 
}

.rightGutter {
	background-image: url(images/right_gutter.png);
	background-repeat: repeat-y; 
}

.leftCol {
	background-image: url(images/leftCol.png);
	background-repeat: no-repeat;
	background-color: #ECE1F7;
	padding-top: 10px;
}

.leftCol p {
	padding-left: 15px;
	padding-right: 15px;
}

.leftCol a:link {
	color: #4f00d9;
	text-decoration: none;
}

.leftCol a:visited {
	color: #4f00d9;
	text-decoration: none;
}

.leftCol a:hover {
	color: #200061;
	text-decoration: underline;
}

.homemain {
	background-image: url(images/homeContentBk.png);
	background-repeat: no-repeat;
	background-color: #ECE1F7;
	padding-top: 10px;
	padding-bottom: 10px;
}

.homemain h1 {
	font-size: 12pt;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	color: #631E75;
}

.homemain h2 {
	color: #7D8787;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;	
}

.homemain p {
	font-size: 10pt;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.6em;
}

.main {
	background-image: url(images/contentBk.png);
	background-repeat: no-repeat;
	background-color: #ECE1F7;
	padding: 10 15 10 10;
}

.main h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #631E75;	
}

.main p {
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.6em;
}

.rightCol {
	background-image: url(images/rightCol.png);
	background-repeat: no-repeat;
	background-color: #ECE1F7;
	padding-top: 10px;
	padding-bottom: 10px;
}

.rightCol h1 {
	color: #7D8787;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;	
	text-align: center;
}

.rightCol p {
	padding-left: 15px;
	padding-right: 15px;
}

.footer {
	background-color: #6b666f;
	padding-top: 10px;
}

.footer p {
	font-size: 8pt;
	color: #ECE1F7;
	padding-right: 15px;
	line-height: 1.5em;
}

.footer a:link {
	text-decoration: underline;
	color: #ECE1F7;
}

.footer a:visited {
	text-decoration: underline;
	color: #ECE1F7;
}

.footer a:hover {
	text-decoration: none;
	color: #ECE1F7;
}

.thumbnail {
	background-image: url(images/tn_background.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 140px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
	padding: 10 0 0 0;
}