.register-button {
	background-color: #419EA9;
	font-weight: bold;
	color: #FFF;
	padding: 4px;
	display: block;
	width: 90px;
	text-align: center;
	margin-top: 10px;
}
table tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	width:300px;
}


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-image: url(../images/bgtile-brown.jpg);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}


p {
	font-size:12px;
	line-height:140%;
	color:#484049;
}
a {
	color:#E45916;
}

h1 {
	font-size:18px;
	color: #474238;
	font-weight:bold;
}
h2 {
	font-size:12px;
	color: #419EA9;
	line-height: 140%;
	margin-bottom: 0px;
}

.thrColFix #container {
	width: 900px;
	text-align: left;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 194px;
	height: 193px;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 194px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin-top: 10px;
}
.thrColFix #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.thrColFix #mainContentWide {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 205px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.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;
}
.thrColFix #container .header {
	height: 300px;
	width: 900px;
}
.thrColFix #container .footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	height: 30px;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	padding-top: 33px;
	color: #2b1f3e;
	margin-top:25px;
}
.top-menu {
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
	height: 30px;
	padding-top: 20px;
	color: #493A05;
	font-size: 12px;
	font-weight: bold;
}
.news {
	width: 170px;
	margin-top: 10px;
	padding-left: 10px;
	background-color: #686052;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-right: 10px;
	height: auto;
	color: #FFF;
	border: 2px solid #474238;
	overflow: auto;
}
.video-gallery {
	width: 170px;
	border: 2px solid #419EA9;
	margin-top: 10px;
	font-size: 10px;
	padding-left: 10px;
	background-color: #47adb7;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-right: 10px;

}
.newsletter {
	width: 180px;
	border: 2px solid #EA7035;
	margin-top: 10px;
	font-size: 10px;
	padding-left: 10px;
	background-color: #EF9163;
	padding-top: 2px;
	padding-bottom: 5px;
}
input {
	color: #666;
}
.social-buttons img {
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nav {
	margin-top: 20px;
}
#sidebar1 img {
	padding-top: 10px;
}
.newsletter h2 {
	color: #FFF;
}
.video-gallery h2 {
	color: #FFF;
}
.news h2 {
	color: #FFF;
}
table tr td p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 130%;
	color: #484049;
}
#class-content p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 130%;
	color: #484049;
}
#icpsignup a {
	color: #FFF;
}
.TabbedPanelsContent.TabbedPanelsContentVisible p {
	padding-right: 10px;
	padding-left: 10px;
}
.TabbedPanelsContent.TabbedPanelsContentVisible h2 {
	padding-left: 10px;
}
.register-button a {
	color: #FFF;
	text-decoration: none;
}
#mainContentWide #vids {
	float: left;
}
#mainContentWide #vidsright {
	float: right;
}
.news p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
