/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of reset.css */

body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background-image: url(/assets/cws/templates/img/bodybg.gif);
	background-position: top center;
	background-repeat: repeat-y;	
	background-color: #c0c0c0;
}
h1 {
	display: none;
}
#wrapper {
	background-image: url(/assets/cws/templates/img/bg2.gif);
	background-position: top left;
	background-repeat: repeat-x;	
background-color: #fff;
	width: 721px;
margin: 0 auto;
}
#banner {
	text-align: center;
}
#content {
	font-size: 120%;
	line-height: 2em;
	margin: 30px 0 0 0;
	padding: 0 50px;
}
#content p {
margin: 15px 0;
}
#footer {
	color: #fca207;
	text-align: center;
	font-size: 80%;
	padding: 0 50px;
	margin: 25px 0;
	font-style: italic;
}
#feedbackForm {
margin: 25px 0 0 30px;
}
.row label {
	float: left;
	width: 200px;
	text-align: right;
clear: both;
	font-size: 90%;
	margin-right: 10px;
}
.row input {
	width: 200px;
}
.row textarea {
	margin-top: 10px;
	width: 300px;
}
.send {
	text-align: left;
	margin: 10px 0 0 460px;
}
.homeLink {
	font-size: 90%;
}
.center {
text-align: center;
}
a,
a:link,
a:visited,
a:active {
	color: #000;
}
a:hover {
	color: #fca207;
}
