body {
	margin: 0px;
	background-color: #F2EDD3;
}

td { 
	font-family: Arial, Verdana, Helvetica, Times;
	font-size: 9pt;
	vertical-align: top;
} 

#blueTable { 
	width: 493px;
	border-spacing: 0px;
} 

#blueTable td.header { 
	background-color: #0F3A68;
	padding: 2px 2px 2px 2px;
	font-family: Arial, Verdana, Helvetica, Times;
	font-size: 9pt;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #0F3A68;
	border-left: 1px solid #0F3A68;
	border-right: 1px solid #0F3A68;
} 

#blueTable td.row1 { 
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	font-family: Arial, Verdana, Helvetica, Times;
	font-size: 9pt;
	vertical-align: top;
	color: #0F3A68;
	font-weight: bold;
	border-bottom: 1px solid #0F3A68;
	border-left: 1px solid #0F3A68;
	border-right: 1px solid #0F3A68;
} 

#blueTable td.row2 { 
	background-color: #E1EDFB;
	padding: 2px 2px 2px 2px;
	font-family: Arial, Verdana, Helvetica, Times;
	font-size: 9pt;
	vertical-align: top;
	color: #0F3A68;
	font-weight: bold;
	border-bottom: 1px solid #0F3A68;
	border-left: 1px solid #0F3A68;
	border-right: 1px solid #0F3A68;
} 

