a {
	color: #007e80;
	background-color: transparent;
	border-style: none;
}

/* global typography */
	a:link, a:visited{
	color: #80003d;
	background-color: transparent;
	text-decoration: none;
	border-style: none;
	font-weight: bold;
}

a:hover, a:active{
	color: #ff8000;
	background-color: transparent;
	border-style: none;
}

body {
	font: 14px/17px Comic Sans MS;
	background: #bacfe2;
	color: #301d45;
	width: 940px;
	margin: 27px auto;
	text-align: left;
}

div#footer{
	clear: both;
	background: transparent;
	color: #301d45;
	font-size: 14px;
	text-align: center;
	width: 100%;
}

h1 {
	font-size: 16px;
	padding: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 { margin: 0%; }

h2 {
	font-weight: bold;
	line-height: 1.5em;
	font-size: 14px;
	height: 30px;
	padding: 10px;
	text-align: center;
}


h3 {
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	padding: 2pt;
	text-align: left;
	margin: 5px;
}

h4 {
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	padding: 2pt;
	text-align: center;
}

h5 {
	border-style: none;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-align: left;
}

h6 {
	border-style: none;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	padding: 2pt;
	text-align: center;
}

html, body {
	font-family: "Comic Sans MS";
	color: #301d45;
	background: #bacfe2;
	text-align: left;
	font-size: 14px;
}

img
	{ border-style: none; }

img.left-floating { float: left; margin-right: 10px; }

img.right-floating { float: right; margin-left: 10px; }

p { margin-top: 5px; }

p{ margin: 0 0px 10px; }

/* The header and footer */
.head {
	display: block;
	height: 250px;
	background: #bacfe2;
	color: #301d45;
	text-align: center;
	padding: 5px;
	font-size: 30px;
}

.header {
	border: 0px solid;
	border-color: #301d45;
	font-size: 18pt;
	text-align: left;
	font-weight: bold;
}

#content { float: left; width: 500px; }

#content-box1 { margin-left: 150px; width: 100px; }

#content-box2 { margin-left: 250px; width: 100px; }

#content-box3 { margin-left: 350px; width: 100px; }

#content-box4 { margin-left: 450px; width: 100px; }

#side-a { float: left; width: 200px; }

#side-b { float: right; width: 200px;  }

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 940px;
}
