 /* common styling */
body {
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	background-color:#0066CC;
	background-image:url(images/bluebkgrd-sm.png);
}

a{
	color:#3260C9;
	font-weight:bold;
	text-decoration:none;
}
.wrapper {
	margin: auto;
	padding: 0px;
	height: auto;
	width: 820px;
}



.container{
	width:800px;
	background-color:#FFFFFF;
	border: 6px solid #85C441;
}
.logo {
	height:100px;
	background-repeat:no-repeat;
	background-image:url(images/winterfest-hdr-new.png);
	background-position: 0px 15px;
	text-align: right;
	padding: 0px;
	font-size: 95%;
}
.container .logo #join {
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.container .logo #community {
	position: relative;
}




.header{
	width:792px;
	height:180px;
	background-color: #333333;
}

.image_nospace
{
      margin: auto;
      border: 0px;
}
hr {
	color:#278B86;
	background-color:#FFFFFF;
	clear:both;
	float:none;
	width:90%;
	height:0.2em;
	margin:0 0 1.45em;
	border:none;
}
.content_left{
	width:598px;
	text-align:left;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 20px;
	height: auto;
}
#page {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #669900;
}


.two_col{
	background-color:#FFFFFF;
	width:260px;
	padding:5px;
	margin:5px;
	text-align:left;
	float:left;
	border:1px solid #24408E;
}
.box_head{
	clear:both;
	width:100%;
	font-size:16px;
	font-weight:bold;
	line-height:26px;

}
.cardbox_sm {
	width:170px;
	height:125px;
	background-repeat:no-repeat;
	float:left;
	padding:5px;
	margin: 5px;
	border: medium double #669900;
}
.cardcontent_sm {
	width:165px;
	height:auto;
	position:relative;
}

.cardbox{
	width:270px;
	height: inherit;
	background-repeat:no-repeat;
	float:left;
	padding:5px;
	margin: 5px;
	border: medium solid #2580A2
}

.cardcontent{
	width: 260;
	height:auto;
	position:relative;
}
.cardcontent img{
	padding-bottom:10px;
}

.cardcontent ul{
	list-style:outside;
	margin:0px;
	padding-left:15px;
}
.cardcontent_sm ul{
	list-style:outside;
	margin:0px;
	padding-left:15px;
}
.cardbutton{
	position:relative;
	top:365px;
	left:30px;
	width:175px;
	height:25px;
	border:none;
}

.grouping{
	width:100%;
	background-color:#2580A2
	padding:5px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom: 3px;
}

.grouping2{
	width:99%;
	background-color:#006699;
	padding:3px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}

.left {clear:both;}
.clear {
	clear:both;
}
h1 {
	color: #666666;
	font-weight: bold;
	font-size: x-large;
}
h2 {
	color: #669900;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	clear: none;
	float: none;
	height: 50px;
	width: 770px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#footer table {
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	font-weight: normal;
}
#footer a hover {
	color: #99CC33;
	font-weight: normal;
	text-decoration: underline;
}
