/* CSS Document */

body  {
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #431FB5;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(img/bg-grad2.gif);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 964px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #433db5;
	border: 1px solid #CCCCCC;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 232px;
	vertical-align: bottom;
	background-color: #FFFFFF;
	background-image: url(img/banner.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	padding-left: 10px;
}
.twoColFixLtHdr #container #sidebar1 a {
	color: #FFFFFF;
	text-decoration: underline;
}

.twoColFixLtHdr #container #sidebar1 a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	color: #99CC33;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 225px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6E8EF4;
} 
#mainContent a {
	color: #FFFFFF;
	text-decoration: underline;
}
#mainContent a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#topnav {
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
	text-align: left;
	vertical-align: bottom;
	padding: 0px;
	background-image: url(img/toop-nav-bg.jpg);
	margin: 0px;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 12px;
	color: #CCCCCC;
	height: 45px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #footer  a {
	color: #CCCCCC;
}
.twoColFixLtHdr #footer a:visited {
	color: #CCCCCC;
}
.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;
}
.style1 {color: #C4C5E4}
.navImg {
	float: left;
	padding-right: 8px;
}
.smile {
	border: 1px solid #CCCCCC;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
.videoImg {
	padding-left: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
}
#home {
	color: #2D2878;
	background-color: #E9EFFF;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#home a {
	color: #433DB5;
	text-decoration: underline;
}
#home a:visited {
	color: #433DB5;
	text-decoration: underline;
}
#home h3 {
	font-size: 12px;
	font-weight: bold;
}
#home td {
	padding: 12px;
}
.leftImg {
	padding-right: 8px;
}
