/* CSS Document - Internet Explorer */

/* FOR CENTERING SITE IN ALL BROWSERS - but windows too small mean it leaks off the page */
#wrapper {
	background-repeat: no-repeat;
	width: 756px; /*39*/
	height: 416px; /*84*/
	margin-top: -208px; /*half height*/
	margin-left: -378px; /*half width*/
	position: absolute;
	top: 50%;
	left: 50%;
	visibility: visible;
}

body {
	background-color: #FFFFFF;
	/* background-image:  url("../images/gradient.jpg"); */
	background-repeat: repeat-x;
}
a {	color: #0066CC; }
a:hover { color: #009999; }
a:visited { color: #0066CC; }
a:active { color: #009999; }
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	opacity: 0.5;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	opacity: 0.5;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	opacity: 0.5;
}
.onesixty { width: 155px; }
.myLogoArea {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 200px;
	background-color: white;
	text-align: left;
	opacity: 0.7;
}
.myNavArea {
	position: absolute;
	top: 5px;
	left: 215px;
	width: 525px;
	background-color: white;
	text-align: right;
	opacity: 0.7;
}
.myIntroAreaBG {
	position: absolute;
	left: 5px;
	width: 180px;
	background-color: white;
	overflow: auto;
	/* text-align: justify; */
	opacity: 0.5;
}
.myIntroArea {
	position: absolute;
	left: 5px;
	width: 180px;
	background-color: ;
	overflow: auto;
	text-align: justify;
	opacity: 1;
}
.myTextAreaBG {
	position: absolute;
	left: 200px;
	width: 540px;
	background-color: white;
	overflow: auto;
	text-align: justify;
	opacity: 0.5;
}
.myTextArea {
	position: absolute;
	left: 200px;
	width: 540px;
	background-color: ;
	overflow: auto;
	text-align: justify;
	opacity: 1;
}
.myMediaAreaBG {
	position: absolute;
	left: 5px;
	width: 735px;
	background-color: white;
	overflow: auto;
	text-align: justify;
	opacity: 0.5;
}
.myMediaAreaItem1 {
	position: absolute;
	top: 335px;
	left: 10px;
}
.myMediaAreaItem2 {
	position: absolute;
	top: 335px;
	left: 225px;
}
.myMediaAreaItem3 {
	position: absolute;
	top: 335px;
	left: 440px;
}
.myMediaAreaLogo1 {
	position: absolute;
	top: 335px;
	left: 655px;
}
.myMediaAreaLogo2 {
	position: absolute;
	top: 360px;
	left: 655px;
}
.myMediaAreaLogo3 {
	position: absolute;
	top: 385px;
	left: 655px;
}

/*
	filter: alpha(Opacity=70);										//for ie
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);	//for ie
    -moz-opacity: 0.70;												//for mozilla, netscape etc
	opacity: 0.5;													//css 3 for safari and mozilla 1.7b
	marginheight="5" marginwidth="5" leftmargin="5" topmargin="5"
*/
