@charset "UTF-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #7D2035;
}
.oneColFixCtrHdr #container {
	width: 826px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 200;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 105px;
	background-color: #4C1CCE;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	background-color: #4C1CCE;
	text-align: center;
	color: #FFFFFF;
	vertical-align: middle;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
a.more, a.more:visited{
	color: #4C1CCE;
	text-decoration: none;
}

a.more:hover {
	color: #7D2035;
	text-decoration: none;
}
a.red, a.red:visited{
	color: #7D2035;
	text-decoration: none;
}

a.red:hover {
	color: #4C1CCE;
	text-decoration: none;
}
div.caption{
	text-align: center;
	font-size: .8em;
}
div.quote{
	text-align: center;
	margin: 10px;
	font-style: italic;
	color: #781E32;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-weight: bold;
}
div.titletxt{
	color: #7D2035;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
td.regtxt {
	padding: 5px;
	background-color: #D9FB84;
	vertical-align: text-top;
}
td.lefttxt {
	background-image: url(gr/menu_r13_c1.jpg);
	background-repeat: repeat-y;
	width: 257px;
	
}
td.righttxt {
	background-image: url(gr/menu_r13_c3.jpg);
	text-align: right;
	background-repeat: repeat;
	width: 208px;
}
html {
	height: 101%;
}
img.photo{
	border: 5px double #4B1BCC;
}
h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #7D2035;
	text-align: center;
}
h3 {
	font-size: 1em;
	color: #4C1CCE;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 1.2em;
	color: #4C1CCE;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

