/* Default Font, Size & Color. Also Body (main) Background Color and / or Image (tiles x & y) */
body {
	background-image: url(templates/default/images/bkg.html);
	background-color: #0066FF;
	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 */

/* Menu Specs */
.navMenuLinks
{
	text-decoration: none;
	color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	list-style-type: none;
}

/* Menu Out, Visited, Active States */
.navMenuLinks:link, .navMenuLinks:visited, .navMenuLinks:active {}

/* Menu Hover State */
.navMenuLinks:hover
{
	color:#FFCC00;
	list-style-type: none;
}

.style1 {
	text-align: left;
}

h1 {font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 22pt; color: #000; font-weight: bold; margin: 0px 0 -0px 0; z-index: 100; text-shadow: 0.13em 0.13em 0.1em #CCC;}
h2 {font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 20pt; color: #333; font-weight: bold; text-shadow: 0.13em 0.13em 0.1em #CCC;}
h3 {font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 18pt; color: #333; font-weight: bold; text-shadow: 0.13em 0.13em 0.1em #CCC;}
h4 {font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 15pt; color: #333; font-weight: bold; text-shadow: 0.13em 0.13em 0.1em #CCC;}
h5 {font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 20pt; color: #FC3; font-weight: normal; text-shadow: 0.13em 0.13em 0.1em #000;}
h6 {font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 12pt; color: #333; font-weight: normal; text-shadow: 0.13em 0.13em 0.1em #CCC;}
