﻿
* {
	margin:0;
	padding:0;
	}

body {
	background-repeat: repeat;
	background-color: #FFF;
}

.bgbar{
	width:1000px;
	margin: 0 auto;
	background-image:url(bgbar.jpg);
	background-repeat:repeat-y;
	background-position:center top;
}

.mainContainer{
	width:850px;
	margin:auto;
}
	
#wrapper {
    width: 850px;
	margin:auto;
    margin-left:auto;
    margin-right:auto;
}

.header {
	width:1000px;
	height:150px;
	margin: 0 auto;
	background-color:#FFF;
	background-image: url(headerLogo.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

.logo {
	width:268px;
	height:130px;
	background-image: url(InHisStepslogo.png);
	background-repeat:no-repeat;
	float:left;
	margin: 5px 0 0 25px;
	text-align: right;
	color: #FFFFFF;
	font-size: 22px;
}

.menubar
{
	width:850px;
	padding:0 75px 0 75px;
}

.menu 
{
	width:141px;
    font-family: Comic Sans MS;
	font-size: 14px;
	color:#770099;
	background-color:#cab691;
	border:none;
	text-align:center;
	float:left;
	text-decoration:none;
}

.menu:hover {	
	background-color:#E4D0A7;
}
/*use the wide menu for far left menu cell
to make the left egdes line up between the header and menu*/ 
.menuWide
{
	width:145px;
    font-family: Comic Sans MS;
	font-size: 14px;
	color:#770099;
	background-color:#cab691;
	border:none;
	text-align:center;
	float:left;
	text-decoration:none;
}
 .menuWide:hover {	
	background-color:#E4D0A7;
} 

.boxpic {
	margin: 16px;
	float:right;
	border: 1px solid #FFF;
}

.leftbox {
	width:370px;
	padding:10px 0px 10px 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	float:left;
	background-position:left top;
}

.rightbox {
	width:370px;
	padding:10px 50px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	float:right;
	background-position:right top;
}

.fullbox {
	width:750px;
	padding: 10px 50px 10px 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-position:center top;
	overflow: hidden;
	}
	
.centerbox {
	width:750px;
	padding: 10px 50px 10px 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align:center;
	background-position:center top;
	overflow: hidden;
	}

.contentbox
{
	width:850px;
	padding:0px 75px 0px 75px;
}

#footer {
	width:850px;
	height:50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 13px;
	background-image: url(footer.jpg);
	background-repeat:no-repeat;
	padding:10px 0 0 0;
	color: #121212;
	text-align: center;
}

/* Styles Styles Styles Styles Styles Styles Styles Styles Styles Styles Styles */

.blockquote {
    background: #6DC5F2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
	margin: 22px 10px 15px 0;
	padding: 5px 7px 5px 7px;
	display: block;	
}

.pageTitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 25px;
	color: #05316d;
	text-align:center;
	vertical-align:middle;
	padding: 25px 25px 0px 25px;
	height:70px;	
	background-image:url(pageTitleBg.jpg);
	background-repeat:no-repeat;
}

.heading1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #05316d;
	display: inline;
}

.heading2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #0f4fa8;
	display: inline;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3E3E3E;
	line-height: 15px;
}

.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #3E3E3E;
	line-height: 15px;
}

.text2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3E3E3E;
	line-height: 15px;
	font-style:italic;
}

.latestnews {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #E21E80;
	line-height: 15px;
}

/* links links links links links links links links links links */

.links {
	color: #FFF;
	text-decoration: none;	
}

.links:hover {
	color: #891996;
	text-decoration: underline;
}

.linktop {
    width: 115px;
	height: 30px;
	display: block;
	padding: 10px 0 0 0;
	margin-left: 2px;
	background-image: url(button.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	float: right;
}

.linktop:hover {
	background-image: url(buttonactive.jpg);
}

.headertext {
	font-size: 14px;
	font-style:italic;
	font-weight:bold;
	color:#ffffff;
	padding:15px 100px 0 50px;
	text-align: center;
	}
	
.bottombar{
	font-size:smaller;
	text-align:center;
	height:50px;
	width:1000px;
	margin:auto;
	background:#fff url(bgbottombar.jpg) center no-repeat;
}

table.styled{
	width:90%;
	float:none;
	border: 1px solid #8B8378;
}

table.styled thead{
	background-color:#CDB38B;
	font-weight:bold;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
}
table.styled td {
	padding: 0px 5px;
	color: black;
	text-align:left;
}

table.styled tr.d0 td {
	background-color: #FCF6CF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #3E3E3E;
}

table.styled tr.d1 td {
	background-color: #FEFEF2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #3E3E3E;
}

ul.styled{
list-style-position: outside;
list-style-type:disc;	
}

ul.styled li{
list-style-position: outside;
list-style-type:disc;	
}

		
