
@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{
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color:#CF4044;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*  Heading Formatting */
h1 {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #84062b;
	text-decoration: none;
    padding:0 0 10px 0;
    margin:0 0 0px 0;}
h2 {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
    padding:0 0 10px 0;
    margin:0 0 0px 0;}
h3 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    font-weight:bold;
    color:#333333;
	text-decoration: none;
    padding:0 0 0 0;
    margin:0 0 0px 0;}
h4 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #000;}
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: #000;}

/*links*/
a:link {color: #84062b; text-decoration:none;}
a:hover {color: #84062b; text-decoration:none;}
a:visited {color: #84062b; text-decoration:none;}
img {border: 0 none; text-decoration:none;}

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

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

