@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
	font: 100%  Lucida Sans, Helvetica, sans-serif;
	background: #FFCCFF;
	margin: 0;
	padding: 20px 0;
	text-align: center; /* this centers the container in IE 5* browsers. Left aligned default in the #mainwrapper selector */
	color: #000000;
}

h1 {
	color: #FF00FF;
	font-size: 75%;
	font-weight: bold;
}

h2 {
	color: #000;
	font-size: 130%;
	font-weight: bold;
}

h3 {
	color: #000;
	font-size: 115%;
	font-weight: bold;
}

h4 {
  color: #000;
  font-size: 100%;
  font-weight: bold;
}

h5 {
  color: #000;
  font-size: 80%;
  font-weight: bold;
}

#mainwrapper{
	width: 75%;
	background: #CC0099;
	border: 1px solid #DFDFDF;
	margin: 0 auto;
	min-width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	background: #FFFFFF;
	border-bottom: 1px solid #DFDFDF;
	padding: 0 10px;
	margin: 8px 4px 0 4px;
	background-image: url(images/RdCornerLT.gif);
	background-repeat: no-repeat;
}

#navbar {
	padding: 0;
	margin: 0 4px 0 4px;
	font-weight: bold;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

#maincontent {
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border-top: 1px solid #DFDFDF;
	margin: 0 4px 0 4px;
}

#copyrightbar {
	margin: 0 4px 0 4px;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
	color: #FFFFFF;
}

#footer {
	padding: 0 10px;
	font-size: 80%;
	border-top: 1px solid #DFDFDF;
	background: #FFFFFF;
	margin: 1px 4px 8px 4px;
	background-image: url(images/RdCornerRB.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.headerlogo {
	width: 150px;
	height: 72px;
	float: left;
}

.headertagline {
	width: auto;
	height: 70px;
	float: right;
	text-align: center;
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 10px;
	font-style: italic;
	font-weight: bold;
	color: #CC0099;
	letter-spacing: 1.5px;
	font-size: 28px;
	font-family: Papyrus;
}

.headersearch {
	width: auto;
	height: 32px;
	float: right;
	padding-top: 10px;
}

.menu1 {
	width: auto;
	float: left;
}

.menu2 {
	width: 155px;
	float: right;
}

.breadcrumb {
	width: 30%;
	float: left;
	font-size: 100%;
}

.pagetitle {
	width: 40%;
	float: left;
	text-align: center;
	font-size: 100%;
}

.keywords {
	width: 90%;
	margin: auto;
	font-size: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.pagenotice {
	width: 30%;
	text-align: right;
	color: #FF0000;
	float: right;
}

.pagedesc {
	width: 95%;
	margin: auto;
}

.leftthirdbox {
	width: 30%;
	float: left;
	text-align: center;
	border: 1px solid;
	border-color: #FF00FF;
}

.centerthirdbox {
	width: 30%;
	float: left;
	text-align: center;
	border: 1px solid;
	border-color: #FF00FF;
	margin-left: 4%;
	margin-right: 4%;
}

.rightthirdbox {
	width: 30%;
	float: right;
	text-align: center;
	border: 1px solid;
	border-color: #FF00FF;
}

.itembox {
	width: 95%;
	padding: 6px 4px;
	border-bottom: solid #FF00FF 1px;
	margin: auto;
}

.leftthird {
	width: 30%;
	float: left;
	text-align: center;
}

.middlethird {
	width: 32%;
	float: left;
	text-align: center;
	margin-left: 4%;
	margin-right: 4%;
}

.rightthird {
	width: 30%;
	float: right;
	text-align: center;
}

.thirty {
	width: 30%;
	float: left;
	text-align: left;
}

.sixty {
	width: 60%;
	float: left;
	text-align: left;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
