/* Design by VMC Art & Design, LLC http://www.vmc-artdesign.com All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
	margin:0px;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #352317;
	line-height: normal;
}

/*  Heading Formatting */
h1 {
	font-size:13pt;
	font-weight: bold;
	color: #352317;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-transform: ;
}
h2 {
	font-size:13pt;
	font-weight: bold;
	color: #352317;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
	
h3 {
	font-size:12pt;
	font-weight: bold;
	color: #8a5f3b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-transform: ;
}
	
h4 {
	font-size:12pt;
	font-weight: bold;
	color: #352317;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
	
h5 {
	font-size:12pt;
	font-weight: normal;
	color: #8a5f3b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

h6 {
	font-size:10pt;
	font-weight: bold;
	color: #8a5f3b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
	
h7 {
	font-size:10pt;
	font-weight: bold;
	color: #352317;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
	
h8 {
	font-size:10pt;
	font-weight: bold;
	color: #352317;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-image: url(http://www.halfwayhounds.com/halfwayhounds/images/Events-News/Doggie-Derby/Sponsorship-background.jpg);
}


/*links*/
a:link {color: #8A5F3B;}
a:hover {color: #F1A21F;}
a:visited {color: #8A5F3B0;}
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */

