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;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: arial, sans-serif;
}
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: "" ""; }
body {
	background: url('Images/bg.gif') repeat-x #5E2F59;
	text-align: center;
	margin: 10px 0 0 0;
}
#siteWrap {
	text-align: left;
	margin: 0 auto;
	width: 850px;
}
#topNav {
	background: url('Images/topNav.gif') no-repeat;
	height: 27px;
	text-align: right;
	padding: 8px 0 0 0;
}
#topNav ul {
	width: 348px;
	float: right;
}
#topNav ul li {
	float: left;
	list-style-type: none;
	padding: 0 12px 0 0;
}
#topNav ul li a:link, #topNav ul li a:active, #topNav ul li a:visited {
	color: #FDE1FA;
	text-decoration: none;
	font-size: 12px;
	font-family: 'trebuchet ms', tahoma, arial, sans-serif;
}
#topNav ul li a:hover {
	text-decoration: underline;
}
#hdr {
	background: url('Images/topHdr.gif') no-repeat top #FFFAE9;
	height: 159px;
}
#logo {
	background: url('Images/logo.gif') no-repeat 20px 44px;
	float: left;
	width: 400px;
	height: 159px;
}
#imgSwap {
	float: right;
	width: 250px;
	height: 159px;
	text-align: right;
}
#nav {
	background: #E4E0D1;
	height: 30px;
	clear: both;
}
#content {
	background: url('Images/bottom.gif') no-repeat bottom #FFF;
	padding: 40px 20px;
	font-size: 12px;
	line-height: 14px;
	font-family: helvetica, arial, sans-serif;
}
#main {
	float: left;
	width: 100%;
}
#mainWithSide 
{
	width:530px;
}
#side 
{
	width: 250px;
}
#bottom {
	clear: both;
	padding: 20px 0 0 0;
}
#footer {
	font-family: 'trebuchet ms', tahoma, arial, sans-serif;
	color: #FDE1FA;
	clear: both;
	font-size: 12px;
	padding:  20px 0;
	line-height: 16px;
}
#copyright {
	float: left;
	width: 350px;
}
#contact {
	width: 350px;
	float: right;
	text-align: right;
}
#content em { font-style: italic; }
#content strong { font-weight: bold; }
#content ol {
	list-style-type: decimal;
	padding: 10px 0 10px 15px;
}
#content ul {
	list-style-type: square;
	padding: 10px 0 10px 15px;
}
#content h1 {
	font-family: georgia, serif;
	color: #BF3611;
	font-size: 24px;
	padding: 15px 0 10px 0;
}
#content h2 {
	font-family: georgia, serif;
	color: #BF3611;
	font-size: 18px;
	padding: 15px 0 10px 0;
}
#content h3 {
	color: #BF3611;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 0 10px 0;
}
#content p { padding: 0 0 10px 0; }
#content a:link, #content a:active, #content a:visited {
	color: #BF3611;
	text-decoration: underline;
}
#content a:hover { text-decoration: none; }