body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
body, td, p, input, textarea, h1, h2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
p, h1, h2 {
	padding: 0;
	margin: 0 0 15px 0;
}
h1 {
	font-size: 18px;
	color: #666666;	
}
h2 {
	font-size: 14px;
	color: #aa7314;	
}
ul, ol {
	margin: 0 0 15px auto;
	padding: 0 0 0 auto;
}

a:link, a:visited {
	color: #326896;
}
a:active, a:hover {
	color: #ed0000;
}

.wide {
	width: 100%;
	height: 100%;
}
.tall {
	height: 100%;
}

td.bg_top {
	background-image: url(i/bg_sky.gif);
	background-repeat: repeat-x;
}
td.bg_bottom {
	background-image: url(i/bg_bottom.gif);
	background-repeat: repeat-x;
}
td.flag {
	background-image: url(i/flag.gif);
	background-repeat: no-repeat;
	background-position: center;
}
table.bg_bottom_sky {
	background-image: url(i/bg_bottom_clouds.jpg);
	background-repeat: no-repeat;
	width: 748px;
}
td.content {
	padding: 15px 0 20px 0;
	height: 100%;
}
td.left_menu {
	background-image: url(i/bg_brushes.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-top: 12px;
}
td.bottom_menu {
	font-weight: bold;
	height: 25px;
	color: #777777;
}
td.copyright {
	padding-left: 15px;
	font-size: 11px;
}
td.left_menu_item {
	font-size: 15px;
	font-weight: bold;
	height: 22px;
	color: #d29c00;
	text-decoration: underline;
}

div#top {
	position: relative;
}
div#plane {
	position: absolute;
	right: 40px;
	top: 50px;
}

.floatRight {
	float:right;
	margin-left: 10px;
}

.floatLeft {
	float:left;
	margin-right: 10px;
}

IMG.png { behavior: url("hack-png.htc"); }
