html {margin: 0; padding: 0;}
body {
	margin: 0; padding: 0; font-family: verdana, sans-serif; font-size: 12px;
	background:#00A5DF
}
.alignright {margin-top: 0; text-align: right;}
.small {font-size: .9em;}
.return {position: absolute; top: 0; right: 0; text-align: right; padding: .5em;}

iframe {
	border:0;
	margin:0;
	padding:0;
	
}
img {
	border:0;
}

#leftbox {      /*** No side padding or borders, to avoid the IE5.x box model problem ***/
	position: absolute;
	left: 10px;
	width: 160px;
	padding-top: 10px;
}
#leftbox iframe {
	width:160px;
	height:480px;
	border:0;
	margin:0;
	padding:0;
}
#logo {
	text-align:center;
	background:#efefef;
	border:1px solid #000;
	border-left:0;
	border-right:0;
}
#middlebox {
	margin: 0 34% 0 170px;
	padding: 10px;
}
#middlebox h1 {
	font-size:1.1em;
	background:url(img/sound.gif) no-repeat;
	padding-top:9px;
	padding-left:42px;
	height:32px;
	color:#fff;
	border-left:0;
	border-right:0;
}
#middlebox input, #middlebox textarea {
	width:350px;
	border:1px solid #fff;
	background:#C3D8DF;
	margin-bottom:5px;
}
#middlebox .form span {
	width:150px;
	float:left;
}
#middlebox textarea {
	height:300px;
}
.important {
	display:block;
	margin:2px 15px 15px 15px;
	background:url(img/warning.gif) no-repeat;
	padding-left:32px;
}
#rightbox h1 {
	font-size:1em;
	background-image:url(img/1rightarrow.gif);
	background-repeat:no-repeat;
	background-color:#007BDF;
	padding-top:5px;
	padding-left:25px;
	height:22px;
	width:150px;
	color:#222;
	border:1px solid #d8d8d8;
	border-bottom:0;
}
#lightbox {
	margin-top:47px;
}
#rightbox ul {
	list-style-type:none;
	border:1px solid #d8d8d8;
	width:150px;
	margin-top:-9px;
	background:#53BADF;
}
#rightbox li {
	background-image:url(img/bullet.gif);
	padding-left:20px;
	margin-left:-22px;
	width:150px;
	background-repeat:no-repeat;
}
#rightbox li a {
	color:#000;
}
#rightbox li a:hover {
	color:#7F1717;
}
.externallink {
	background:url(img/extlink.gif) no-repeat;
	padding-left:18px;
}
.internallink {
	background:url(img/globe2.gif) no-repeat;
	padding-left:18px;
}
div#rightbox {    /*** No side padding or borders, to avoid the IE5.x box model problem ***/
	position: absolute;
	right: 25px;     /*** IE5/mac will show a horizontal scrollbar 
			if this is less than 16px, or other units are used
			http://www.l-c-n.com/IE5tests/right_pos/index.shtml ***/           
	width: 30%;
	padding-top: 10px;
}

a {
	color:#d8d8d8;
	text-decoration:none;

}
a:hover {
	color:#fff;
	text-decoration:underline;
}
