@charset "UTF-8";
body {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/pocketwookie_background_orange.gif);
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FAA634;
	letter-spacing: -2pt;
	line-height: 70%;
	margin: 0px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #95A3AB;
	letter-spacing: -1pt;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #455560;
	margin: 0px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #45555F;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-align: left;
	color: #455560;
	line-height: 150%;
	letter-spacing: 0.5pt;
}
#wrapper {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	background-image: url(images/pocketwookie_background_orange.gif);
	height: 206px;
	text-align: right;
	margin: 0px;
}
#navigation {
	height: 20px;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #45555F;
	padding-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #46555F;
	margin: 0px;
}
h4 {
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
#content {
	padding-top: 0px;
	margin: 0px;
}
#leftcolumn {
	float: left;
	width: 33%;
	margin-left: 0px;
	margin-right: 0px;
	clear: left;
	height: auto;
	padding: 1%;
}
#rightcolumn {
	float: right;
	width: 63%;
	margin-left: 0px;
	margin-right: 0px;
	clear: right;
	padding: 1%;
}
#footer {
	clear: both;
	background-color: #FFF;
	height: 30px;
	padding-top: 5px;
	padding-left: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #45555F;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #46555F;
}


.main a:link {
	color: #FAA634;
}
.main a:hover {
	color: #45555F;
}
.main a:active {
	color: #FAA634;
}
.main a:visited {
	color: #FAA634;
}

.leftcolumn a:link {
	color: #39F;
	text-decoration: none;
}
.leftcolumn a:hover {
	color: #95A3AB;
	text-decoration: none;
}
.leftcolumn a:active {
	color: #FDB934;
	text-decoration: none;
}
.leftcolumn a:visited {
	color: #FDB934;
	text-decoration: none;
}

.navbar a:link {
	color: #FAA634;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
}
.navbar a:hover {
	color: #95A3AB;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
}
.navbar a:visited {
	color: #39F;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
}
.navbar a:active {
	color: #FAA634;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
}
a {
	color: #44545D;
	text-decoration: none;
}
a:hover {
	color: #FAA634;
	text-decoration: none;
}
a:visited {
	color: #39F;
	text-decoration: none;
}
a:active {
	color: #FAA634;
	text-decoration: none;
}
