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,
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-weight: inherit;
	font-style: inherit;
	font-size: 24px;
	vertical-align: baseline;
	background: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background-color: #feae31;
	background-image: url(images/background-tile.gif);
	background-repeat: repeat-x;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#main-container {
	height: 100%;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #066caa;
}
.top-color {
	background-color: #bdd9e7;
	height: 25px;
	width: 960px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
#content-area {
	background-color: #066CAA;
	background-image: url(images/container_back_1x554.gif);
	background-repeat: repeat-x;
}
#content-back {
	background-image: url(images/content_stretch_960x1.png);
	background-repeat: repeat-y;
	width: 960px;
}
#content-front {
	background-image: url(images/swirl_back.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding:0 50px;
	width: 860px;
}
.clear {
	clear: both;
}
#content-bottom {
	background-image: url(images/content_bottom_960x43.png);
	background-repeat: no-repeat;
	height: 43px;
	width: 960px;
}
.large-letter {
	font-size: 1.5em;
	font-weight: bold;
}

.label {
	float:left;
	font-size:17px;
	font-weight:bold;
	line-height:20px;
	text-align:left;
	width:200px;
}

input.field{
border:1px solid #CCCCCC;
font-family:"Trebuchet MS",Helvetica,Sans-Serif;
font-size:13px;
margin-bottom:3px;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:white url(images/input-top.jpg) repeat-x scroll 0 0;
height:20px;
padding:5px 3px;
width:244px;
}
input:hover {
	border-color: #b8b8b8;
}

input:focus {
	border-color: #a8a8a8;
}
#randy {
width:860px;
margin: 0px auto;
}