@charset "utf-8";
@import "../css/undohtml.css"; /* Links to CSS document to clear all browser default settings*/

html {
	height: 100%;
}
body {
	font-family: sans-serif;
	margin: 0px; /* Sets entire page right up against the edge of the browser */
	padding: 0px; /* Sets entire page right up against the edge of the browser */
	text-align: left; /* Left-aligns all text on the page */
	line-height: 100%; /* Sets the spacing of all text on the page*/
	color: #4F4F4F; /* Sets the text color for the entire page */
	background-repeat: repeat-x;
	background-position: left top; /* Sets the header background pattern */
	background-image: url(../images/navbar/header-bg180-b.png);
	height: 100%;
	max-width: 100%;
}
#template {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 180px;
}
#footerwrapper {
	max-width: 100%;
	width: auto;
	margin-left: auto; /* This line and the next keep the content centered on the page */
	margin-right: auto;
	margin-top: -142px; /* This pushes the entire footer section back up into view */
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
}
#footerwrapper1 {
	width: auto;
	max-width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footeradwrapper {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	width: auto;
	height: 90px;
	max-width: 100%;
}
#footer {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto; /* This line and the next keep the footer centered on the page */
	margin-right: auto; /* Allows the footer to be liquid but always at 85% of total page width */
	border: thin solid #666666;
	background-color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 30px;
	text-align: center;
	max-width: 100%;
	width: auto;
}
* html #wrapper-contentbox1 { 
	height: 1%; /* Some random HTML hack */
}
.centered { 		/* Used to center images within their respective divs */
	display: block;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 40px;
	font-weight: bold;
	font-style: italic;
}
h2 {
	font-size: 34px;
	font-weight: bold;
}
h3 {
	font-size: 30px;
	font-weight: normal;
}
h4 {
	font-size: 24px;
	font-weight: bold;
}
h5 {
	font-size: 24px;
	font-weight: normal;
}
h6 {
	font-size: 16px;
	font-weight: normal;
}
a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #60aaf6;
}
a:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #0033FF;
} 
a:hover {
	color: #14A1E9;
	font-style: oblique;
	font-weight: bolder;
}
a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width: 100%;
}