/* global reset */

* {
	margin: 0;
	padding: 0;
}
/* end global reset */

body {
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	background-color: #FFF;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

img {
	border: none;
}
.imgFloat {
	margin: 4px;
	padding: 4px;
	clear: right;
	float: right;
	border: 1px solid #000000;
	position: fixed;
	top: auto;
	height: 225px;
	width: 300px;
	left: auto;
	right: 350px;
	bottom: auto;
}
.imgBorder {
	background-repeat: no-repeat;
	margin: 4px;
	padding: 4px;
	border: 1px solid #000000;
}
.textColumn {
	float: left;
	width: 380px;
}


p
{
	margin: 5px 5px 5px 5px;
	line-height: 13px
}

.rightImg {
	float: right;
	margin: 9px;
}

.leftImg {
	float: left;
	margin: 9px;
}


div#holder {
	margin: 0 auto;
	width: 770px;
	text-align: left;
	background: white no-repeat;
	border-right: 3px white solid;
	border-left: 3px white solid;
}

.clear{
	clear: both;
	text-align: center;
}

/* columns */

.leftHalfColumn {
	width: 385px; 
	float: left;
}

.rightHalfColumn {
	width: 365px; 
	float:right;
}

.rightHalfColumn img {
	margin-top: 3px;
}

/* end columns */

/* header */

h1#header {
	height: 138px;
	margin: 0 0 3px 0;
	background: url("../images/basic/headerBackground.jpg");
}

h1#header a {
	float: left;
	display: block;
	margin: 80px 0 0 25px;
	width: 422px;
	height: 42px;
	background: none;
}

address {
	white-space: pre;
	font-style: normal;
	float: right;
	margin: -120px 30px 0 0;
}


/* end header */

/* menu */

ul#menu {
	height: 20px;
	background: url("../images/basic/menuTop.gif") no-repeat white;
	padding: 3px 0 0 0;
}

ul#menu li {
	width: 126px;
	height: 20px;
	margin: 0;
	border-right: 3px solid black;
	background: white;
	float: left;
	list-style-type: none;
}

ul#menu li#lastItem {
	border-right: 0;
	width: 125px;
}

ul#menu li a {
	display: block;
	height: 17px;
	text-decoration: none;
	color: black;
	padding: 3px 0 0 10px;
}

ul#menu li a:hover {
	background: #AEBDBF;
}

ul#menu li a#currentPage {
	background: #688186;
	color: white;
}
/* end menu */

/* textbox */

div.blackBoxLeft {
	background: white url("../images/basic/boxes/blackLeft.gif") top left repeat-y;
	margin: 10px 0;
	height: 1%;
	}

div.blackBoxRight {
	background: url("../images/basic/boxes/blackRight.gif") top right repeat-y;
}


div.blackBoxTopLeft {
	background: url("../images/basic/boxes/blackTopLeft.gif") top left no-repeat;
}


div.blackBoxTopRight {
	background:  url("../images/basic/boxes/blackTopRight.gif") top right no-repeat;
	height: 1%;
}


div.blackBoxBottomLeft {
	background: url("../images/basic/boxes/blackBottomLeft.gif") bottom left no-repeat;
}


div.blackBoxBottomRight {
	background: url("../images/basic/boxes/blackBottomRight.gif") bottom right no-repeat;
	padding: 0 10px 2px 10px;
}



div.greenBoxLeft {
	background: white url("../images/basic/boxes/greenLeft.gif") top left repeat-y;
	margin: 10px 0;
	height: 1%;
}

div.greenBoxRight {
	background: url("../images/basic/boxes/greenRight.gif") top right repeat-y;

}

div.greenBoxTopLeft {
	background: url("../images/basic/boxes/greenTopLeft.gif") top left no-repeat;

}

div.greenBoxTopRight {
	background: url("../images/basic/boxes/greenTopRight.gif") top right no-repeat;
	height: 1%;
}

div.greenBoxBottomLeft {
	background: url("../images/basic/boxes/greenBottomLeft.gif") bottom left no-repeat;

}

div.greenBoxBottomRight {
	background: url("../images/basic/boxes/greenBottomRight.gif") bottom right no-repeat;
	padding: 0 10px;
}


div.blueNewsBoxTopLeft {
	background: #C8D2D5 url("../images/basic/boxes/blueNewsTopLeft.gif") top left no-repeat;
	margin: 10px 0;
	height: 1%;
}

div.blueNewsBoxTopRight {
	background: url("../images/basic/boxes/blueNewsTopRight.gif") top right no-repeat;

}

