

/** style reset **/
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 style reset **/

body { 
	/* background: #11114c; */
	background: #0F1A57;
	font-family: tahoma;
	font-size: 14px;
	line-height: 1.8em;	
	color: #acb4d0;	
	
}

a { color:#cdaa45;
	}

p { 
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: left;
}


h2 {
	font-size: 25px;
	font-family: "Times New Roman",Georgia,Serif;
	color: #CDAA45;
	font-style: italic;
	border-bottom: 1px solid #CDAA45;
	font-weight: normal;
	}


.wrapper {
	width: 960px;
	margin: 0px auto;
	padding: 0px;

}

.topbg {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	/* background: url(background.jpg) repeat-x #11114c; */
	background: url(background.jpg) repeat-x #0F1A57;
}


.header {
	width: 960px;
	height: 170px;
	margin: 0px auto;
	padding: 0px;
}

.title {
	width: 587px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	top: 50px;
}

.elect {
	width: 169px;
	margin: 0px;
	padding: 0px;
	float: left;
	padding-top: 60px;
}

.constantcontacttop {
	width: 200px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 10px;
	left: 750px;
	z-index: 1;
}

.content {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	margin-top: 10px;
}

.marquee {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	background: url(bar.gif) repeat-x;

}

.buttons {
	width: 240px;
	margin: 0px;
	padding: 0px;
	float: left;	
	margin-top: 0;
}

.familyphotos {
	width: 435px;
	margin: 0px;
	padding: 0px;
	float: right;	
}


.donate {
	width: 600px;
	margin-top: 26px;
	padding: 0px;
	float: right;	
}

.jtphoto{
	width: 192px;
	margin: 0px;
	padding: 0px;
	float: left;
	margin-left: 37px;
}

.textcontentarea {
	margin-top:20px;
}

.news {
	float: right;
	width: 220px;
	border-top: #484884 1px solid;
	border-left: #1f1f76 1px solid;
	border-right:#0a0a2d 0px solid;
	border-bottom:#0a0a2d 0px solid;
	margin-top: 25px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: center;
	padding: 30px;
}

.newsheader {
	margin-top: 10px;
}


.footer { 
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	height: 50px;
	text-align: center;
	padding-top: 20px;
	font-size: 11px;
}
	
.clearboth {
	clear: both;
}

.donatestep {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}


