body {
	padding: 0px;
	margin: 0px auto;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	/*text-align: center;*/
}
form 
{
	padding: 0px;
	margin: 0px;
}
#Form1
{
	margin: 0px auto;
	/*margin: 0px;*/
	padding: 0px;
	width: 800px;
	background-image: url(images/bgShadow-both.gif);
	background-repeat: repeat-y; 
	/* background-position: 740px 0px; */
	text-align: center;
	/* float: left; */
	/*border: 1px solid green;*/
}
p,h1,h2 {
	padding: 0px;
	margin: 0px;
}
p.clickHere
{
	background-image: url(images/bulletYellow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 10px;
}
a
{
	color:#7A77BB;
	font-weight: 800;
}
a:hover
{
	color:#A7D846;
}
a img
{
	border: 0px none;
}


#container {
	width: 740px;
	/*border-right: 1px solid #ccc;*/
	/* float: left; */
	clear: both;
	overflow: hidden;
	margin: 0 0 0 19px;
	/* margin: 0px auto; */
	padding: 0px;
	text-align: left;
	/*border-left: 1px solid #ddd;*/
}
#header {
	width: 740px;
	float: left;
	clear: both;
}

#headerTop {
	float: left;
	width: 740px;
	clear: both;
	background-image: url(images/headerBand.gif);
	height: 7px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-color: #A7D846;
	background-position: 18px 0px;
}

#headerMiddle {
	width: 740px;
	height: 115px;
	float: left;
	clear: both;
}
#logo {
	float: left;
	padding-left: 35px;
}
#faces 
{
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	left: 260px;
	top: 28px;
}
#headerLinks {
	font-size: 80%;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	color: #7A77BB;
	white-space: nowrap;
}
#headerLinks a {
	color: #7A77BB;
	text-decoration: none;
	font-weight: 800;
}
#headerLinks a:hover {
	text-decoration: underline;
	color:#A7D846;
}

#headerBottom {
	float: left;
	clear: both;
	width: 740px;
}
#menuLeft {
	float: left;
}
#menuButtons {
	float: left;
	width: 184px;
	font-size: 130%;
	letter-spacing: 1px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#menuButtons ul {
	list-style: none;
	padding: 3px 10px;
	width: 160px;
	margin: 0px;
}
#menuButtons ul li a {
	text-decoration: none;
	color: #000;
	padding: 6px 10px;
	width: 130px;
	border-bottom: 1px solid #A7D846;
	display: block;
	font-weight: 400;
}
#menuButtons ul li a.last {
	border-bottom: none;
}
#menuButtons ul li.selected {
	background-image: url(images/menuSelectedArrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#menuButtons ul li a:hover, #menuButtons ul li.selected a {
	color: #7A77BB;
}
#menuRight {
	float: left;
}

#body {
	width: 740px;
	float: left;
	clear: both;
	overflow: hidden;
}
#column1 {
	width: 225px;
	float: left;
	clear: left;
	overflow: hidden;
}
#column2 {
	width: 510px;
	float: right;
	clear: right;
	overflow: hidden;
}

.columnModuleTiny
{
	width: 200px;
	background-image: url(images/moduleBackground1.gif);
	float: right;
	margin-top: 20px;
	margin-bottom: 30px;
}
.columnModuleTinyContent
{
	width: 200px;
	height: auto;
	background-image: url(images/moduleBottom1.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	padding: 0px;
}
.columnModuleTinyContent h1
{
	color: #7A77BB;
	font-size: 135%;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	padding: 0px;
	padding-left: 15px;
}
.columnModuleTinyContent ul
{
	margin-top: 5px;
	margin-bottom: 25px;
	padding-right: 10px;
	margin-left: 5px;
	padding-left: 20px;
	font-size: 80%;
}
.columnModuleTinyContent ul li
{
	margin-bottom: 10px;
}
.smallCaps
{
	font-variant:small-caps;
}

.columnModuleOpen
{
	width: 200px;
	float: right;
	margin-top: 5px;
	margin-bottom: 25px;
	/*border: 1px solid blue;*/
}
.columnModuleOpen p
{
	font-size: 75%;
	padding-bottom: 10px;
	margin-left: 20px;
}
.columnModuleOpen img
{
	margin-left: 20px;
	margin-top: 10px;
}
.columnModuleOpen h1.smallGreen
{
	font-size: 130%;
	color: #A7D846;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	line-height: 100%;
	margin-left: 20px;
}
.columnModuleOpen h1.bigPurple
{
	font-size: 190%;
	color: #7A77BB;
	font-weight: 400;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	line-height: 100%;
	margin-left: 20px;
}

#column2 .headers {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 2px;
	clear: both;
	background-image: url(images/headerGreen.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}

#column2 p
{
	margin: 0px 20px 20px 40px;
	font-size: 85%;
}
#column2 .headers h1.bigPurple {
	color: #7A77BB;
	font-size: 180%;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	padding: 0px;
}
#column2 .headers h1.smallGreen {
	color: #A7D846;
	font-size: 100%;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	padding: 0px;
}
#column2 h1.regular {
	margin-left: 40px;
	font-size: 130%;
	color: #7a77BB;
	margin-bottom: 6px;
}
#column2 h2.regular {
	margin-left: 40px;
	font-size: 120%;
	color: #A7D846;
	margin-bottom: 8px;
}

#column2 .item
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	display: block;
	clear: both;
	float: left;
	width: 500px;
}

#column2 .greyBox
{
	background-image: url(images/boxGreyBG.gif);
	width: 300px;
	float: left;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: left;
}
#column2 .greyBoxImage
{
	float:left;
	position:relative;
	top:155px;
	left:10px;
	clear: right;
}
#column2 .greyBox .greyBoxHeader
{
	background-image: url(images/boxGreyTop.gif);
	background-repeat: no-repeat;
}
#column2 .greyBox .greyBoxFooter
{
	background-image: url(images/boxGreyBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#column2 .greyBox p
{
	margin-left: 15px;
	margin-bottom: 5px;
}
#column2 .greyBox ul
{
	font-size: 85%;
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer {
	width: 700px;
	float: left;
	clear: both;
	margin: 0px;
	padding: 20px 0px 10px 30px;
	*padding-top: 10px;
	display: block;
	color: #7A77BB;
	font-size: 75%;
}		
#footerBar {
	text-align: left;
	width: 650px;
	*width: 670px;
	border: 1px solid #A7D846;
	margin: 0px;
	padding: 10px;
	display: inline;
	float: left;
	clear: both;
}
#copyright {
	padding-top: 18px;
	float: left;
}
#footerLinks {
	padding-top: 18px;
	display: inline;
	float: right;
	clear: right;
}
#footerContactInfo 
{
	float: right;
	white-space:nowrap;
	text-align:right;
	margin-top: 2px;
}
#footer .footerContent
{
	text-align: center;
	padding-top: 10px;
	clear: both;
}
#footer .footerContent h3
{
	font-size: 120%;
}

