body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	text-align : center;
	background: url(/images/shared/background.gif) center top no-repeat;
}

p, h1, h2, h3, ul, li {
	margin: 0px;
	text-align: left;
}

a {
	color: #85a31b;
	text-decoration: underline;
}
a:hover {
	color: #edb139;
	text-decoration: none;
}

#Container {
	margin: 0px auto auto auto;
	width: 814px;
	height: auto;
}

#Header {
	height: 120px;
	width: 814px;
	background: url(/images/shared/header.gif) left bottom no-repeat;
}

#NavBar {
	height: 40px;
	background: #4733ac;
	color: #fff;
}
#NavBar a, #Footer a {
	color: #fff;
	text-decoration: none;
}

#NavBar ul {
	list-style: none;
	float: left;
	width: auto;
	margin: 12px 0px 0px auto;
}

#NavBar ul li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding-right: 12px;
	padding-left: 12px;
	font-size : 1.4em;
	font-weight: bold;
	border-right: solid 1px #6c6767;
}
#NavBar ul li:first-child {
padding-left: 0px;
	
}
#NavBar ul li:last-child {
	border-right : none;
}

#Footer {
	height: 16px;
	clear: both;
	margin: 8px 0px 0px 0px;
	padding: 12px;
	text-align: center;
	background: #4733ac;
	color: #fff;
}

#Column1, #Column2, #Column3 {
	width: 232px;
	height: auto;
	float: left;
	margin: 8px 0px 8px 8px;
	padding: 14px;
	
}
#Column1 {
	background: url(/images/shared/panels.gif) top center no-repeat;
	height: 300px;
}
 #Column2, #Column3 {
	background: url(/images/shared/intro-panels.gif) top center no-repeat;
}
 
 #Column1 ul {
 list-style: none;
 margin: 0px;
}
 #Column1 li {
 	font-size: 1.2em;
 	list-style: none;
	margin: 0px 0px 6px 0px;
}

#Column1 ul li a {
 	color: #333;
 	text-decoration: none;
}
#Column1 ul li a {
 	text-decoration: underline;
}

#ContentColumn ul.Left {
	width: 230px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 14px;
	padding: 0px;
	font-size : 1.1em!important;
}
#ContentColumn ul.Right {
	width: 230px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 14px;
	padding: 0px;
	font-size : 1.1em!important;
}

#ContentColumn ul.Left li, #ContentColumn ul.Right li {
	width: auto;
	height: auto;
	font-size : 1.1em!important;
	color: #333;
	margin: 0px 0px 6px 0px;
	padding: 0px 8px 0px 0px;
	list-style-image: url(/images/shared/bullet.gif);
}
#ContentColumn ul.Left li:last-child, #ContentColumn ul.Right li:last-child {
	margin-bottom: 14px;
}


p {
	font-size : 1.2em;
	color: #333;
	margin-bottom: 12px;
	line-height: 18px;
	clear: left;
}

h1, h2 {
	font-size: 1.4em;
	color: #edb139;
	font-weight: bold;
}

/* Scroller */
#Splash {
	width: 528px;
	height: 150px;
	background: url(/images/splashbg.gif) top center no-repeat;
	float: left;
	margin: 8px 0px 0px 8px;
	padding: 0px;
}

ul#Quotes {
	width: 528px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#ContentColumn {
	width: 500px;
	min-height: 350px;
	background: url(/images/shared/contentpanel.gif)  top center no-repeat;
	float: left;
	margin: 8px 0px 0px 8px;
	padding: 14px;
	text-align: left;
}

#ContentColumn ul {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 14px;
	padding: 0px;
}

#ContentColumn ul li {
	width: auto;
	height: auto;
	font-size : 1.1em;
	color: #333;
	margin: 0px 0px 6px 0px;
	padding: 0px 8px 0px 0px;
	list-style-image: url(/images/shared/bullet.gif);
}
span.Date {
	font-family : Georgia, "Times New Roman", Times, serif;
	float: right;
	color: #b8cc53;
}

#ContentColumn .Left {
	font-size: 1.4em;
	color: #edb139;
	float: left;
	width: 180px;
	height: auto;
	margin: 0px 20px 20px 0px;
	text-align: right;
	
}

#ContentColumn .Right {
	float: left;
	width: auto;
	height: auto;
	margin: 0px 0px 30px 0px;
	font-size: 1.2em;
	color: #333;
}

