/* Generated by several sources. Thank, Craig Grannel, KompoZer and others. */

/* This is the start of the CSS. Standard "p" font and background set. */

* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 100%;
}
body {
  font-size: 12px;
  padding-bottom: 20px;
  background-color: #b6cafd;
 /* background-image: url(gradient2.png); */
}

/* This specifies the layout. */

#container {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.5;
  font-size-adjust: none;
  font-stretch: normal;
  border: 1px solid #000000;
  width: 800px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff; 
}
#banner {
  border: 10px solid #e3a205;
  margin: 0px;
  padding: 0px;
  background-color: #747474;
  text-align: center;
  overflow: hidden; 
  color: #e3a205;
}

#content {
  border-top: 1px solid #000000;
 /* border-left: 1px solid #000000; */
  padding: 0px;
  background-color: #ffffff;
  margin-left: 200px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
div#content {
  min-height: 520px;
  height:expression(this.scrollHeight > 520 ? "auto":"520px"); 
 /* min-height:700px;
  height:auto !important;
  height:700px; */

/*  padding-bottom: 32767px !important;
  margin-bottom: -32767px !important; */

}
#left {
  border-top: 1px solid #000000;
  float: left;
  width: 200px;
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}
div#left {
  min-height: 520px;
  height:expression(this.scrollHeight > 520 ? "auto":"520px"); 
 /*   min-height:700px;
  height:auto !important;
  height:700px; */
  
 /* padding-bottom: 32767px !important;
  margin-bottom: -32767px !important; */

}
#footer {
  border-top: 1px solid #000000;
  margin: 0px;
  padding: 0px;
  background: #cccccc none repeat scroll 0%;
  clear: both;
  text-align: left;
}

/* General heading styles. */

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica,sans-serif;
  padding: 5px 10px;
  margin-bottom: 0;
  font-weight: bold;
}

h1 {
  font-size: 150%;
}

h2 {
  font-size: 120%;
}

h3, h4 {
  font-size: 110%;
}

h4{
  font-style: italic;
}

h5, h6 {
  font-size: 100%;
}

h6{
  font-style: italic;
}

.metaname { color: #747474; }
.metaval { color: #027F1D; }
.commentcounter { font-size: 1.5em;

line-height: normal;

font-size-adjust: none;

font-stretch: normal;
 
color: #999999;

float: left;

width: 35px;}
.commentauthor { font-size: 1.5em;  line-height: normal;

font-size-adjust: none;

font-stretch: normal;}


div#mainpart { position:absolute;  }
/* .commenter {position: absolute; } */

#photoarea { padding-top: 1.5em; float:right; position:relative; padding-right: 10px;} 

#myphoto {   border: 1px solid #000000; }

.gravphoto { border: 1px solid #000000; }
.commenter { border: 1px dotted #666666; background-color: #eeeeee; margin-bottom: 1em; margin-right: 10px;}
.gravatar { padding-top: .5em; float:right; position:relative; padding-right: 10px;} 

#columnWrapper {
	/*	overflow: hidden; */
		}	

.clearFix:after {
		content: '.';
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}

/* Specific style for the header. */

#banner h1 {
  font-size: 50px;
  font-style: italic;
}
#banner p {
  margin-top: -10px;
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 10px;
}

/* Specific styles for the main page. */

p, pre {
  margin: 0;
  padding: 5px 10px;
}
img.imgfloat {
  border: 1px solid #000000;
  float: right;
  margin-top: -32px;
}

p.withFloat { 
  margin-top: -10px;
}

img.centre {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.centre2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
	border: 1px solid #000000;
}

/* Styles for anchors. */

a {
  color: #203F90;
/*  font-weight: 500; */
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #7F5A02;
}

/* Styles for ordered and unordered lists. */

ul {
  margin-left: 25px;
  margin-right: 18px;
  list-style-image: url(/images/prim-bullet.gif);
}

ol { 
  margin-left: 28px;
  margin-right: 21px;
}

li {
  margin: 4px;
}

/* Styles for tables. */

.foreigntable { text-align: center; padding-left: 100px; }

table {
  text-align: center;
}

table.ourtables {
  border-collapse: collapse;
  margin-bottom: 4px;
  margin: 10px;
  width: 95%;
}

th.ourtablehead {
  text-align: center;
  border: 1px solid #000000;
  padding: 4px;
  font-weight: bold;
}

td {
  border: 1px solid #000000;
  padding: 4px;
}

tfoot {
  background-color: #cccccc;
  border: 1px solid #000000;
}

caption {
  font-weight: bold;
}

tfoot tr td {
  text-align: center; 
}

th.projauditcol {     border: 1px solid #000000;
  padding: 4px; }

table.projaudittable { width: 100%;}

/* Styles for forms. Note that there is an extra stylesheet for IE. */

form {
  width: 600px; 
}

fieldset {
  border: 1px solid #000000; 
  padding: 10px;
  margin: 1em; 
}

legend {
  padding: 0 10px;
  font-weight: bold;
  color: #000000;
}

.formField, select {
  border: 2px solid #b6cafd; 
  background-color: #cccccc;
  width: 570px;
}

label {
  float: left;
  text-align: left;
  font-weight: bold;
  width: 125px;
}

.row input {
  float: right;
  width: 400px;
}

.clearFix:after {
  content: "clear";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
 }

.row {
  margin-bottom: 5px;
}
 
.submitButton {
  border: 2px solid #b6cafd; 
  background-color: #cccccc;
  padding: 2px 5px;
}
 
select {
  width: 200px;
}

.postbefore {float: left;}
.postafter {float: right;}
