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

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	line-height: 1;
	margin-bottom: 20px;
}
p {
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	color: #333333;
}
a {
	color: #688FCF;
}
a:hover {
	text-decoration: none;
}
#registernow{
	height: 57px;
	width: 160px;
	position: absolute;
	right: 0px;
	margin-top: 15px;
}
#nscdcolorado {
	height: 36px;
	width: 200px;
	position: absolute;
	right: 0px;
	margin-top: 15px;
}
#nscdcolorado a {
	background-image: url(../images/nscdColoradoCTA.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -5000px;
	display: block;
	height: 36px;
}
#nscdcolorado a:hover{background-position: 0px -36px;}

#nscdkc {
	height: 57px;
	width: 160px;
	position: absolute;
	right: 0px;
	margin-top: 51px;
}
#nscdkc a {
	background-image: url(../images/nscdKCCTA.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -5000px;
	display: block;
	height: 57px;
}
#nscdkc a:hover{background-position: 0px -58px;}

#registernow a {
	background-image: url(../images/registerCTA.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -5000px;
	height: 57px;
}
#registernow a:hover {background-position: 0px -57px;}


#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 263px;
	width: 960px;
}

#content {
	width: 960px;
	background-image: url(../images/sidebarBackground.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#leftColumn {
	width: 600px;
	padding-left: 26px;
	float: left;
	padding-top: 25px;
}
#sidebar {
	width: 313px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.registerteam {
	margin-left: 16px;
	position: relative;
}
.skinscd {
	margin-top: 10px;
	margin-left: 16px;
	position: relative;
}

#headerBorder{
	height:3px;
	width:908px;
	background-color: #F15612;
	margin-right: auto;
	margin-left: auto;
}
#contentBorder {
	height:3px;
	width:908px;
	background-color: #e3e3e3;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#wrapperBorder {
	height:10px;
	width:908px;
	background-color: #688FCF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 0px;
}

.sponsors {
	padding-bottom: 10px;
}

.contentspacer {
	margin-bottom: 25px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
	padding-bottom: 25px;
}
.contentspacersmall {
	margin-bottom: 13px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
	padding-bottom: 10px;
}

.clear {
	clear: both;
}
.painting {
	float: left;
	margin-right: 10px;
}
