.TryAgain {	color: #cc3333;
	font-weight: bold;
}
.FormLabels {	font-size: small;
	font-weight: bold;
}
.IntroText {
	font-size: 14px;
	font-weight: bold;
}
 
 
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; /* 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: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #topnav {
	background-image: url(images/topnav.gif);
	background-repeat: no-repeat;
	height: 20px;
	text-align: center;
	background-position: center;
}

.twoColFixLtHdr  #sidebar2  {
	float: right;
	width: 150px;
	background-image: url(images/SideBox4.jpg);
	background-repeat: no-repeat;
	height: 461px;
	text-align: center;
	padding-top: 34px;
	vertical-align: middle;
	padding-right: 15px;
	padding-left: 15px;
}

.twoColFixLtHdr #header {
	background-repeat: no-repeat;
	text-align: center;
} 
.twoColFixLtHdr  #container  #sidebar1  img  {
	margin-bottom: 1px;
}
.twoColFixLtHdr  #container  #sidemain  #mainContent  #main_table  {
	border: 1px solid #A3D2E9;
	background-color: #E6F3F9;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidemain {
	float: left;
	width: 775px;
	height: 495px;
}
.twoColFixLtHdr #mainContent {
	margin-left: 180px;
	padding-right: 5px;
	padding-left: 5px;
} 
.twoColFixLtHdr #footer {
	background-image: url(images/FooterBox.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	height: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(images/SideBox4.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 461px;
	padding-top: 34px;
}
.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;
}
.topnav {
	color: #000066;
	font-size: 12px;
}

.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;
}
h1 {
	font-size: 28px;
	font-weight: bold;
}
h2 {
	font-size: 24px;
	font-weight: bold;
}
h3 {
	font-size: 20px;
	font-weight: bold;
}

.RadioNames {font-size: 12px}
.SmallText {
	font-size: 10px
}


 
.copyright {
	font-size: 12px;
	font-style: normal;
}
.twoColFixLtHdr #container #bottomad {
	text-align: center;
}
.twoColFixLtHdr #container #sidemain #mainContent #site_left {
	float: left;
	width: 250px;
}
.twoColFixLtHdr  #container  #sidemain  #mainContent  #site_right  {
	float: right;
	width: 250px;
}
.SmallText {
	font-size: 10px;
}
.twoColFixLtHdr #container #sidemain #sidebar1 .SmallText {
	background-color: #E6F3F9;
	border: 1px solid #A3D2E9;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 13px;
	margin-right: 12px;
}
.twoColFixLtHdr  .SmallTextMake      {
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
}


.twoColFixLtHdr #container #header #topnav .logout {
	float: none;
	text-align: right;
}
.twoColFixLtHdr  #mainBottom  img    {
	margin-left: -25px;
}
.twoColFixLtHdr #sidemainclass {
	float: left;
	width: 775px;
	background-image: url(images/MainBoxnogradmid.gif);
	background-repeat: repeat-y;
	background-position: right;
	height: auto;
}
.style1 {
	font-size: 14px;
}
.twoColFixLtHdr #container #sidemain #mainContent #main_text {
	width: 200px;
	text-align: left;
	background-color: #E6F3F9;
	border: 1px solid #E6F3F9;
}
