/* Browser Resets */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6,
a, p, dl, dt, dd, ol, ul, li, blockquote,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, pre,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}

/* Kendall Dudley Portal Styles */
body {
	background: #911818;
	font: normal 100% 'Times New Roman', serif;
	margin: 0;
	padding: 0;
}
#wrapper {
	position: relative;
	margin: auto;
	width: 1140px;
	height: 887px;
}
#main {
	background: #911818;
	color: #FFF;
	height: 150px;
	position: absolute;
	top: 125px;
	right: 150px;
	padding-top: 2.5em;
}
h1 {
	font-size: 130%;
}
h1 a {
	color: #FFF;
	font-size: 150%;
	font-weight: normal;
	text-decoration: none;
}
h1,
h2.one,
h2.two,
h2.three,
h2.four,
h2.five,
h2.six {
	clear: both;
	margin: 10px;
	padding: 10px 20px;
}
a {
	font-size: 150%;
	font-weight: normal;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	text-decoration: underline;
}
a.email {
	font-size: 100%;
	font-weight: normal;
}
h2.one {
	background: #FC6;
	height: 150px;
	position: absolute;
	top: 50px;
	left: 50px;
	padding-top: 20px;
	width: 150px;
}
h2.one a {
	color: #006600;
}
h2.two {
	background: #911818;
	height: 150px;
	position: absolute;
	top: 250px;
	left: 50px;
	padding-top: 20px;
	width: 150px;
}
h2.two a {
	color: #FFF;
}
h2.three {
	background: #2A3B90;
	color: #FFCC66;
	height: 150px;
	position: absolute;
 	top: 450px;
	left: 50px;
	padding-top: 20px;
	width: 150px;
}
h2.three a {
	color: #FFF;
}
h2.four {
	background: #399BA9;
	height: 150px;
	position: absolute;
	top: 50px;
	left: 260px;
	padding-top: 20px;
	width: 150px;
}
h2.four a {
	color: #039;
}
h2.five {
	background: #060;
	height: 150px;
	position: absolute;
	top: 250px;
	left: 260px;
	padding-top: 20px;
	width: 150px;
}
h2.five a {
	color: #FFF;
}
h2.six {
	background: #ff9966;
	height: 150px;
	position: absolute;
	top: 450px;
	left: 260px;
	padding-top: 20px;
	width: 150px;
}
h2.six a {
	color: #000;
}
div {
	clear: left;
}
div img {
	float: left;
}