div.blueNewsBoxBottomLeft {
	background: url("../images/basic/boxes/blueNewsBottomLeft.gif") bottom left no-repeat;

}

div.blueNewsBoxBottomRight {
	background: url("../images/basic/boxes/blueNewsBottomRight.gif") bottom right no-repeat;
	padding: 0 10px;
	text-align: center;
}


div.lightBlueNewsBoxTopLeft {
	background: #E9EEEF url('../images/basic/boxes/lightBlueNewsTopLeft.gif') top left no-repeat;
	margin: 10px 0;
	height: 1%;
}

div.lightBlueNewsBoxTopRight {
	background: url('../images/basic/boxes/lightBlueNewsTopRight.gif') top right no-repeat;
	
}

div.lightBlueNewsBoxBottomLeft {
	background: url('../images/basic/boxes/lightBlueNewsBottomLeft.gif') bottom left no-repeat;
}

div.lightBlueNewsBoxBottomRight {
	background: url('../images/basic/boxes/lightBlueNewsBottomRight.gif') bottom right no-repeat;
	padding: 0 10px;
	text-align: center;
}


div.greenBoxBottomRight h1,
div.blackBoxBottomRight h1
{
	text-align: right;
	font-size: 13px;
	font-weight: normal;
	padding: 7px 0 3px 0;
}

div.blueNewsBoxBottomRight h1,
div.lightBlueNewsBoxBottomRight h1
{
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 35px;
	text-align: left;
}


div.greenBoxBottomRight h1 span,
div.blackBoxBottomRight h1 span
{
	padding: 7px 5px 3px 30px;
	letter-spacing: 2px;
}







div.greenBoxBottomRight h1 span{
	background: url("../images/basic/boxes/greenTitle.gif") top left no-repeat;
}
div.blackBoxBottomRight h1 span{
	background: url("../images/basic/boxes/blackTitle.gif") top left no-repeat;
}

div.greenBoxBottomRight p,
div.blackBoxBottomRight p,
div.blueNewsBoxBottomRight p,
div.lightBlueNewsBoxBottomRight p
{
	margin: 2px 0 5px 0;
	line-height: 13px;
	text-align: left;
	padding: 5px;
}


div.boxClear {
	clear: both;
	height: 10px;
}

p.eventTimes {
	font-weight: bold;
	color: #688186;
	margin-left: 150px;
}

p.event {
	margin-left: 150px !important;
}

/*end textbox*/




ul#footer {
	clear: both;
	margin: 0;
	height: 16px;
	background: url('../images/basic/footerBackground.gif') top left no-repeat;
	padding: 3px 4px 0 4px;
}

ul#footer li {
	color: white;
	list-style-type: none;
}

ul#footer li a {
	color:white;
	background: none;
	text-decoration: none;

}

li#leftItem {
	float: left;
	text-align: left;
}

li#middleItem {
	text-align: center;
}

li#rightItem {
	text-align: right;
	float: right;
}




ul#sponsors {
	background: url('../images/basic/sponsorsBackground.jpg') top left repeat-x;
	text-align: right;
	margin: 0;
	height: 90px;
	padding: 5px 7px 5px 7px;
}


ul#sponsors li {
	list-style-type: none;
	display: inline;
}

ul#sponsors li a {
	background: none;
}

ul#sponsors img {
	margin: 0 3px;
	vertical-align: middle;
}

img.aboutLogo {
	margin: 10px 0;
}


label {
	display: block;
	text-align: right;
	padding: 2px 0;
}


input,
textarea {
	border: none;
	width: 300px;
	padding: 2px;
	background: white;
	color: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;

}

td,
th {
	vertical-align: top;
	padding: 2px 0 0 0;
}

th {
	text-align: right;
	padding: 4px 20px 0 0;
}

td#submit {
	text-align: left;
}

#submit input {
	padding: 0;
	height: 36px;
	width: 41px;
	background: white;
}

.wholeColumn {

	width: 740px; 
	float: left;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
hr {
	height: 1px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
}
.boldHeading {
	font-size: 14px;
	font-weight: bold;
}
.formButton2 {
	font-family: Verdana, Arial, Helvetica, sand-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
	cursor: hand;
	width: 85px;
	height: 25px;
}

.formButton {
	font-family: Verdana, Arial, Helvetica, sand-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 2px;
	border: 2px solid #000000;
	cursor: hand;
	background-color: #FFFFFF;
	width: 100px;
}
