#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
}

#header {
	margin: 0;
	background: white;
}
#menu {
   margin: 0 0 15px 0;
	background: white;
	background-image: url(../images/menugradiant.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
}
#side-a {
	float: left;
	width: 190px;
	border-right: 1px dotted #AEAEAE;
	height: 1%;
}

#side-b { 
	margin: 0;
	float: left;
	width: 770px;
	height: 1% /* Holly hack for Peekaboo Bug */
}
#content-b {
	margin: 0 10px 0 10px;
}

#footer {
	clear: both;
	
	background-image: url(../images/footergradiant.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-style: dashed none none none;
	border-color: #00CED1;
	border-bottom-width: 0;
	border-right-width: 0;
	border-left-width: 0;
}
/*Heading Styles ET International*/
 body.etin {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	
}
.etin p {
	color: #170B0B;
   font-size:1em;
   font-weight:normal;
	
}

.etin h1, .etin h2, .etin h3 {
	
	font-size: 1.8em;
	color: Black;
	text-align: left;
	line-height: normal;
	font-weight: bold;
}
.etin h2, .etin h3 {
	margin: 30px 0 0 0;
	font-size: 1.6em;
	color: #4B6B7B;
}
.etin h3 {
	font-size: 1.4em;
	color: #7199AC;
}
.etin h4{
color:#774444;
font-size:1.2em;
font-weight:normal;
text-align:left;
}

.etin h5{
color:#774444;
font-size:1em;
font-weight:normal;
text-align:left;
}
.etin h6{
color:#774444;
font-size:.8em;
font-weight:normal;
text-align:left;
}
/*the top class is applied to headings at the top of a DIV when we want
those heading to be flush with the top of the DIV. This class can be
assigned to any element to set its margin to zero.*/
.top {margin: 0;}


/*Link Styles. Applies to links except
those that are in the main menubar.*/
.etin a:link {
	color: #5E4D7F;
	text-decoration: none;
}
.etin a:visited {
	color: #628995;
}
.etin a:hover, .etin a:active, .etin a:focus {
	color: #102883;
	text-decoration: none;
}
.etin #footer p{
	text-align: center;
	font-size: .6em;
	color:black;
}
/*Side Bar Text Atrributes
those that are in the ET main Site.*/
.etin #side-a p {
	color: #708090;
   font-size:.7em;
   font-weight:normal;
	padding: 0 4px 0 4px;
}

.etin #side-a h1, .etin #side-a h2, .etin #side-a h3 {
	margin: 0px;
	font-size: 1.0em;
	color: Black;
	text-align: left;
	line-height: normal;
	font-weight: bold;
	padding: 0 3px 0 3px;
}
.etin #side-a h2, .etin #side-a h3 {
	margin: 30px 0 0 0;
	font-size: .9em;
	color: #4B6B7B;
}
.etin #side-a h3 {
	font-size: .9em;
	color: #7199AC;
}
.etin #side-a h4{
color:#774444;
font-size:.8em;
font-weight:normal;
text-align:left;
}

.etin #side-a h5{
color:#774444;
font-size:.7em;
font-weight:normal;
text-align:left;
}
.etin #side-a h6{
color:#774444;
font-size:.6em;
font-weight:normal;
text-align:left;
}

.floatleft {
float: left;
	border: 1px solid Black;
	margin: 3px 3px 3px 0px;
}
.floatright {
float: right;
 border: 1px solid Black;
	margin: 3px 0px 3px 3px;
	
}