@charset "utf-8";
/* CSS Document */

@import url(layout.css);

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

html{
	height:100%
} 

body{
	margin:0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/*  Heading Formatting */
h1 {
	margin:0px;
	font-size: 36px;
	color: #F00;
}

h1 a:link {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}

h1 a:hover {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}

h1 a:visited {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	margin:0px;
	font-size:22px;
	line-height: normal;
	font-weight: normal;
	color: #f00;
	background-image: url(../images/h2_header_background.png);
	background-repeat: no-repeat;
	background-position: left;
}
h3 {
	font-size:20px;
	line-height: normal;
	font-weight: normal;
	color: #000;
}
h4 {
	font-size:18px;
	line-height: normal;
	font-weight: normal;
	color: #FF0606;
}
h5 {
	font-size:1.3em;
	line-height: 0.8em;
	font-weight: 900;
	color: #000;
}
h6 {
	font-size:1.2em;
	line-height: 0.8em;
	font-weight: 900;
	color: #F0F;
}

/* Bssic links */

a:link {
	color: #03F;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #03C;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009;
	font-weight: bold;
}
a:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

img {border: 0 none;}

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