#right-column {
	position: absolute;
	left: 800px;
	top: 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 10px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#container {
	background-color: #FFFFFF;
	top: 100px;
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: -80px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#ordering {
	float: left;
	width: 800px;
}
     /*** This can be floated left or right ***/

#content {
	float: right;
	width: 610px;
	padding: 5px;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
     /*** This must be floated opposite 
		to leftnav ***/

#leftnav {
	float: left;
	width: 165px;
	margin-left: 7px;
	padding-top: 10px;
}
     /*** This must be floated opposite 
		to content ***/

#rightnav {float: right; width: 0px;}
     /*** This must be floated opposite 
		to ordering ***/ 

#footer {
	clear: both;
	text-align: center;
}

#title {
	text-align: left;
	top: 0px;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	left: 20px;
}

p {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: small;
	line-height: 140%;
	color: #000000;
}

body {
	background-image: url(images/backgd.jpg);
	background-repeat: repeat-x;
	position: static;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 140%;
	text-align: center;
}


h1 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
	color: #89B700;
	line-height: normal;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

h3 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: medium;
	font-weight: bold;
	color: #009900;
}


h4 {
	font-size: small;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #666666;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #339900;
	color: #339900;
}

h4 a:link {color: #666666; text-decoration: none;}
h4 a:visited {color: #666666; text-decoration: none; }
h4 a:hover  {
	color: #333333;
	text-decoration: underline;
}

ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 140%;
}

ol {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 140%;
}


.menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-color: #99c901;
	background-image: url(images/menu-background.jpg);
	line-height: 150%;
}
.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.menu a:visited {  color: #FFFFFF; text-decoration: none}
.menu a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}

.titlemenu {  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #999999; }
.titlemenu a:link {  color: #CCCCCC; text-decoration: none}
.titlemenu a:visited {  color: #CCCCCC; text-decoration: none}
.titlemenu a:hover  {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
}



.topmenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.topmenu a:link {  color: #666666; text-decoration: none}
.topmenu a:visited {  color: #666666; text-decoration: none}
.topmenu a:hover  {
	color: #000000;
	text-decoration: none;
}

.answer { }

.answer a:link {  color: #990000; text-decoration: none ;background: #990000;}
.answer a:visited {  color: #990000; text-decoration: none; background: #990000; }
.answer a:hover {  color: #ffffff; text-decoration: none; background: #990000; }


a:link {
	color: #0000ff;
	text-decoration: underline;
}
a:visited {  color: #0000ff; }
a:hover {  color: #FF0000;  }

.quote-words {
	font-weight: bold;
}
.quote-author {
	font-style: italic;
	font-size: 11px;
	color: #666666;
}

.footer {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: center;
}

.footer p {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

.footer a:link {  color: #666666; text-decoration: none}
.footer a:visited {  color: #666666; text-decoration: none}
.footer a:hover  {  color: #666666; text-decoration: underline }

.subtitle {
	border-bottom-width: 2px;
	border-bottom-color: #009900;
	color: #009900;
	border-bottom-style: solid;
	font-weight: bold;
	font-size: x-small;
	list-style-type: square;
}
.subtitle-list {
	font-size: 12px;
	list-style-type: square;
	line-height: 120%;
}

.date {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	color: #B895DB;
}

.table-display {
	margin: 5px;
border-spacing: 0px;
border-collapse: collapse;
}

.table-display td {
	padding: 10px;
	border: thin solid #CCCCCC;
}


table.norms {
	border-spacing: 2px;
	border-collapse: separate;
}

table.norms th {
	padding: 3px;
	background-color: #DAFF8C;
	border: 1px dotted #8ADE36;
}

table.norms td {
	padding: 3px;
	background-color: #FFFFfc;
	border: 1px dotted #8ADE36;
	text-align: center;
}

table.list {
	border-spacing: 2px;
	border-collapse: separate;
	text-align: left;
	vertical-align: top;

}

table.list th {
	padding: 3px;
	background-color: #D7D8FD;
	border: 1px dotted #E4E4E4;
}

table.list td {
	padding: 3px;
	background-color: #FfFFFB;
	border: 1px dotted #d7d8fd;
	vertical-align: top;
}


#pollblock {
	border: thin dotted #006666;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 5px;
}

