/* Default Font, Size & Color. Also Body (main) Background Color and / or Image (tiles x & y) */
body {
	/*background-image: url(templates/suburban/images/bkg2.jpg);*/
	/*background-color: #9C855F;*/
	background-repeat: repeat;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
}

/* Adjustments to remove margins on left */
ul
{
	padding: 0 0 0 54px;
	margin: 0;
}

/* remove li bullets */
li   
{
	list-style-type: none;
	padding: 3px 0 3px 0;
}

/* Menu Specs */
.navMenuLinks
{
	text-decoration: none;
	color: #D0D3AF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
}

/* Menu Out, Visited, Active States */
.navMenuLinks:link, .navMenuLinks:visited, .navMenuLinks:active {}

/* Menu Hover State */
.navMenuLinks:hover
{
	color:#FFF;
}

.style1 {
	text-align: left;
}
