@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: #000;
	background-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
}
.twoColFixRtHdr #container {
	width: 80%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CC9;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.twoColFixRtHdr #header {
	background-color: #CC9;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: .9em;
	padding-left: 1.3em;
	background-image: url(images/logogr.jpg);
	background-position: left center;
	height: 6em;
	padding-bottom: 1em;
	margin-left: 1.3em;
	margin-top: .9em;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 13em;
	background-color: #CC9;
	padding-top: 1em;
	padding-right: 0.7em;
	padding-bottom: 1em;
	padding-left: 0.8em;
}
.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: 1.9em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	white-space: normal;
	display: block;
	background-repeat: no-repeat;
	height: 1.9em;
	margin-top: 0em;
	padding-top: 2em;
}


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

.twoColFixRtHdr #mainContent {
	color: #333;
	background-color: #CC9;
	margin-top: 0;
	margin-right: 15em;
	margin-bottom: 0;
	margin-left: 1.3em;
	padding-top: 0;
	padding-right: 1.3em;
	padding-bottom: 0;
	padding-left: 1.3em;
	font-family: Verdana, Geneva, sans-serif;
	width: 29.3em;
	border-right-width: thin;
	border-right-style: outset;
	border-right-color: #E32611;
} 
#leftside {
}

.twoColFixRtHdr #container #mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	padding-bottom: 0.1em;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #E32611;
	font-size: 1.1em;
	padding-bottom: 0.5em;
	text-align: center;
	font-style: normal;
}
.twoColFixRtHdr #container #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #666;
	line-height: 1.5em;
	text-align: center;
	padding-top: .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: 0.8em;
	line-height: 1.5em;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}


.twoColFixRtHdr #footer {
	background-color: #333;
	padding-top: 0;
	padding-right: 0.8em;
	padding-bottom: 0;
	padding-left: 1.3em;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #ccc;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: .8em;
	padding-right: 0;
	padding-bottom: .8em;
	padding-left: 0;
}
.twoColFixRtHdr #footer p a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #CCC;
	text-decoration: none;
	text-transform: none;
}
.twoColFixRtHdr #footer p a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #CCC;
	text-decoration: none;
	text-transform: none;
}
.twoColFixRtHdr #footer p a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #DBDBB7;
	text-decoration: underline;
	text-transform: none;
}
.twoColFixRtHdr #footer p a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: dbdbb7;
	text-transform: none;
}
.twoColFixRtHdr #container #mainContent p .italic {
	font-style: italic;
	font-size: .8em;
}
.twoColFixRtHdr #container #mainContent p .regitalic {
	font-style: italic;
}
.twoColFixRtHdr #container #mainContent #blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.6em;
	color: #333;
}

#blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.3em;
	font-variant: normal;
	color: #666;
	display: block;
	padding-right: 3em;
	padding-left: 3em;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-right: 2em;
	text-align: justify;
}
.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: .7em;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: .7em;
}
.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: .1em;
	line-height: 0em;
	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: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.7em;
	color: #333;
	font-weight: bold;
}


.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;
}
#subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: bold;
	color: #900;
	text-align: center;
	display: block;
	width: auto;
	padding-top: .2em;
	padding-bottom: .2em;
}
