@charset "UTF-8";
/* CSS Document */

/**
* CSS

*/

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
}
html, body, p, th, td, li, dd,  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em ; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
}


a:active {text-decoration: none;}


.boldsmall {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 18px;
	color: #FFFFFF;
	text-align: center;
}

.text {
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	color: #FFFFFF;
	text-align: left;
}

.introtext {
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #FFFFFF;
	text-align: left;
}

.italic {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}


img.floatright {
	float: right;
	margin-right: 350px;
}

#pagecontainer {
	position: relative;
	width: 950px;
	height: 2500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#bottomsection {
	position: relative;
	width: 950px;
	height: 2261px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat;
	text-align: center;
	background-image: url(images/extendo-bg.jpg);
}


div.float {
	float: left;
	background-color: #000000;
	margin-right: 15px;
	width: 100px;
	text-align: center;	
  }
  
div.float p {
   text-align: center;
   }


#topbox {
	background: none;
	height: 239px;
	width: 950px;
	padding-left: 0px;
	padding-top: 0px;
	line-height: 0px;
	position: relative;
}

#toprightnav {
	width: 400px;
	height: 50px;
	position: absolute;
	top: 177px;
	left: 344px;
	background: none;
	text-align: left;
}

#leftbox {
	width: 225px;
	height: auto;
	position: absolute;
	top: 4px;
	left: 65px;
	float:left;
	margin-top: 25px;
}

#contentbox {
	width: 600px;
	height: auto;
	position: absolute;
	left: 342px;
	top: 25px;
	text-align: left;
}


#footer {
	background: none;
	height: 200px;
	width: 950px;
	padding-left: 0px;
	padding-top: 0px;
	float: left;
}
