/* css 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;
	vertical-align: baseline;
	background: transparent;
}

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;

}

/************************************************/

/* body styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* link styles */

a:link {
	color: #90162E;
	text-decoration: underline;
	margin: 0px;
}

a:visited {
	color: #8D1A30;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a:active {
	color: #8D1A30;
	text-decoration: underline;
}

/* div styles */

#wrapper {
	margin: 0 auto;
	width: 922px;
	background: #FFF;
	padding: 0px 10px 10px;
}


#pageheader {
	width: 1px;
	visibility: hidden;
}


#header {
	color: #FFF;
	width: 900px;
	float: left;
	padding: 0px 10px 10px;
	height: 100px;
	margin: 0px 0px 5px;
	background: #90162E url(../Images_general/header.png) no-repeat;
	border-top: 1px none #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	
}

#menu {
	color: #FFF;
	width: 922px;
	padding: 0px;
	height: 30px;
	margin: -5px 0px 10px;
	float: left;
	background: #CCC;	
}


#leftcolumn {
	color: #000;
	background: #FFF;
	margin: 0px 5px 5px 0px;
	padding: 0px 10px 5px 0px;
	height: auto;
	width: 230px;
	float: left;
}
#leftmiddle {
	color: #000;
	background: #FFF;
	margin: 0px 5px 5px 0px;
	padding: 0px 10px 5px 0px;
	height: auto;
	width: 470px;
	float: left;
}
#rightmiddle {
	visibility: hidden;
	width: 1px;
}
#rightcolumn {
	color: #333;
	background: #cfe8ff;
	margin: 0px 0px 5px;
	padding: 0 4px 10px 4px;
	height: auto;
	width: 184px;
	float: left;
	text-align: center;
}

#TwoColBox {
	background: #FEFCD1;
	border: 1px solid #9D0132;
	margin: 0px 0px 10px;
	padding: 12px 12px 0px;
}

#locationPhoto {
}

/* footer code */

#footer {
	width: 900px;
	clear: both;
	color: #333;
	border: 1px solid #ccc;
	background: #FFF url(../Images_general/footer.png) no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}
.footerTxt {
	font: bold 10px/14px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 2px;
	padding: 20px 4px 4px;
	text-align: center;
}

/* boxes */

.cssbox1{
	text-align: left;
	background: url(../Images_general/RboxBlueAlt.png) no-repeat left top;
	width: 230px;
	margin: 0px 0px 14px;
	padding: 0px 6px 40px;
}

.cssbox1Altext{
	text-align: left;
	display: block;
	width: 210px;
	margin-left: 8px;
	margin-right: 12px;
}

.cssbox2{
	margin:2px auto 10px 0px;
	text-align: center;
	padding-bottom: 12px;
	width: 222px;
	background: #ccffcc;
	border: 1px solid #999;
} 

.cssbox3{
	margin:2px auto 4px 0px;
	text-align: center;
	padding-bottom: 12px;
	width: 222px;
	padding-top: 10px;
	background: #FFF;
	border: 1px solid #999;
} 

.cssbox4{
	margin:0px auto 30px 0px;
	text-align: left;
	width: 222px;
	background: #FFF;
	float: right;
	padding: 10px 8px 12px 6px;
	border: 1px solid #999;
	clear: right;
} 

.cssbox5{
	margin:0px auto 4px 0px;
	text-align: center;
	width: 222px;
	background: #FFF;
	float: right;
	padding: 10px 8px 12px 6px;
	clear: right;
	border: 1px solid #999;
} 


.cssHeaderBlue {
	color: #3366cc;
	font-weight: bold;
	margin-bottom: 4px;
	display: block;
	margin-top: 4px;
}

.cssHeaderGrn {
	color: #036;
	font-weight: bold;
	margin-bottom: 4px;
	display: block;
	margin-top: 0px;
}

/* misc styles */

.storyHeader {
	font: oblique bold 110%/130% Arial, Helvetica, sans-serif;
	color: #336633;
	margin: 0px;
	padding: 0px;
}

.storyHeader2 {
	font: oblique bold 110%/130% Arial, Helvetica, sans-serif;
	color: #0a2765;
	margin: 0px;
	padding: 0px;
}


.moreTxt {
	font: bold 10px/14px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 2px 2px 2px 0px;
	padding: 20px 4px 4px 0px;
	text-align: left;
	display: block;
}

.caption {
	font: bold 12px Verdana, Geneva, sans-serif;
	color: #036;
	text-align: center;
	display: block;
	width: 117px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.rule {
	border-top: 1px solid #4878a8;
	display: block;
	margin: 50px 0px 55px;
	padding: 0px;
	float: right;
	clear: right;
	width: 222px;
}
#wrapper #leftmiddle #TwoColBox h2 {
	color: #233C73;
}
