* {margin: 0px; padding: 0px;}

body {
	background-color: #62bded;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
}
#header {
	height: 182px;
	width: 770px;
}
#nav {
	width: 770px;
	height: 26px;
}
#container #content {
	font: normal 11px/18px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	padding: 20px;
	width: 730px;
	min-height: 400px;
	height:auto !important;
	height: 400px;
	position: relative;
}
#bottomImg {
	height: 163px;
	width: 231px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#container #footer {
	font: normal 9px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(images/footer.jpg);
	margin: 0px;
	padding: 5px 0px 0px;
	height: 16px;
	width: 770px;
	text-align: center;
	clear: both;
}
#leftCol {
	margin: 0px;
	padding: 0px;
	width: 450px;
	text-align: justify;
}
#tips_outer {
	background: #45d1ff url(images/tips_top.gif) no-repeat left top;
	margin: 0px;
	width: 222px;
	position: absolute;
	top: 10px;
	right: 5px;
}
#tips_inner {
	background: url(images/tips_bottom.gif) no-repeat left bottom;
	margin: 0px;
	padding: 10px;
	width: 202px;
	min-height: 200px;
	height:auto !important;
	height: 200px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: justify;
}
h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #f38ab2;
	padding: 5px 0px 15px;
}
h2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #f38ab2;
	padding: 5px 0px 10px;
}
.style1 {color: #0078ad}
.style2 {
	color: #f38ab2;
	font: italic;
}
.style3 {
	color: #f38ab2;
	font: bold;
}
a:link {color: #0078ad; text-decoration: underline;}
a:visited {color: #0078ad; text-decoration: underline;}
a:hover {color: #f38ab2; text-decoration: none; font-style: oblique;}
a:active {color: #0078ad; text-decoration: underline;}
hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 450px;
	border-top: 1px solid #f38ab2;
	border-right: 1px none #f38ab2;
	border-bottom: 1px none #f38ab2;
	border-left: 1px none #f38ab2;
}
ul {list-style: none;}
li {
	background: transparent url(images/bullet.gif) no-repeat left center;
	padding-left: 20px;
	text-align: left;
	margin: 0px;
	line-height: 16px;
}