/* Design by VMC Art and Design.  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: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #092A71;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-style: normal;
	line-height: 18pt;
	font-weight: normal;
	font-variant: normal;
}

/*  Heading Formatting */
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:18pt;
	line-height: 0.8em;
	font-weight: bold;
	color: #092A71;
	
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size:16pt;
	line-height: 0.8em;
	font-weight :bold;
	color: #092A71;
	font-style: italic;
}
h3 {font-family: "Times New Roman", Times, serif;font-size:14pt;line-height: 0.8em;font-weight: bold;color: #092A71;}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size:13pt;
	line-height: 0.8em;
	font-weight: bold;
	color: #092A71;
	font-style: italic;
}
h5 {font-family: "Times New Roman", Times, serif;font-size:12pt;line-height: 0.8em;font-weight: bold;color: #092A71;}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size:12pt;
	line-height: 0.8em;
	font-weight: bold;
	color: #092A71;
	font-style: italic;
}

/*links*/
a:link {
	color: #092A71;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #6bdef9;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color:#092A71;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
}
img {border: 0 none;}

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

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