@charset "utf-8";
/*reset
-------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
 h3, h4, h5, h6, p, blockquote, pre,
 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, 
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: Times New Roman, sans-serif;
	vertical-align: baseline;
	
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color:Maroon;
	background: white;
}
ul {
	/*list-style: none;*/
	 font-size:12pt;
}


/* 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: "" "";
}
/*fonts
-------------------------------------------------------------------------------------------*/
body {
	font:12px "Times New Roman", Times, serif;
	color:Maroon;
}
table {
	font-size:inherit;
	font:100%;
}
select, input, textarea {
	font:99% "Times New Roman", Times, serif;
}
pre, code {
	font:115% monospace;
}
body * {
	line-height:135%;
}
small {
	font-size:65%;
}
/*General Layout
-------------------------------------------------------------------------------------------*/
html, body {
	height:100%
}
body {
	background:url() #E4E4CD;
}
p {
	padding:5px 0;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}


.hidden {
	visibility:hidden;
}
.clear {clear:both;}
.left {float:left;}
.right {float:right;}

#wrapper {
	width:870px;
	margin:0 auto;
	min-height:150%;
	background:url(../images/wrapperbg.gif) center bottom no-repeat;	
	position:relative;
	padding-bottom:0px;
}
#branding {
	width:970px;	
}


#contentleft p {
	width:515px;
	font-size:16px;
}
h1.headline {
	/*background:url(../images/headline.jpg) left top no-repeat;*/
	display:block;
	width:840px;
	height:95px;
	font-weight:bold;
	
}
h2.headline {
	/*background:url(../images/headline.jpg) left top no-repeat;*/
	display:block;
	width:840px;
	height:95px;
	font-weight:bold;
	
}
.images {
	width:209px;
	padding-left:12px;
}
.copy {
	width:609px;
	padding:0 15px;
}
#contentright {
	width:307px;
	float:left;
}

#footer {
	width:970px;
	margin:30px auto 0 auto;
	padding:0px;
	position:relative;	
	/*border:solid 1px black;*/
}

#footer p {
	font-size:11px;
	color:#333;
	padding: 5px 20px 0 20px;
	text-align:center;
}
a:link { font-family: Times New Roman, sans-serif; font-size: 16px; font-style: normal; font-weight: normal; font-variant: normal; line-height:normal; color: #660000; text-decoration: underline}

a.text:hover { font-family: Times New Roman, sans-serif; font-size: 14px; font-style: normal; font-weight: normal; font-variant: normal; line-height:normal; color: #660000; text-decoration: underline}





