h1{
	float:left;
	width:105px;
	height:80px;
	background-image:url('images/3cheers-logo.png');
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:85px;
}
h1 span{
	position:absolute;
	left:-999em;
}
h2{
	color:#0d37a1;
	font-size:14px;
	font-weight:bold;
	margin-bottom:16px;
}
h3{
	font-size:11px;
	font-weight:bold;
}
a{
	color:#12baf1;
}
a:visited{
	color:#78797a;
}
a:hover{
	color:#0d37a1;
}
a:active{
	color:#0d37a1;
}
a img{
	border:none;
}
p{
	margin-bottom:10px;
	line-height:125%;
}
/*Start Form Styles*/
fieldset{
	margin-bottom:25px;
	padding-top:10px;
	padding-bottom:20px;
	border-bottom:1px dashed #ccc;
}
legend{
	color:#00f;
	font-weight:bold;
	font-size:11px;
	margin-bottom:6px;
}
label{
	font-size:11px;
}
input,textarea{
	background-color:#e2f3fb;
	color:#000;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
}
input.button,a.button{
	background-color:#e2f3fb;
	border:1px solid #808080;
	color:#000;
	font-weight:bold;
	cursor:pointer;
	padding:9px;
	font-size:12px;
	text-transform:uppercase;
	margin-top:5px;
	margin-right:10px;
	text-decoration:none;
}
a.button{
	display:block;
	float:left;
	padding:12px;
	padding-bottom:9px;
}
form div{
	margin-bottom:5px;
}
/*End Form Styles*/
div#logoLink a{
	text-decoration:none;
	width:105px;
	height:80px;
	position:absolute;
	margin-left:85px;
}
div#wrapper{
	width:944px;
	text-align:left;
	margin:0 auto;
	background-color:#fff;
	color:#000;
	padding:12px;
	padding-top:0;
	font-size:11px;
}
div#header{
	height:106px;
	background-image:url('images/header-bg.png');
	background-position:top left;
	background-repeat:repeat-x;
	padding-top:24px;
}
div#header div#middleText{
	width:356px;
	height:74px;
	float:left;
	margin-left:35px;
	border-left:1px solid #dcddde;
	padding-left:24px;
	color:#0060b6;
	font-size:14px;
}
div#header div#middleText a:visited{
	color:#12baf1;
}
div#header ul{
	height:74px;
	border-left:1px solid #dcddde;
	margin-right:50px;
	padding-left:15px;
	font-size:11px;
	float:right;
}
div#header ul li{
	color:#12baf1;
	margin-bottom:5px;
}
div#header ul li.selected, div#header ul li.selected a{
	color:#0d37a1;
}
div#main{
	float:left;
	background-image:url('images/main-bg.png');
	background-position:top left;
	background-repeat:repeat-x;
	margin-bottom:45px;
	color:#333;
}
div#sidebar{
	float:right;
	width:229px;
	height:230px;
	background-image:url('images/sidebar-border.png');
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:5px;
}
div#sidebar div#mySpace a:visited{
	color:#12baf1;
}
div#content{
	float:left;
	width:654px;
	margin-right:31px;
	margin-left:22px;
	margin-top:13px;
}
div#cardHolder{
	float:left;
	width:599px;
	background-color:#c9e6f8;
	margin-top:9px;
	margin-bottom:12px;
	padding:20px 28px 0 28px;
}
div#cardPreview{
	float:left;
}
div#footer{
	clear:both;
	text-align:center;
	background-image:url('images/horizontal-border.png');
	background-position:top left;
	background-repeat:repeat-x;
	padding-top:23px;
	padding-bottom:22px;
	color:#69f;
}

