/* 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, 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;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}
body
{
	border-top: 5px solid #000;
	color: #333;
	font-size: 11px;
	background-image:url(../img/backgrounds/backdrop.gif);
	background-repeat:repeat;
}



a
{
	color: #AD3E5B;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


h1
{
	font-family: Georgia, serif;
	font-weight: bold;
	text-align: left;
	color: #913D57;
	font-size: 16px;
	padding-left: 20px;
	font-variant: small-caps;
	letter-spacing: 0.25em;
}

h2
{
	font-family: Georgia, serif;
	font-weight: bold;
	text-align: left;
	color: #913D57;
	font-size: 12px;
	padding-left: 20px;
	font-style:italic;
}

h3
{
	padding: 0 0 0 10px;
	text-align: left;
	color:#000000;
	font-size:14px;
	font-variant:small-caps;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
}

h4
{
	padding: 0 0 0 10px;
	text-align: left;
	color:#999999;
	font-size:10px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
}

h5
{
	padding: 0 0 0 10px;
	text-align: left;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin-top: 10px;
}

.header
{
	font-family: Georgia, serif;
	font-weight: bold;
	color: #913D57;
	font-size: 24px;
	padding-left: 20px;
	font-variant: small-caps;
	letter-spacing: .30em;
}

p
{
	padding: 10px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.container_12
{
	background:url(../img/backgrounds/main.gif);"
	margin-bottom: 20px;
}

.container_16
{
	background: #fff url(../img/16_col.gif) repeat-y;
}

ul,li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}

blockquote, q {
	quotes: none;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border-left: 7px solid #913D57;
	padding-left: 5px;
	font-weight: bold;
	margin-left: 10px;
}
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;
}


.copy {
	color:#333333;
	font-family:Georgia;
	font-style:normal;
	font-size:12px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	line-height:14px;
}

