<style type="text/css"> 
/* #cde1f6 - light blue
   #0053a5 - blue 
   #99df00  lime green
   #f9f9e9 - off-white bkgd
   #b5feb5 - light green
*/     
body, html {
	font-size:14px;
	font-family:"Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin:0 auto -15px auto;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	text-decoration: none;
	line-height: 2em;
}

#container {
	width:1000px;
	height: 1500px;
	background-image:url(../Images/bkgd.png);
	background-repeat:no-repeat;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-decoration: none;
	color: #000;
	z-index:0;
} 
#containerContact {
	width:1000px;
	height: 1300px;
	background-image:url(../Images/bkgdContact.png);
	background-repeat:no-repeat;
	margin: 20px auto -15px auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-decoration: none;
	color: #000;
	z-index:0;
} 
#containerConfirm {
	width:1000px;
	height:770px;
	background-image:url(../Images/bkgdConfirm.png);
	background-repeat:no-repeat;
	margin: 20px auto -15px auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-decoration: none;
	color: #000;
	z-index:0;
} 
#top {
	width:980px;
	height: 220px;
	padding:20px 10px 0 10px;
	margin: 0;
	float:left;
	text-align: center;
}
#logo {
	float:left;
	width:432px;
	z-index:1;
}
#paintCan {
	float:left;
	width:157px;
	margin: -25px 0 0 57px;
}
#upperRt {
	float:left;
	width:320px;
	margin: 0 0 0 -22px;
	padding: 145px 4px 0 0;
	text-align:center;
	color:#C00;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style:italic;
	font-weight:bold;
}

#mainContent {
	width:960px;
	padding: 10px;
	margin: 0 10px 0 10px;
}
h1 {
	padding: 10px 0 5px 0;
	margin:0;
	font-size: 16px;
	text-align: left;
}
#mainLt {
	float:left;
	width:480px;
	padding:5px;
	margin: 0;
}
#smileyroller {
	float:left;
	padding: 0 15px 0 0;
	margin: 0;
}
#mainRt {
	float:right;
	width:400px;
	padding: 0 0 0 50px;
	margin:-15px 5px 5px 0;
}


#bottom {
	float:left;
	width: 970px;
	padding: 0;
	margin: 25px 0 0 0;
	font-style:normal;
    line-height:1.2em;
}
.marginTop {
	margin: -40px 0 0 0;
	padding: 0;
}
#footer {
	margin: -50px 15px 0 15px;
	font-size: 11px;
	text-align: center;
	padding: 0;
	font-weight: bold;
	text-indent: 0;
}
.form {
	padding:15px;
	margin: 10px 25px 5px 10px;
}
h2 { 
	margin: 5px 0 -40px 10px;
	padding: 10px;
}
h3 {
	margin: 0;
	padding: 0;
}
a, a:visited {
	text-decoration:none;
	color:#0053a5;
}
a:hover, a:active {
	text-decoration:none;
	color:#c00; /*red*/
}
#top #upperRt a, #top #upperRt a:visited {
	text-decoration:none;
	color:#C00;
}
#top #upperRt a:hover, #top #upperRt a:active {
	text-decoration:underline;
	color:#0053a5;
}
.special {
	color:#c00;
	text-indent:30px;
	font-weight:bold;
	font-variant:small-caps;
}
.bold {
	font-weight:bold;
	font-variant:small-caps;
	color: #000;
}
.noPad {
	padding:0;
	margin:0;
}
.smallPadTop {
	padding:8px 0 20px 0;
	margin:0;
}
.imgRight {
	float:right;
	margin: 2em 2em 1em .5em;
}
.imgLeft {
	float:left;
	margin: .5em;
}
.imgCenter {
	float:none;
	text-align:center;
}
.indent {
	text-indent:30px;
}
.noBottomBorder {
	border-bottom:0;
}

#mainContent li {
	list-style:none;
	padding: 0;
	margin: 5px;
}
#mainContent mainRt li {
	list-style:circle;
	padding: 0;
	margin: 3px;
}

.hr {
	text-align:left;
	height:3px;
	width:70%;
	color:#cde1f6; /*lt blue*/
	padding: 0 10px;
	border-bottom-style:outset;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

</style>[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsRtHdr #sidebar1 { padding-top: 30px; }
.twoColElsRtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

