body {
	background-color:#FFFFFF;
	background-image:url(Images/backgroundBlue.png); background-repeat:repeat-x; background-position:left top;
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:12px;
        color: #333333;
}

html {
	height:100%;
	margin-bottom:1px;
}
#container {

	width: 80%;
	margin-right: auto;
	margin-left: 5%;
	text-align: left;
}
#header {
	width:100%;
	height: 120px;
	padding-top:15px;
}
.spacer {
	width:100%;
	height:15px;
}
hr {
	border:0px;
	color:#CCCCCC;
	background-color:#CDCDCD;
	height: 1px;
	width: 100%;
	text-align: left;
}
h1 {
	font-size:28px;
	color:#cc0000;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:300;
}
h2 {
	font-size:15px;
	color:gray;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:300;
}
h3 {
	color:#cc0000;
	font-size:15px;
	text-align:left;
	font-weight:300;

	margin-top:5px;
}

#left {
	float:left;
	width:150px;
        z-index: 3;
}

#main {
      z-index: 1;
      background-color: transparent;
      border-top: thick double darkblue;
      border-bottom: medium double #000000;



      overflow: auto;
}

.textdiv1
{
	z-index: 2;
	background-color: transparent;
	text-align: left;
	width: 95%;

        min-height: 800px
	padding: 20px 20px 20px 20px;
	margin-bottom:95px;
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
}
p {
	color:black;
	line-height:20px;
	padding:1px;
}


a { color: #003333; }

a:link { color: #003333; text-decoration: none; }
a:visited { color: #003333; text-decoration: none; }
a:hover { color: #990000; text-decoration: underline; }
a:active { color: #003333; }



#footer {
	clear:both;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.copyrightdiv
{
text-align: center;
z-index: 4;
background-color: #F0F0F0;
border: 1px solid #C0C0C0;
padding: 0px 0px 0px 0px;

}
.right {
	color:gray;
	float:right;
	font-size:100%;
	margin-top:5px;
}
.left {
	color:gray;
	float:left;
	font-size:100%;
	margin-top:5px;

}
img.x
{
position:absolute;
left:0px;
top:130px;
z-index:-1
}

div.figure {
  float: right;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

