@charset "UTF-8";
@import url(../../cal_files/layouts.css);
@import url(../../cal_files/components.css);
@import url(../../cal_files/modules.css);
@import url(../../cal_files/navigation.css);
@import url(../../cal_files/misc.css);
@import url(../../cal_files/forms.css);

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

body{
margin:0px;
height:100%;
background-image: url(../../images/background-fade.gif);
background-repeat: repeat-x;
background-position: top;
background-color:#757171;
}

/*links*/
a:link, a:visited, a:active {
	color: #AF2327;
	text-decoration:underline;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #AF2327;
}
/* img {border: 0 none;} */

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

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