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: 100%;
	font-family: inherit;
}

:focus {
	outline: 0;
}

html { 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
}

body {
	line-height: 150%;
	background-image:url(graphics/bg.gif);
}

h1, h2, h3, h4, h5, h6 {
	font-family: arial, verdana, helvetica, sans-serif; 
	font-weight: bold;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 12px;
	color: #336699;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* site styles */
img { 
	display: block; 
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #3399FF;
	text-decoration: underline;
}

.forminputcell {
	padding: 5px;
}


/* main content */
div#container { 
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff; 
	border: solid 1px #000000;
	border-top: 0;
	border-bottom: 0;
}
div#footer {
	width: 960px;
	height: 50px;
	background-image:url(graphics/bg-footer.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	color: #cccccc;
	font-size: 10px;
	vertical-align: baseline;
	text-align: left;
}
div#footer a {
	color: #cccccc;
	font-size: 10px;
}
div#footer a:hover {
	color: #3399FF;
}
div#footer .copyright {
	padding-left: 30px;
	padding-top: 8px;
}


/* home image */
div#home-main-image {
	padding-top: 1px;
	padding-bottom: 13px;
	width: 958px;
}

img.home-celebrate {
	margin: 12px 25px 25px 48px;
}
img.home-feature {
	margin-bottom: 8px;
}

/* leftnav */
img.leftnav-btn {
	margin-bottom: 1px;
}

img.leftnav-corpoffc {
	margin-top: 14px;
	margin-left: 5px;
}

div.inner-header-pic {
	padding-top: 1px;
	padding-bottom: 6px;
	width: 958px;
}

/* form inputs */
input.textfield { 
	border: solid 1px #b3b3b3;
	font-size: 10px;
	width: 275px;
}
input.textfieldshort {
	border: solid 1px #b3b3b3;
	font-size: 10px;
	width: 100px;
}

input.btngo {
	margin-right: 19px;
}

textarea {
	border: solid 1px #b3b3b3;
	font-size: 10px;
	width: 275px;
}
textarea.long {
	width: 400px;
}

div.formtab {
	background-image:url(graphics/blank-tab.gif);
	height: 19px;
	width: 705px;
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
}

/* link */
a.home {
	color: #000000;
}

a.home:hover {
	color: #3399FF;
}

.imgcaption { padding: 10px 0 10px 0; font-style: italic; }

ul.bullets {
	width: 600px;
}

ul.bullets li {
	margin-left: 25px;
	padding-bottom: 5px;
}


