/*
-----------------------------------------------
----------------------------------------------- */

body {
  font: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
  font-size:90%;
  text-align:center;
  color:#223322;
  background-color:#ffffff;
  margin:0px 0;
  padding:0px;

  }
p. div {margin:0; padding:0}  

p, li{ line-height:1.4em}

#wrapper{   /* the Wrapper is the base of the website. everything else (divs, images, text, etc...) will be placed inside it  */
width:960px;    /* i am setting here the width of the Website. 770px is perfect for an 800x600 resolution so use this as a  standard */
background-color:#FFFFFF;     /* i set up a background color for the web page that is WHITE */
text-align:left;  /* THIS DOES NOT CENTER TEXT: it is an IE5 fix to correct the centering of the wrapper div, and must be used */
margin: 10px auto;   /* here i set the margins. (they work from top-left-bottom-right: this case TOP-BOTTOM is 10px, and LEFT-RIGHT is set to AUTO setting so it resizes automatically according to the users browser window size.....   IMPORTANT:  most likely use as a standard:   margin: 0px auto 10px auto;        */
font-family: verdana, Arial, sans-serif; font-size:80%; color:#646464; line-height:120%;
}

.t {font-family: verdana, Arial, sans-serif; font-size:110%; color:#646464; line-height:120%; margin-left:180px; margin-right:180px;}

.thumbnail,.thumbnail_last{float:left; width:200px; margin:10px 20px 10px 0; padding:0px; text-align:center;  color:#777777; font-family: verdana, Arial, sans-serif; font-size:100%;}
.thumbnail_last {margin-right:0px;}
.thumbnail img,.thumbnail_last img {border:1px solid #BCC1AE; width:200px; height:80px; display:block; margin:0 0 5px 0;}
.clearboth { clear: both; }

ol {font-family: verdana, Arial, sans-serif;font-size:11px;color:#646464; line-height:120%}
ol li {margin-top:10px; margin-bottom:10px}

.t1 {font-family: verdana, Arial, sans-serif; font-size:12px;color:#646464; line-height:120%; text-align:center; margin:0}
.title {color:#5b93d3;  font:130%/1.3em Georgia, "Times New Roman", Serif; font-weight:bold }


hr.middle {
	border: 1px solid #a09f9f;
	color: #fff;
	background-color: #fff;
	height: 1px;
	width:600px;
	padding-top, padding-bottom, margin-top, margin-bottom: 0px}

/* Headings
----------------------------------------------- */
h1 {
  font:160%/1.4em Georgia, "Times New Roman", Serif;
  color:#4C82BA;
  line-height:120%;
  }

h1.smaller{
  font:110%/1.1em Georgia, "Times New Roman", Serif;
  color:#C5D7E5;
  line-height:88%;
  }

h5 {
	padding-left:10;
	padding-right:10;
  font:110%/1.4em Georgia, "Times New Roman", Serif;
  color:#DC8C78;
  line-height:105%;
  }

h2 {
  font:120%/1.4em Georgia, "Times New Roman", Serif;
  color:#4C82BA;
  line-height:120%;
  } 
  
 h2.no_padding {
	padding:0;
	margin:0;
  font:110%/1.1em Georgia, "Times New Roman", Serif;
  color:#AE0C0A;
  }   
h2, p a:link, h2 a[name]:link, h2 a:visited, h3 {
  color:#084f9f;
  border-width:0;
  }
 
h2 A[name]:visited {color:inherit; background-color:inherit; text-decoration: inherit;}
h2 A[name]:hover {color:inherit; background-color:inherit;  text-decoration: inherit;}

h2 a:hover {
  color:#084f9f;
  text-decoration:none;
  }
#latest h2 a:hover, #maincol h2 a:hover, #subcol h2 a:hover {
  color:#362;
  }
h3 {
  margin:2em 0 2em;
  font:90%/0.9em Georgia, "Times New Roman", Serif;
  font-weight:bold;
  }
  
h3 a {
  border-width:0;
  }
h4 {
  margin:1em 0.25em;
  font:125% Georgia, "Times New Roman", Serif;
  color:#AE0C0A;
  }

img.content_img {margin:20px 0px 5px 0px}
/* Links
----------------------------------------------- */
a{
  color:#0650a2;
  text-decoration:none;
  }
a:visited {
  color:#0083b8;
  }
a:hover {
  color:#003366;
  text-decoration:underline
  }

a img { border:none; background-color:inherit}

#mytable {
	width: 770px;
	padding: 0;
	margin: 0;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA;
	width:50%
}

td {
	border: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	text-align:left;
}