/* Commonly used to style page titles. */
p {
	color: #000;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.2em;
}
h1 {
	color: #000;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1em;
	background-image: url(none);
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 850px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #FFFFFF;
	float: left;
	padding: 0px 0px 0px 0px;
	width: 220px;
	height: 350px;
}
/* Main navigation items */
#outerWrapper #contentWrapper #leftColumn1 ul{
	margin-top: 15px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
}
#outerWrapper #contentWrapper #leftColumn1 li{
	background-image: url(images/nav-item-backg.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 220px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	font-size: 1.4em;
	font-weight: bold;
}
#outerWrapper #contentWrapper #leftColumn1 li a{
	background-image: url(images/nav-item-backg.png);
	display: block;
	padding: 10px 0px 10px 25px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#outerWrapper #contentWrapper #leftColumn1 li a:hover{
	background-image: url(images/nav-item-backg-over.png);
	display: block;
	padding: 10px 0px 10px 25px;
	text-decoration: none;
	color: #0099CC;
}
/* Main navigation items */
/* Sub navigation items */

#outerWrapper #contentWrapper #leftColumn1 .lisub ul{
	margin-top: -15px;
	margin-left: 30px;
	margin-bottom: -20px;
	background-image: none;
	padding: 0 0 0 0;
}
#outerWrapper #contentWrapper #leftColumn1 .lisub ul li a{
	background-image: none;
	display: block;
	padding: 5px 0px 5px 5px;
	text-decoration: none;
	color: #006699;
	font-size: .8em;
}
#outerWrapper #contentWrapper #leftColumn1 .lisub ul li a:hover{
	background-image: none;
	display: block;
	padding: 5px 0px 5px 5px;
	text-decoration: none;
	color: #000000;
}
/* Sub navigation items */

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 220px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 15px 15px 15px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(none);
}
#outerWrapper #contentWrapper #content ul li{
	font-size: 1.1em;
	line-height: 1.2em;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
  background-image: none;
}
#outerWrapper #header {
  height: 111px;
  padding: 0 0 0 0; 
}
#outerWrapper #footer {
	background-color: #ddd;
	border-top: solid 1px #666;
	padding: 10px 10px 10px 10px;
	text-align: right;
	background-image: url(none);
}
#outerWrapper #endlinkscol1 {
	width: 260px;
	height: 300px;
	float: left;
	padding: 30px 10px 10px 10px;
	text-align: left;
	color: #666666;
	background-image: url(none);
	line-height: 1.3em;
	background-color: #FFFFFF;
}
#outerWrapper #endlinkscol1 li {
	list-style-type: square;
	color: #666666;
}
#outerWrapper #endlinkscol1 li a{
	color: #666666;
	text-decoration: none;
}
#outerWrapper #endlinkscol1 li a:hover{
	color: #000;
	text-decoration: underline;
}
#outerWrapper #endlinkscol1 h1 {
	font-size: 1.2em;
	color: #666666;
}
#outerWrapper #endlinkscol2 {
	width: 260px;
	height: 300px;
	float: left;
	padding: 30px 10px 10px 10px;
	text-align: left;
	background-image: url(none);
	line-height: 1.3em;
	background-color: #FFFFFF;
}
#outerWrapper #endlinkscol2 li {
	list-style-type: square;
	color: #666666;
}
#outerWrapper #endlinkscol2 li a{
	color: #666666;
	text-decoration: none;
}
#outerWrapper #endlinkscol2 li a:hover{
	color: #000;
	text-decoration: underline;
}
#outerWrapper #endlinkscol2 h1 {
	font-size: 1.2em;
	color: #666666;
}
#outerWrapper #endlinkscol3 {
	width: 260px;
	height: 300px;
	float: left;
	padding: 30px 10px 10px 10px;
	text-align: left;
	background-image: url(none);
	line-height: 1.3em;
	background-color: #FFFFFF;
}
#outerWrapper #endlinkscol3 li {
	list-style-type: square;
	color: #666666;
}
#outerWrapper #endlinkscol3 li a{
	color: #666666;
	text-decoration: none;
}
#outerWrapper #endlinkscol3 li a:hover{
	color: #000;
	text-decoration: underline;
}
#outerWrapper #endlinkscol3 h1 {
	font-size: 1.2em;
	color: #666666;
}
#outerWrapper #breadcrumb {
	background-color: #fff;
	height: 30px;
	padding: 10px 10px 10px 10px;
	background-image: url(none);
}
#outerWrapper #topstrap {
	background-color: #740774;
	height: 65px;
	padding: 20px 10px 10px 10px;
	color: #FFFFFF;
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
	background-image: url(none);
}
#outerWrapper #mainimageblocktext {
	background-color: #999999;
	height: 150px;
	padding: 0 0 0 0;
	background-image: url(none);
}
#outerWrapper #mainimageblocktext p{
  width: 220px;
  height: 100px;
  padding: 5px 5px 5px 10px;
  float: left;
  color: #000;
  font-size: 2.2em;
  font-weight: normal;
  line-height: 1em;
  text-align: left;
}
#outerWrapper #mainimageblocktext img{
  width: 370px;
  float: right;
}
#outerWrapper #portfolioitem {
	background-color: #fff;
	height: 150px;
	width: 600px;
	padding: 0px 0 0px 0;
	background-image: url(none);
}
#outerWrapper #portfolioitem img{
	background-color: #006633;
	height: 150px;
	width: 250px;
	float: left;
}
#outerWrapper #portfolioitem h1{
	font-size: 1.5em;
	text-align: left;
	background-color: #fff;
	color: #006699;
	padding: 20px 0px 0px 0px;
}
#outerWrapper #portfolioitem p{
	font-size: 1.1em;
	text-align: left;
	background-color: #fff;
	color: #000;
	text-align: justify;
	margin-top: 10px;
}
#outerWrapper #contentWrapper #content .300pxicon {
	background-color: #33FFCC;
	width: 250px;
	float: left;
	font-size: 1.1em;
	text-align: left;
}
#outerWrapper #contentWrapper #content .iconbox1 {
	border: 3px solid #006699;
}
fieldset {
	border: solid 1 black;
	padding: 10px;
	text-align: left;
	width: 400px;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	line-height: 1.3em;
	text-align: justify;
}
input {
	width: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000000;
	border: solid 1 black;
	background-color: #CCCCCC;
}
input[type="text"] {
	width: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000000;
	border: solid 1 black;
	background-color: #CCCCCC;
}
fieldset inputfree{
	margin-left: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000000;
	border: solid 1 black;
	background-color: #CCCCCC;
}
input[type="submit"] {
	width: auto;
	padding: 3px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
	border: solid 1 black;
	background-color: #000000;
}
textarea {
	width: 250px;
	height: 100px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000000;
	border: solid 1 black;
	background-color: #CCCCCC;
}
</style>
<style type="text/css" media="print">

/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}

</style>
[if IE 5]>
<style type="text/css"> 
/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#outerWrapper #contentWrapper #leftColumn1 {
  width: 220px;
}
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper #content {
  zoom: 1;
}.tablestyle1 {
	background-color: #CCCCCC;
	border: 3px solid #006699;
}

