/* Global Properties */
body {
	font-size: 80%;
	font-family: Arial;
	font-style: normal;
	border-color: #000000;
	border: 1px;
}
a {
	color: #EE1111;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFffff;
}

.small {font-size:90%}
span.tiny {font-size:80%;margin-top:.1em;margin-bottom:0em;margin-left:2em;}
.center {text-align:center; text-indent:0em}
span.cloud1 {font-weight:900;}

h3 {
	font-size:210%;
	font-family:arial, sans-serif;
	font-weight:strong;
	text-align:center;
	text-indent:0em;
	margin-top:.3em;
	margin-bottom:.3em;
	color:#002222;
}

ul.menulist {
	margin-left:.35em;
	padding-left:1em;
	margin-top:.3em;
}

/* Top mini-navigation */
#nav {
	background-color: #CD0505;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 2px solid #2A343D;
	color: #FFFFFF;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
/* Banner */
#banner {
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	width:auto;
}
#banner h1 {
  text-align:center;
  text-indent:0em;
	font-family: arial, sans-serif;
	color: #990000;
	font-weight: bold;
	font-style:italic;
	font-size: 115%;
	margin-top:.2em;
	margin-bottom:0em;
}
#banner .byword {
  align:center;
  text-align:center;
  text-indent:0em;
	font-family: arial, sans-serif;
	color: #990000;
	font-weight: 900;
	font-style:italic;
	font-size: 115%;
	//margin-left: -30px;
}
/* The entire left column */
#left {
	width: 20%;
	float: left;
	background-color: #FFFFFF;
	border-right: 1px solid #BBBEAB;
}
/* The links on the left side */
#fullnav a {
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	padding-left: 7%;
	border-bottom: 1px solid #BBBEAB;
	border-top: 1px solid #D2D3C6;
	color: #1E2B31;
	text-decoration: none;
}
#fullnav a:hover {
	background-color: #D1D3C3;
}
/* The headings on the left */
#left h1 {
	background-color: #FFFFFF;
	color:#FFFFFF;
	font-size: 100%;
}
#left h1.sub {
	background-color: #bb0000;
	color:#FFFFCC;
	padding-left: 0em;
	margin-left: 1.2em;
	padding-top: .2em;
	padding-bottom: .2em;
	text-align:center;
}
/* Left paragraph text */
#left p {
	padding: 5px;
	margin: 0px;
	margin-bottom: 3px;
	margin: 0px;
	font-weight: lighter;
}
#left hr {
	margin:0 auto;	/* Need this for align:center */
	align:center;
	width:80%;
}
#left p.headingsub {
	margin-top:0em;
	margin-bottom:0em;
	padding-top:0em;
	padding-bottom:0em;
	text-align:center;
	text-indent:0em;
}
#left p.sub {
	margin-left: 1.2em; margin-top:0em; margin-bottom:0em;padding:0;
}
#left p.subtiny {
	margin-left: 2.2em; text-indent:0em;
}
/* The entire center column */
#center {
	float: left;
	width: 59%;
	background-color: #FFFFFF;
	color: #373832;
	font-size:120%;
}
/* Center column headers */
#center h1 {
	margin-top:1.2em;
	font-size: 165%;
	color: #990000;
	font-weight:boldest;
}
/* Center paragraphs */
#center p {
	padding-right: 0.5em;
	margin: 0em;
	line-height:1.1em;
	font-weight: normal;
}

/* Center images */
#center img {

}

/* The entire center column */
#center2pane {
	float: right;
	width: 78%;
	margin-left: 0.8%;
	background-color: #ffffe6;
	color: #65675D;
	font-size:120%;
}
/* Center column headers */
#center2pane h1 {
	margin: 3px;
	margin-top:1.2em;
	font-size: 165%;
	//color: #3D3E37;
	color: #990000;
	font-weight:boldest;
}

/* Center paragraphs : 2-column pages*/
#center2pane p {
	padding-left: .3em;
	padding-right: .3em;
	margin-left:1em;
	margin-right:1em;
	margin-bottom: 1em;
	line-height:1em;
}
#center2pane p.sect {
	margin-left:0em;
	margin-bottom: 2px;
	color:#001111;
	font-size:120%;
	font-weight:700;
}
#center2pane p.sectdesc {
	margin-top:.1em;
	font-size:80%;
	font-weight:normal;
	font-style: italic;
	line-height:1.1em;
}
#center2pane table {
	margin-left:2em;
	margin-right:2em;
	margin-bottom: 5px;
}

/* Center images */
#center2pane img {
	border: 1px solid #979A84;
	margin-left: 4px;
	margin-bottom: 4px;
}

/* Center images */
#center2pane img.embed {
	border: 0px solid #979A84;
	margin-left: 2px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#center2pane .thumbright {
  float:right;
	border: 2px solid #979A84;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Use class="left" if you want your image to be on the left */
#center .left {
	float: left;
	margin-left: 5px;
	margin-right: 4px;
	margin-bottom: 0px;
}
#center .right {
	float: right;
	margin-left: 5px;
	margin-right: 4px;
	margin-bottom: 0px;
}

/* The entire right column */
#right {
	width: 18%;
	float: right;
	background-color: #FFFFCC;
	border-left: 1px solid #BBBEAB;
	border-bottom: 1px solid #BBBEAB;
	padding-left:0px;padding-right:0px;
	color: #4E4F43;
}
/* Right headings */
#right h1 {
	background-color: #990000;
	color:#FFFFCC;
	padding-top: .7em;
	padding-bottom: .7em;
	font-size: 100%;
	margin: 0px;
	padding-left: 1%;
	border-bottom: 1px solid #BCBEB0;
	border-top: 1px solid #BCBEB0;
}
/* Right paragraphs */
#right p {
	padding: 2px;
	margin: 0px;
	margin-bottom: 3px;
}
/* Right Forms */
#right form {
	padding: 4px;
	margin: 0px;
	margin-bottom: 3px;
}


.tinybutt {
	font-size:70%;
	width:3em;
	color:maroon;
}

.tinybuttfr {
	font-size:70%;
	width:6em;
	color:maroon;
}

/* Footer */
#footer {
	background-color: #990000;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 2px solid #2A343D;
	color: #E7E9DC;
	text-align: center;
	float: none;
	width: auto;
}
#footer p {
	padding-right: 100px;
	margin: 0px;
}
#footer a {
	color: #E7E9DC;
	text-decoration: none;
}
#footer a:hover {
	border-bottom: 0px;
}
