html,body {
	height: 100%;
}

body {
	text-align: center;
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 84%;
	font-weight:bold;
	background-color:White;
	color:#3366cc;
}

#Container {
   width: 680px;
	 padding: 0 0 6px 0;
	 border:0;
	 margin-top: 0;
   margin-bottom: 0;
	 margin-left: auto; 
   margin-right: auto;
   text-align: left;
	 /*background-position : 100%;
	 min-height:376px;*/
	 /*background-image:url(graf660000.jpg);
	 background-repeat: no-repeat;*/
	 background-color:White;
	 color:#3366cc;
}

#Content{
   width: 680px;
	 background-color:transparent;
	 color:#3366cc;
}

#LeftCol{
  float:left;
	border-right: thin solid #666666;
	height:100%;
	width: 474px;
  padding:0 0 0 0;
  margin: 0 0 2px 0;
	background-color:White;
	color:#3366cc;
}

div.Navcol{
  background-color:#666666;
	color:White;
  margin: 8px 0 8px 0;
	padding:0 0 0 0;
	text-align:center;
}

#RightCol{
  float:right;
	width: 200px;
  padding:0 0 0 0;
  margin: 0 0 2px 0;
	background-color:White;
	color:#333333;
	overflow:hidden;
	
}

#Header{
  position:relative;
	left: 116px;
	top: 4px;
  background-color:transparent;
  width: 380px;
  height : 114px;
  padding:0 0 0 0;
  margin: 0 0 2px 0;

}

#Footer{
   width: 680px;
	 padding: 0;
	 border:0;
	 margin:0 0 8px 0;
	 font-size:80%;
	 text-align:center;
}

  .prop {
    float:right;
    width:1px;
  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

  .min400px {
	  width:400px;
		text-align:center;
		margin-left: auto; 
   margin-right: auto;
  }
	
div.thumb{
  float:left;
	width:90px;
	margin-right:3px;
	text-align:center;
}

div.thumbH{
	width:194px;
	margin-right:3px;
	text-align:center;
}


p{
 margin: 0 0 1.5em 0;
 padding: 0 0 0 0;
}

hr {
 border: 0;
 height: 2px;
 width:100%;
 color:#3366cc;;
 background:#3366cc;;
}

br{
  line-height:50%;
}

br.clear{
  clear:both;
}

h1 {
 color:#666666;
 font-size: 250%;
 font-weight: bold;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
}

h2 {
 color:#3366cc;
 font-size: 115%;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
}

h2.Ctr {
 text-align:center;
 display:block;
 }

h2.in2 {
 margin-left:60px;
}

h3 {
 font-size: 115%;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
}

a:link {
color:#3366cc;
}

a:visited {
color: #3366cc;
}

a:hover {
color:#666666;
}

a.nav:link {
color:White;
text-decoration:none;
}

a.nav:visited {
color: White;
text-decoration:none;
}

a.nav:hover {
color:#cccccc;
text-decoration:none;
}

.small{
font-size:84%;
}

img.left{
 float:left;
 margin: 0 4px 0 4px;
}