/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	background-color:#cccccc;
	background-image:url(/images/backgrounds/bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#636363;
}
td {
	text-align:left;
	vertical-align:top;
}
hr {
	clear:both;
}
#content p,
#content ul,
#content ol,
#content hr,
#content form {
	margin-bottom:8px;
}
h2 {
	font-family:Kristen, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#4e4e4e;
	margin-bottom:10px;
}
h2 .small {
	color:#828282;
	font-size:19px;
}
h3 {
	font-size:12px;
	margin-bottom:3px;
	color:#ec1d24;
}
h4 {
	font-size:1em;
	margin-bottom:3px;
}
img {
	border:none;
}
.clear { clear:both; }
.alignRight {
	text-align:right;
}
.alignCenter {
	text-align:center;
}
.alignMiddle {
	vertical-align:middle;
}
.alignBottom {
	vertical-align:bottom;
}
.floatLeft {
	float:left;
	margin:0 12px 6px 0px;
}
.floatRight {
	float:right;
	margin:0 0 6px 12px;
	clear:right;
}

.more a {
	background-image:url(/images/icons/bullet.gif);
	background-position:left 6px;
	background-repeat:no-repeat;
	font-weight:bold;
	padding-left:8px;
}

#wrap {
	width:766px;
	margin:0 auto;
	background-image:url(/images/backgrounds/wrapBG.gif);
	background-position:left top;
	background-repeat:repeat-y;
}
#header {
	height:376px;
}
#main {
	margin:0 21px 0 20px;
}
#dateStamp {
	line-height:34px;
	background-image:url(/images/backgrounds/dateBG.gif);
	background-position:left top;
	background-repeat:repeat-x;
	padding:0 38px 2px 38px;
	font-weight:bold;
}
	#dateStamp a:link,
	#dateStamp a:visited {
		color:#636363;
	}
#content {
	background-color:#FFFFFF;
	width:725px;
}
	#content img.graybrd {
		padding:1px;
		border:1px solid #636363;
	}
	#content .oneCol {
		padding:15px 15px 5px 15px;
	}
	#content table#mainTbl {
		width:100%;
	}
	#content .left2Col {
		width:224px;
		padding:15px 15px 0 15px;
	}
	#content .right2Col {
		width:471px;
	}
		#content .right2Col .top {
			border-bottom:1px solid #fff;
			padding:15px 15px 0 15px;
		}
		#content .right2Col .bottom {
			padding:15px 15px 1px 15px;
		}
			#content.home .right2Col .bottom h2 {
				font-size:15px;
				color:#303030;
				margin-bottom:10px;
			}
		#content .left3Col {
			width:176px;
			padding:19px 20px 0 20px;
		}
		#content .center3Col {
			width:210px;
			padding:19px 15px 0 15px;
			border-right:2px solid #fff;
		}
		#content .right3Col {
			width:237px;
			padding:19px 15px 0 15px;
		}
		#content .right2Col,
		#content .right3Col {
			background-color:#dedede;
		}
		#content .right2Col .top,
		#content .center3Col {
			background-color:#ededed;
		}
	.twoCol {
		width:100%;
	}
		.twoCol td {
			width:50%;
		}
		.twoCol td.left {
			padding-right:15px;
		}
		.twoCol td.right {
			padding-left:15px;
		}
	#content .padding td {
		padding:3px;
	}
#content table.sponsors {
	width:100%;
}
	#content table.sponsors td {
		padding:0 0 5px 0;
		text-align:center;
		vertical-align:middle;
		width:33%;
	}
	
#footer {
	height:48px;
	background-image:url(/images/backgrounds/footerBG.gif);
	background-position:left top;
	background-repeat:repeat-x;
	padding:15px 25px 0 25px;
	color:#979797;
	clear:both;
}
	#footer ul {
		list-style:none;
		margin-bottom:3px;
	}
	#footer ul li {
		display:inline;
		border-right:1px solid #979797;
		padding:0 3px 0 5px;
	}
	#footer ul li.first {
		padding-left:0px;
	}
	#footer a:link,
	#footer a:visited {
		color:#636363;
	}

/* color, link, font styles */
a:link,
a:visited {
	color:#ec1d24;
}
h2 a:link,
h2 a:visited {
	color:#4e4e4e;
	text-decoration:none
}

a:hover,
a:active,
h2 a:hover,
h2 a:active,
#footer a:hover,
#footer a:active,
#dateStamp a:hover,
#dateStamp a:active {
	color:#000;
	text-decoration:underline;
}
.red {
	color:#ec1d24;
}
.green,
.green a:link,
.green a:visited {
	color:#090;
}
.gray {
	color:#636363;
}

/* list styles */
#content ul {
	list-style:none;
}
#content ul li {
	background-image:url(/images/icons/heart.gif);
	background-position:left 2px;
	background-repeat:no-repeat;
	padding-left:18px;
	padding-bottom:5px;
}
#content ol {
	margin-left:25px;
}
#content .list2Col {
	list-style:none;
	margin-left:0;
}
#content .list2Col li {
	width:40%;
	float:left;
}

/* form styles */
form input.text,
form input.text2,
form textarea,
form select {
	border:1px solid #5f6366;
	font-size:1em;
	background-color:#ffffff !important;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#636363;
}
form input.text,
form input.text2,
form textarea,
form select {
	margin-bottom:5px;
}
form input.text,
form input.text2,
form select {
	vertical-align:middle;
}
form input.text,
form input.text2,
form textarea {
	padding:2px;
}
form .formButton {
	border:1px solid #5f6366;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#636363;
}
form div.formButtons {
	text-align:right;
}
form br {
	clear:left;
}
form .text,
form textarea {
	width:200px;
}
form textarea {
	height:95px;
	overflow:auto;
}
form label {
	text-align:left;
	width:120px;
	display:block;
}
form fieldset {
	padding:5px;
	margin-bottom:5px;
}
form legend {
	margin-bottom:5px;
}
