@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);


/* ####################### QUOTE IN HEADER SETTINGS ############################ */
.style1 {
	font-family: "bradley Hand ITC";
	color: #000000;
	font-size: 18px;
}



img { border-width: 0px; }


/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Tahoma;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
background-color: #CCCCFF;
	background-color: #B7AD70;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-attachment: scroll;




	}

/*  Global Formatting */
/* headers */

h1, h2, h3, h4 {

	font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #003366;	
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 2px solid #f2f2f2;

}

h1 {

	font-size: 1.5em;
	

}

h2 {

	font-size: 1.3em;

	text-transform: uppercase;

	color: #003366;
	

}

h3 {

	font-size: 1.1em;

	text-transform: uppercase;

	color: #003366;

	letter-spacing: 1px;
border-bottom: 2px solid #f2f2f2
}



h1, h2, h3, p { 

	padding: 0;

	margin: 5px 5px;; 

}
td{font-size: 12px;}
th{font-size: 12px;}

p, ul {font:Arial;
  font-size:12px}	

/* links */

a	{ 

	color: #003366;

	background: inherit;

	text-decoration: none;

}

a:hover { 

	color: #006699;

	background: inherit; 	 

}
a	{ 

	color: #003366;

	background: inherit;

	text-decoration: none;

}
a.image, a.image:hover  {border:0;}


/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
