/*
  There are two seperate page templates. 
  Tags suffixed with 1 are for the pages similar to the home page. 
  Tags suffixed with 2 are for pages with the 3 column layout.
*/

html {
  width: 100%;
}

body { 
  margin: 0px;
  width: 100%;
  font-size: 20px;
  font-family: Verdana;
}

p { 
  margin: 0px;
  padding: 0 0 11px 0;
}

p a {
  color: #333399;
  text-decoration: none;
  font-weight: bold;
}

p a:hover {
  text-decoration: underline;
}

img { 
  border: 0px; 
  display: inline;
}
      
h1 {
  font-size: 11px;
  font-family: Verdana;
  text-align: left;
  color: #333399;        
  padding: 0px; 
  margin: 0 0 16px 0;
}

h1 a {
  color: #333399;
  text-decoration: none;
  text-align: left;
}

h1 a:hover {
  text-decoration: underline;
}

ul {
  list-style-type:none;
  padding:0;
  margin:0;
  margin-left:-4px;

}

li {
  background: url(images/bullet.gif) no-repeat 0 0;
  padding-left:21px;
  min-height:25px;
  margin-bottom:16px;
  margin-top:6px;
}

#homebottom { clear: both; }
#homebottom p { width: 525px; }
#homebottom span { margin-left: 20px; }
#homebottom img { float: right; display: inline; }

#hometop p { margin-top: 15px; }

#columns {
  width: 768px;
}

#columnsside {
  float: left;
  margin-top: 98px;
}

#certificates {
  width: 100%;
  text-align: center;
}

#col1image {
  padding: 0 5px 0px 0;
  display: inline;
  float: left;
}

#main1 {
  width: 730px;
  background-image: url(images/background1.gif);
  background-repeat: no-repeat;
  text-align: center;
}

#main2 {
  float: right;
  width: 730px;
  background-image: url(images/background2.jpg);
  background-repeat: no-repeat;
  text-align: center;
  font-family: Verdana;
  font-size: 11px;
}

#header {
  width: 730px; 
  padding: 0px;
  clear: both;
}

#header img {
  display: block;
  float: left;
}

#navitems {
	display:block;
	margin-left:120px;
	}

#body1 {
  width: 730px;
}

#body1 img { 
  display: inline;
  float: left;
}

#content {
	padding-top:10px;
	}

#content1 {
  width: 730px;
  text-align: left;
}

#content1text {
  float: left;
  width: 663px;
}

#content1side {
  float: left;
  margin-right: 20px;
  clear: left;
}

#content1 h3 {
  margin-top: 12px;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1px;
  font-weight: normal;
}

#content1 a {
  color: #333399;
  text-decoration: none;
  font-weight: bold;
}

#content1 a:hover {
  color: #333399;
  text-decoration: underline;
}

#content1 p {
  font-size: 11px;
}

#copyright {
  width: 730px;
  color: #333399;
  font-size: 9px;
  font-weight: bold;
  font-family: Verdana;
}

#footer {
  clear: both; 
  width: 100%;
  margin-top: 5px;
}

#content {
  clear: both;
  width: 730px;
}

#footer h2 {
  display: inline;
  font-size: 10px;
  margin: 0 5px 0 0px;
  color: #979797;
}

#footer h2 a {
  font-size: 11px;
  color: #333399;
  text-decoration: none;
}

#footer h2 a:hover {
  color: #333399;
  text-decoration: underline;
}

#col1, #col2, #col3 {
  float: left; 
  text-align: justify;
  padding: 0px;
}

#col1 { 
  padding-left: 0px;
  margin-left: 8px;
  width: 226px;
}

#col3 {
  width: 226px;
}

#col2 { 
  padding: 0 15px 0 15px;
  width: 225px;
}

#col2 td {
  font-family: Verdana;
  font-size: 11px;
}

#homebottomnav {clear: both; }
#homebottomnav p { width:650px; font-size:10px; color:#34A02C}
#homebottomnav a {color:#34A02C}

#SiteIndex {
	padding-left:180px;
	}

#SiteIndex ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#SiteIndex li {
	padding-left:10px;
	min-height:18px;
	margin-bottom:0px;
	margin-top:3px;
	padding-left:21px;
}

#SiteIndex h3 {
	margin-top:15px;
	font-size:14px;
	}

#SiteIndex a {
	color: #333399;
	font-weight:bold;
	}
