body {
	margin: 0;
	background-color: #eeeeee;
	background-image: url(/templateimages/bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
	padding: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666;
}
#wrapper {
	/* background: url(/templateimages/clouds.jpg) no-repeat center top; */
	
}
table {
	font-size: 100%;
	color: #666;
}
form {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0 0 5px;
	letter-spacing: -0.05em;
	font-size: 120%;
	color: #333;
}

h2 {
	margin: 0 0 15px;
	border-bottom: 1px solid #33cc00;
	padding:  0 0 10px;
	letter-spacing: -0.05em;
	font-size: 180%;
	font-weight: normal;
	color: #33cc00;
	text-align:right;
}

h3 {
	margin: 0;
	padding: 0 0 5px;
	letter-spacing: -0.05em;
	font-size: 120%;
	color: #333;
}


*/ h3 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 100%;
	color: #666666;
} */
h4 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 95%;
	color: #333333;
}
h5 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 95%;
	font-weight: normal;
	color: #333333;
}
h6 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 95%;
	font-weight: normal;
	color: #666666;
}
p {
	margin: 0;
	padding: 0 10px 10px;
}

.p2 {
	margin: 0;
	text-align:right;
	padding-right:20px;
	
}

a {
	color: #0066ff;
}
img {
	vertical-align: text-bottom;
}
a img {
	border: none;
}
.l {
	float: left;
}
.r {
	float: right;
}
.red {
color: #ea0000;
}



/* content styles */

#page {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}
#header {
	
	background-repeat: no-repeat;
	background-position: right top;
}
#logo {
	float: left;
	padding: 17px 0 0 14px;
}


.box760 {
background: url(/templateimages/box_headbg_760.gif) bottom center no-repeat;
width: 760px;
margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 5px;
}
.box760 h3 {
background: url(/templateimages/box_headbg_landing.gif) no-repeat;
width: 100%;
height: 27px;
padding: 6px 5px 0 10px;
}


#contentWrapper {
margin-bottom: 25px;
}


/* Hack used to ensure floating divs work correctly */

.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 *