@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
}
.twoColFixRtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px inset #950000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #CC9;
} 

.twoColFixRtHdr #header {
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 20px;
	background-image: url(images/logogr.jpg);
	background-position: left center;
	height: 100px;
	padding-bottom: 1em;
	margin-left: 20px;
	margin-top: 10px;
} 
.twoColFixRtHdr #header h1 {
	color: #E32611;
	padding-right: 0;
	padding-left: 2.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	white-space: normal;
	display: block;
	background-repeat: no-repeat;
	height: 30px;
	margin-top: 0em;
	padding-top: 2em;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}


.twoColFixRtHdr #container #sidebar1 h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #333;
	font-size: 0.9em;
	line-height: 1.2em;
}
a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #E45A46;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #E45A46;
}

.twoColFixRtHdr #mainContent {
	color: #333;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: rdana, Arial, Helvetica, sans-serif;
	width: 468px;
	border-right-width: thin;
	border-right-style: outset;
	border-right-color: #E32611;
} 
.twoColFixRtHdr #container #mainContent #subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.2em;
	font-variant: normal;
	color: #CC9;
	text-decoration: none;
	background-color: #666;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	color: #666;
	text-decoration: none;
	text-align: left;
	font-variant: small-caps;
}
.twoColFixRtHdr #container #mainContent p .wasstop {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: italic;
	line-height: 1.7em;
	font-weight: bold;
	color: #333;
}



.twoColFixRtHdr #container #mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	padding-bottom: 0.1em;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #ED2612;
	font-size: 1.1em;
	padding-bottom: 0.5em;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: .5em;
}
.twoColFixRtHdr #container #mainContent h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #666;
	line-height: 1.4em;
	font-style: normal;
	display: block;
	text-align: center;
	width: auto;
	padding-top: .2em;
	padding-bottom: .2em;
}
.twoColFixRtHdr #container #mainContent p {
	color: #000;
	font-size: .9em;
	line-height: 1.5em;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-weight: normal;
}


.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #333;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #999;
	font-size: 0.9em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	height:0;
	font-size: 1px;
	line-height: 0px;
	float: left;
	display: inline;
	padding: .3em;
}
.image {
	float: left;
	padding-top: 0.3em;
	padding-right: 0.7em;
	padding-bottom: 0.3em;
	padding-left: 0.3em;
	text-align: left;
}
.wass {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.7em;
	color: #333;
	font-weight: bold;
}
.twoColFixRtHdr #container #mainContent p .italic {
	font-style: italic;
	font-size: .8em;
}
.twoColFixRtHdr #container #mainContent p .regitalic {
	font-style: italic;
}


.dname {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	line-height: 1.3em;
	color: #333;
	padding-top: -2em;
	margin-top: -1em;
	float: right;
}
.twoColFixRtHdr #footer p a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	color: #CCC;
	text-decoration: none;
}
.twoColFixRtHdr #footer p a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	color: #CCC;
	text-decoration: none;
}
.twoColFixRtHdr #footer p a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	color: #DBDBB7;
	text-decoration: underline;
}
.twoColFixRtHdr #footer p a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: dbdbb7;
}
.twoColFixRtHdr #container #mainContent #blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 2em;
	text-decoration: none;
	display: block;
	padding-right: 3em;
	padding-left: 3em;
	font-style: italic;
}