p {
	font-family: Arial, Verdana, Helvetica, Times;
	font-size: 9pt;
	vertical-align: top;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

td.tan {
	background-color: #C0B99A;
	vertical-align: middle;
}

td.brown {
	background-color: #8F7D67;
	text-align: right;
	vertical-align: middle;
}

div.greenRow {
	width: 100%;
	background-color: #48758B;
	vertical-align: middle;
	padding: 3px 2px; 2px 2px;
}

div.navRow {
	width: 100%;
	background-color: #DDD8C0;
	vertical-align: middle;
	padding: 3px 2px; 2px 2px;
	border-bottom: 1px solid #AAA487;
}

div.blueRow {
	width: 100%;
	background-color: #C3D2D9;
	vertical-align: middle;
	padding: 6px 2px; 2px 2px;
	border-top: 1px solid #AAA487;
	border-bottom: 1px solid #AAA487;
}

a {
	font-family: Arial, Verdana, Helvetica, Times;
	font-size: 9pt;
	color: #48758B;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #AAA487;
	text-decoration: none;
}

a.topNav {
	font-family: Arial Narrow, Arial, Verdana, Helvetica, Times;
	font-weight: bold;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 25px; 
	margin-left: 5px; 
}

a.topNav:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.leftNav  {
	font-family: Arial Narrow, Arial, Verdana, Helvetica, Times;
	font-weight: normal;
	font-size: 10pt;
	color: #156489;
	text-decoration: none;
	margin-left: 25px; 
}

a.leftNav:hover {
	color: #156489;
	text-decoration: none;
}

a.leftNavHeader  {
	font-family: Arial Narrow, Arial, Verdana, Helvetica, Times;
	font-weight: bold;
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 12px; 
}

a.leftNavHeader:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.leftNavGreen  {
	font-family: Arial Narrow, Arial, Verdana, Helvetica, Times;
	font-weight: bold;
	font-size: 12pt;
	color: #48758B;
	text-decoration: none;
	margin-left: 12px; 
}

a.leftNavGreen:hover {
	color: #48758B;
	text-decoration: none;
}

a.botNav  {
	font-family: Arial Narrow, Arial, Verdana, Helvetica, Times;
	font-weight: bold;
	font-size: 10pt;
	color: #978B7B;
	text-decoration: none;
	margin-left: 10px; 
	margin-right: 10px; 
}

a.botNav:hover {
	color: #978B7B;
	text-decoration: none;
}

a.brown {
	font-family: Arial Narrow, Arial, Verdana, Helvetica, Times;
	font-weight: normal;
	font-size: 10pt;
	color: #8F7D67;
	text-decoration: underline;
}

input.login {
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	height: 16px;
	margin-left: 10px;
	margin-right: 15px;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, Times;
	font-size: 9pt;
	color: #156489;
	width: 100px;
}

input.signUp {
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	height: 16px;
	margin-left: 10px;
	margin-right: 5px;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, Times;
	font-size: 9pt;
	color: #156489;
	width: 100px;
}

input.signUp2 {
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	height: 22px;
	margin-left: 10px;
	margin-right: 5px;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, Times;
	font-size: 11pt;
	color: #156489;
	width: 250px;
}


input.txt {
	border: 1px solid #48758B;
	background-color: #FFFFFF;
	height: 16px;
	margin-left: 10px;
	font-family: Arial, Verdana, Helvetica, Times;
	font-size: 9pt;
	color: #000000;
	width: 200px;
}

.formLabel {
	font-family: Arial, Verdana, Helvetica, Times;
	font-size: 9pt;
	color: #000000;
	text-align: right;
	width: 350px;
}

.loginText {
	font-family: Arial Narrow, Arial, Verdana, Helvetica, Times;
	font-size: 12px;
	color: #156489;
	text-align: right;
	margin-top: 5;
}

.loginButton {
	margin-top: 5px;
	margin-right: 12px;
}

.formButton {
	margin-top: 5px;
	margin-right: 152px;
}

.header {
	margin-left: 15px;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, Times;
	font-size: 14pt;
	color: #156489;
	font-weight: bold;
}

.niceList {
	margin-top: 2px;
	margin-left: 16px;
	padding-left: 0;
	list-style: none;
}
	
.niceList li {	
	padding-left: 14px;
	background-image: url(images/square.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

.niceListsub1 {
	margin-top: 2px;
	margin-left: 16px;
	padding-left: 0;
	list-style: none;
}

.niceListSub1 li {	
	padding-left: 14px;
	background-image: url(images/disc.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

li  {	
	margin-right: 15px;
}

.niceListSign {
	margin-top: 2px;
	margin-left: 2px;
	padding-left: 0;
	list-style: none;
}
	
.niceListSign li {	
	padding-left: 10px;
	background-image: url(images/square.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}


.hrGreen {
	border-top: 8px solid #48758B;
	overflow: hidden;
	margin: 15px 15px;
}

.botNav  {
	font-family: Arial Narrow, Arial, Verdana, Helvetica, Times;
	font-weight: bold;
	font-size: 10pt;
	color: #978B7B;
}

.signUp {
	background-color: #c3d2d9;
	width: 200x;
	height: 180px;
	overflow: hidden;
}

.signUp2 {
	background-color: #DDD8C0;
	border: 1px solid #8F7D67;
	width: 400px;
}

.signUp3{
	background-color: #DDD8C0;
	border: 1px solid #8F7D67;
	width: 173px;
}

.indnt {
	margin-left: 15px;

}

.error {
	font-family: Arial, Verdana, Helvetica, Times;
	font-size: 11pt;
	font-weight: bold;
	color: #FF0000;
	margin-left: 15px;
}

.hr {
	border-top: 2px solid #736451;
	width: 481px;
	margin: 0px 15px 0px 15px;
}

.header404 {
	margin-left: 15px;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, Times;
	font-size: 14pt;
	color: #CC0000;
	font-weight: bold;	
	
}

.headerSign {
	font-family: Arial, Verdana, Helvetica, Times;
	font-size: 12pt;
	font-weight: bold;
	color: #990000;
	overflow: hidden;

}

/*Andy's Attempt at bigger re-design in general*/

#rightBar{
}
#blogAd {
	width: 180px;
	height: 120px;
	float: left;
	}

/*Begin Andy's attempts at new coding style for the header*/


#wrapper {
}

#mainBanner {
	width: 900px; 
	height: 180px;
	background-color: #C0B99A;
}

#mainBanner2 {
	width: 682px; 
	height: 180px;
	background-color: #C0B99A;
	float:left;
}

#mainBanner3 {
	width: 218px; 
	height: 180px;
	background-color: #C0B99A;
	float:left;
}

#banner1 {
	width: 293px;
	height: 180px;
	background-image:url(http://www.ostglobalsolutions.com/images/t_01.jpg);
	float:left;
	cursor:pointer;
}

#loginBox {
	width: 389px;
	height: 80px;
	background-color:#C0B99A;
	float:left;
}

#banner2 {
	width: 389px;
	height: 100px;
	background-image:url(http://www.ostglobalsolutions.com/images/t_06.jpg);
	background-color:#C0B99A;
	float:left;
}

#currentOffer {
	width: 218px;
	height: 180px;
	background-color:#c3d2d9;
}