﻿body
{
	margin: 0;
	padding: 0 386px;
	text-align: center;
	font-family:"trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	background-color:#189CFF;
	color:#666666;
	font-size:.8em;
	line-height:160%;
}

a
{
	color: #0066ff;
}

li
{
	margin:10px;
}

.mainMenuClass 
{
	text-align:center;
}

.imageRight 
{
	text-align:right;
	padding-right:10px;
}

#cornerTable
{
	width:100%;
	height:100%;
	background-color:#FFFFFF;
}

.picture72
{
	float:left;
	width:72px;
	height:72px;
	margin-right:5px;
}

.picture128
{
	float:left;
	width:128px;
	height:128px;
}

h1, h2, h3, h4, h5, h6,
.h1s, .h2s, .h3s, .h4s, .h5s, .h6s
{
	color:#E6673A;
}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1, .h1s {
	margin: 0;
	font-size: 1.6em;
	font-weight: normal;
}
h2, .h2s {
	margin: 0.5em 0;
	font-size: 1.5em;
	font-weight: normal;
}
h3, .h3s {
	margin: 0.5em 0;
	font-size: 1.4em;
	font-weight: normal;
}
h4, .h4s {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
}
h5, .h5s {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6, .h6s {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

.bodyDiv
{
}

.bodyDiv2
{
	border-bottom:solid thin #EEEEEE;
	margin-bottom:20px;
}


.leftColumn 
{
	vertical-align:top;
	padding-right:10px;
	border-right: dotted;
}

.rightColumn 
{
	vertical-align:top;
	padding-left:20px;
	padding-right:20px;
}

.shade
{
	background-color:#EEEEEE;
}



#topbarcontainer 
{
	margin: 0 -386px 0 -386px;
	background-image:URL(Images/topbarslice.gif);
	background-repeat: repeat-x;
}

#sizer {
	margin: 0px auto 0 auto;
	padding: 0;
	width: 58%;
	max-width: 192px;
}

#expander {
	min-width: 772px; /* Critical Safari fix! */
	position: relative;
	margin: 0 -386px 0 -386px;
	background-color:transparent;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

#wrapper { 
	width: 100%; /* helps IE get the child percentages right. */
	text-align:left;
} 

/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#footer-container
{
	text-align:center;
	font-size: 0.8em;
	color:#FFFFFF;
	
}