body  {
	font-family: "Myriad Web Pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0c3a84;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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 */
}
td {
	font-family: "Myriad Web Pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width: 938px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(shared_images/torn_mid.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center;
	background-repeat: repeat-y;
} 
#header {
	width:935px;
	height: 140px;
	background-image: url(shared_images/torn_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0 auto;
	padding:0;
	position: relative;	
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* padding keeps the content of the div away from the edges */
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 236px; /* 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-left: 20px;
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 50px;
	margin-right: 70px;
	margin-bottom: 0;
	margin-left: 240px;
	margin-top: 0px;
} 
#footer {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center top;
	background-image: url(shared_images/torn_bottom2.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	height: 115px;
	padding-top: 35px;
} 
#footer a {
	color: white;
}
#copyright {
	width: 960px;
	color: white;
	font-size: 11px;
	margin: 0 auto;
}
#copyright .fltlft {
	float: left;
	text-align: left;
	padding-left: 25px;
	margin-bottom: 25px;
}
#copyright .fltrt {
	float: right;
	text-align: right;
	padding-right: 25px;
	margin-bottom: 25px;
}
#copyright a:link {
	color: white;
}
.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;
}
#header .tabContent {
	float: right;
	font-size: 11px;
	color: white;
	font-weight: bold;
	background-image: url(shared_images/top_nav_tab2.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 420px;
	height: 37px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#header .tabContent a:link {
	color: white;
	text-decoration:none;
}
#header .tabContent a:hover {
	color: #F68428;
	text-decoration:none;
}
#header .tabContent a:active {
	color: #F68428;
	text-decoration:none;
}
#header .tabContent a:visited {
	color: white;
	text-decoration:none;
}
#header .helpline {
	float: right;
	width: 420px;
	text-align: center;
	color: white;
	padding-top: 8px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-family: "Myriad Web Pro", Arial, Helvetica, sans-serif;
	margin: 0px;
}
#header .helplineHead {
	color: white;
	padding-top: 8px;
	font-size: 28px;
	font-weight: bold;
	font-family: "Myriad Web Pro", Arial, Helvetica, sans-serif;
}
form {
	padding: 0;
	margin: 5px 0 0 0;
	float: left;
}
.input {
	font-size: 11px;
	background-color: #f68428;
	border: 1px solid white;
	color: white;
	font-weight: bold;
	padding: 1px;
	margin: 0 0 0 3px;
}
.field {
	background-image: url(shared_images/field.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	width: 141px;
	height: 20px;
	padding: 3px;
	margin-left: 15px;
	font-size: 11px;
}
.field2 {
	background-image: url(shared_images/field2.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	width: 161px;
	height: 20px;
	padding: 3px;
	margin-left: 15px;
	font-size: 11px;
}
#logo {
	position: absolute;
	top: 10px;
	width: 300px;
	height: 185px;
	z-index: 1;
	float: left;
	left: 0px;
}
#images {
	position: absolute;
	z-index: 1;
	top: 95px;
	padding-left:200px;
	width: 631px;
	height: 283px;
}
#button {
	background-image: url(shared_images/left_nav_button.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 5px;
	padding-left: 20px;
	color: #F68428;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	width: 186px;
	width: 186px;
}
#bookButton {
	background-image: url(shared_images/book_left_nav_button.gif);
	background-repeat: no-repeat;
	height: 28px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding-top: 5px;
	padding-left: 20px;
	width: 186px;
}
#bookButton a:hover {
	color: #F68428;
}
a:link {
	text-decoration: none;
	color: #F68428;
}
a:visited {
	text-decoration: none;
	color: #F68428;
}
a:hover {
	text-decoration: none;
	color: #0C3A84;
}
a:active {
	text-decoration: none;
	color: #0C3A84;
}
#splodge {
	width: 226px;
	height: 206px;
	background-image: url(shared_images/orange_splodge.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: right;
}
#splodge td a {
	color:white;
	font-size:18px;
	font-weight: bold;
}
#splodge2 {
	width: 226px;
	height: 206px;
	background-image: url(shared_images/orange_splodge.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#splodge2 td a {
	color:white;
	font-size:18px;
	font-weight: bold;
}
#blueSplodgeRgt {
	width: 236px;
	height: 206px;
	background-image: url(shared_images/blue_splodge.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: right;
	margin: 0px;
}
h1 {
	font-size: 14;
	font-weight: bold;
	color: #F68428;
}
h2 {
	font-size: 12;
	font-weight: bold;
	color: #F68428;
}
