body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #ffffff;
	border: 1px none #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.thrColFixHdr #container {
	width: 999px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #cccccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
} 
.thrColFixHdr #container #header #navbarcontainer {
	height: auto;
	width: 990px;
}
.navtype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: normal;
}

.thrColFixHdr #header {
	background-color: transparent;
	width: 990px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 176px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 46px;
}
.resources {
	float: left;
	height: auto;
	width: 175px;
	padding-top: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

resourcescontainer {
	height: auto;
	width: 164px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.thrColFixHdr #container #sidebar1 div {
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 14px;
	border: 1px solid #CCCCCC;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 174px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 12px;
}
.thrColFixHdr #sidebar2vid {
	float: right; /* since this element is floated, a width must be given */
	width: 266px; /* padding keeps the content of the div away from the edges */
	padding-top: 8px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 236px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#rightcolumntest {
	height: 200px;
	width: 150px;
	border: 1px solid #CCCCCC;
}

.thrColFixHdr #footer {
	background:#C6E2E8;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #93B7BD;
	border-right-color: #93B7BD;
	border-bottom-color: #93B7BD;
	border-left-color: #93B7BD;
	margin-left: auto;
	width: 968px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 8px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#thicktabs{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	line-height: 20px;
	text-indent: 8px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}
.fourteentype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
}
.sixteen {
	font-size: 18px;
	color: #0066CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.commentbox {
	background-color: #EEF1F7;
	width: auto;
	border: 1px solid #CCCCCC;
	padding-left: 10px;
}


.mediumtype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}


#thicktabs li{
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#middlecolumn li a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
#middlecolumn li a:visited{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
#middlecolumn li a:hover{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
#middlecolumn li a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
#thicktabs li a{
	float: left; /*padding of tabs*/
	text-decoration: none;
	border-top: 0px solid #d3bdbe; /*top border style*/
	border-bottom: 0px solid #ffa1a3;
	background-image: url(images/pinkbg.jpg);
	background-repeat: repeat;
	background-position: right top;
	padding-top: 8px;
	padding-right: 39px;
	padding-bottom: 8px;
	padding-left: 32px;
	color: #333333;
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
	border-right-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #999999;
	border-left-color: #d3bdbe;
	background-position: left top;
	text-indent: 20px;
	padding-left: 65px;
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
	background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7A7A7;
	text-indent: 4px;
}

#thicktabs li a:visited{

}

#thicktabs li a:hover{
	color: black;
	background-image: url(images/pinkbgover2.jpg); /*background image swap on hover*/
}

</style>

[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]
.smlead {
	font-size: 6px;
	line-height: 10px;
}
.smlead {
	font-size: 7px;
	line-height: 9px;
	color: #333333;
}
.tenpoint {
	font-size: 10px;
	line-height: 15px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.extraspace {
	letter-spacing: 0.05em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	word-spacing: .05em;
}
#colonetest {
	float: left;
	height: auto;
	width: 155px;
	margin-left: 27px;
	border: 1px solid #CCCCCC;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 12px;
	clear: left;
	margin-top: 10px;
}
#middlecolumn {
	height: auto;
	width: 540px;
	background-position: top;
	margin-left: 226px;
	float: none;
}
#middlecolumnvid {
	height: auto;
	width: 445px;
	background-position: top;
	margin-left: 226px;
	float: none;
}
#testbox {
	height: 200px;
	width: 150px;
	border: 1px solid #CCCCCC;
	float: right;
}
a.tenpoint
{
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
a.tenpoint:active
{
	color: #333333;
	text-decoration: none;
} 
a.tenpoint:visited
{
color: #333333;
text-decoration: none;
} 
a.tenpoint:hover
{
	color: #333333;
	text-decoration: underline;
} 
.thrColFixHdr #sidebar2vid2 {
	float: right; /* since this element is floated, a width must be given */
	width: 264px; /* padding keeps the content of the div away from the edges */
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/rightvidblocknew.jpg);
	margin-right: 32px;
	margin-top: 8px;
	height: 445px;
}
.tenonten {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #333333;
	font-weight: normal;
}
#middlecolumn709 {
	height: auto;
	width: 420px;
	background-position: top;
	margin-left: 226px;
	float: none;
}
.thrColFixHdr #sidebar2wide {
	float: right; /* since this element is floated, a width must be given */
	width: 176px; /* padding keeps the content of the div away from the edges */
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 30px;
	margin-top: 12px;
	height: 240px;
	border: 1px solid #CCCCCC;
}
