body 	{
  background-image: url('images/bg.gif');
	margin: 0;
	background-color: #f9f5c9;
	}

html 	{
  background-image: url('images/bg.gif');
	margin: 0;
	}
	
h1 { font-family: verdana; color: #41cede; font-size: 30px; line-height: 28px; text-align: left; margin: 15px 0px 10px 0px;}	
h2 { font-family: verdana; color: #91c613; font-size: 20px; line-height: 24px; text-align: left; margin: 15px 0px 10px 0px; }	
h3 { font-family: verdana; color: #170109; font-size: 15px; font-weight: bold; text-align: left; }	


p.large { font-family: verdana; color: #170109; font-size: 17px; line-height: 24px; text-align: left; margin: 2px 0px 0 0px; }
p { font-family: verdana; color: #170109; font-size: 15px; line-height: 24px; text-align: left; margin: 2px 0px 8px 0px;}
p.small { font-family: verdana; color: #170109; font-size: 11px; line-height: 14px; text-align: left; }


img { border: 0; }

a:link 
	{
	color: #1c9ba9;
	text-decoration: underline;
  font-family: verdana
	}
	
a:visited 
	{
	color: #1c9ba9;
	text-decoration: underline;
  font-family: verdana
	}

a:hover {
	color: #1c9ba9;
	text-decoration: none;
  font-family: verdana
	}
a:active 
	{
	color: #1c9ba9;
	text-decoration: none;
	font-weight: bold;
  font-family: verdana
	}
	

.floatleft { float: left; }	
.floatright {float: right; }
.clear {clear: both;}
.clearright { clear: right }

ul {

  list-style-image: url(images/bullet.png); 
  list-style-type: none;
}



ul, lu {font-family: verdana; font-size: 12px; line-height: 25px; text-align: left; display: block;}


#container {width: 1000px; margin: 0 auto 0 auto; background-image: url(images/mainBG.png); background-repeat: repeat-x; background-color: #ffffff; border: 0px solid red;}

#masthead { width: 1000px; height: 248px; background-image: url(images/masthead.png); background-repeat: no-repeat;}
#menu { clear: both; width: 676px; height: 40px; padding: 157px 0 0 292px; }
#menuSub { width: 701px; height: 37px; background-image: url(images/menu-subBG.png); margin: -1px 0 0 1px;}

#leftColumn {float: left; width: 282px; background-image: url(images/leftcolumnBG.png); border: 0px solid red; margin-bottom: 20px;}
#leftColumn-padding {width: 253px; margin: 0 auto 0 auto;}

#rightColumn {float: right; width: 708px; margin-right: 5px; background-image: url(images/rightBG.png); background-repeat: repeat-x; border: 0px solid red;}

#footer {width: 1000px; background-color: #91c613; height: 300px; clear: both;}

table.form {border: 0; width: 100%; padding-top: 10px;}
tr.form { font-family: verdana; color: #170109; font-size: 15px; font-weight: bold; text-align: left;}
td.form { font-family: verdana; color: #170109; font-size: 15px; font-weight: bold; text-align: left; padding: 5px 5px 5px 0;}



