/* CSS Document */
html {
 overflow-y: scroll !important;
}

body, div, p, table, th, tr, td, h1, h2, h3, h4, ul, ol, li, form, fielset, input, select, textarea {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #E5E5E5;
	margin: 0px;
	padding: 0px;
}

/* ELEMENTS */
#cr_level0 {

	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;

	width: 750px;
	padding: 0px;
}

div, p, table, th, tr, td, h1, h2, h3, h4, ul, ol, li {
	text-align: left;
}

img {
	border: 0px;
}
#header {
	margin: 2px 0px;
	clear:both;
}
#header_print {
	display: none;
}
#quick_links {
	height: 26px;
	background-image: url(../images/quick_links/pattern_quick_links.gif);
	background-repeat: repeat-x;
	clear: both;
}
#level1 {
	clear: both;
	background-color: #FFFFFF;
}
#footer {
	background-color: #FFFFFF;
	background-image:  url("../images/footer/pattern_footer.png");
	background-repeat: no-repeat;
	padding: 7px 15px;
	clear: both;
}
#megavolt{
	float: right;
	margin-right: -10px;
}


/* CSS HACKS */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

