body { background-image: url(../images/bg.jpg); font-family: verdana; font-size: small; color: #000000; line-height: 1.5; margin: 0px; padding: 0px; }

/***********************************************/
/* Layout divs                                 */
/***********************************************/

#supercontainer { width: 1000px; background: #ffffff; margin: 0 auto; position: relative; top: 15px; border-left-width: 10px; border-left-style: solid; border-left-color: #999999; border-right-width: 10px; border-right-style: solid; border-right-color: #999999; } 

#topcontainer {
	width: 1000px;
	background-color: #ffffff;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
	height: 351px;
} 

#logo { float: left; height: 70px; width: 326px; background-color: #ffffff; padding: 10px; }

#contact { float: right; height: 70px; width: 624px; background-color: #ffffff; text-align: right; padding: 10px 20px 10px 10px; overflow: hidden; }

#topnav { width: 1000px; background: #ffffff; position: relative; z-index: 999; }

#middlecontainer { width: 1000px; background: #ffffff; margin: 0 auto; position: relative; z-index: 998; } 

#columncontainer { float: left; width: 230px; margin: 0 auto; position: relative; }

#sidenav { width: 99px; background-color: #ffffff; margin: 0 auto; position: relative; font-size: 1.0em; text-align: left; padding: 10px 10px 10px 10px }

#columnr { float: left; width: 210px; background-color: #e5e5e5; position: relative; font-size: 0.8em; text-align: left; padding: 10px 10px 10px 10px; overflow: hidden; }

#middle { width: 520px; background-color: #ffffff; position: relative; z-index: 997;  border-left-style: solid; border-left-width: 1px; border-left-color: #8b8989; border-right-style: solid; border-right-width: 1px; border-right-color: #8b8989; text-align: left; padding: 10px; overflow: hidden; }

#middle1 { width: 720px; background-color: #ffffff; position: relative; z-index: 997;  border-left-style: solid; border-left-width: 1px; border-left-color: #8b8989; border-right-style: solid; border-right-width: 1px; border-right-color: #8b8989; text-align: left; padding: 10px; overflow: hidden; }

#columnr { float: right; width: 210px; background-color: #ffffff; font-size: 0.8em; text-align: left; padding: 10px 10px 10px 0px; overflow: hidden; }

#search { width: 170px; background-color: #CCCCCC; font-size: 0.8em; text-align: left; padding: 10px 10px 10px 10px; }

#footercontainer { width: 1000px; background: #ffffff; margin: 0 auto; position: relative; top: 0px; } 

#footer { height: 30px; width: 1000px; background-color: #ffffff; margin-left: auto; margin-right: auto; font-size: x-small; color: #666666; text-align: left; padding: 20px 0px 0px 0px; overflow: hidden; }

#image { height: 200px; width: 1000px; background-color: #ffffff; margin-left: auto; margin-right: auto; }

/***********************************************/
/* H tag styles                             */
/***********************************************/ 

h1, h2, h3, h4, h5, h6 { font-family : verdana; }
h1 { font-size: 1.6em; font-weight: bold; color: #666666; }
h2 { font-size: 1.2em; font-weight: bold; color: #666666; }
h3 { font-size: 1.1em; font-weight: bold; color: #666666; }
h4 { font-size: 1.0em; font-weight: bold; color: #666666; }
h5 { font-size: 1.0em; font-weight: bold; color: #666666; }
h6 { font-size: 1.0em; font-weight: bold; color: #666666; }

/***********************************************/
/* Hyperlink styles                                */
/***********************************************/

a:hover { background-color: #ffffcc;}
a:link { color:  #00698c; font-weight: bold; text-decoration: none }
a:visited { color:  #006600; font-weight: bold; text-decoration: none }
a:hover { color:  #000000; font-weight: bold; text-decoration: none }
a:active { color:  #0000cc; font-weight: bold; text-decoration: none }

/***********************************************/
/* General                                */
/***********************************************/

.clearfloat { clear: both; height:0; font-size: 1px; line-height: 0px; }

ul { list-style-type: square; }

/***********************************************/
/**
 * Spanky Corners -- CSS Rounded Corners by SitePoint
 *
 * Auto generated code
 * Details @ http://tools.sitepoint.com/spanky/
 * @version 1.1b
 */
/***********************************************/

/* all curved boxes get the bottom-left corner */
div.rounded {
	background: #ffffff  no-repeat bottom left;
	color: #ffffff;
	position: relative;
	padding-top: 0;
	padding-bottom: 18px;
	margin: 1em 5px 0 0;
	height:100%;
	width: 210px;
	float: right;
}

/* all elements in 'div.rounded' gets the B-R corner */
div.rounded * {
  background: #ffffff  no-repeat bottom right;
  color: #ffffff;
  padding: 1em 2em 18px 0;
  margin: 0 0 -18px 18px;
  height:100%;
}

/* Scrub that B-R corner from all elements *2+* levels deep*/
div.rounded * * {
  padding: 0;
  margin: 0;
  background: none;
  color: #ffffff;
  height:auto
}

/* Set up some H's as 'box heads' with the T-R and T-L corners */
div.rounded h1, div.rounded h4 {
  color: #ffffff;
  background: #ffffff  no-repeat top right;
  display: list-item;
  list-style-image: ;
  list-style-position: inside;
  list-style-type:none;
  padding: 0;
  margin: 0;
  position: relative;
}

div.rounded h1 {
  font-size: 3.2em;
}
div.rounded h4 {
  font-size: 2em;
}
