body {
	margin : 0px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	padding: 0cm;
	background-color: #66664F;
	/*background-color: #BDBDBD;
	background-color: #60607D;
	background-color: #666666;*/
	background-image: url('Frames/Birdy.png');
	background-repeat: no-repeat;
	background-attachment: fixed; 
}


.blend img {
	position: relative;
	left: 0px;
	top: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
}

div.newstab {
	position: absolute;
	top: 300px;
	left: 1011px;
	width: 210px;
	height: 420px;
	background-repeat: no-repeat;
}

div.news {
	background-color: #8989A4;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 190px;
	height: 390px;
	padding: 5px;
}

div.newstop {
	background-image: url('Frames/TopNewsFrame.png');
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	width: 200px;
	height: 10px;
	left: 0px;
}

div.newstrcorner {
background-image: url('Frames/TRCornerNewsFrame.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 200px;
	width: 10px;
	height: 10px;
}

div.newsright {
	background-image: url('Frames/SideNewsFrame.png');
	background-repeat: repeat-y;
	position: absolute;
	top: 10px;
	left: 200px;
	width: 10px;
	height: 400px;
}

div.newsbrcorner {
background-image: url('Frames/BRCornerNewsFrame.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 410px;
	left: 200px;
	width: 10px;
	height: 10px;
}

div.newsbottom {
	background-image: url('Frames/BottomNewsFrame.png');
	background-repeat: repeat-x;
	position: absolute;
	top: 410px;
	width: 200px;
	height: 10px;
	left: 0px;
}

div.map{
	background-image: url('Frames/southamericaelevation.png');
	background-repeat: no-repeat; 	
	position: absolute;
	top: -150px;
	right: -100px;
	width: 200px;
	height: 296px;
	z-index: 13;
}


div.head{
	position: absolute;
	top: 0px;
	left: 300px;
	width: 742px;
}

div.content{
	position: absolute;
	top: 280px;
	left: 300px;
	width: 742px;
	z-index: 10;
}
	
div.titleframe {
	background-image: url('Frames/TitleFrame.png');
	background-repeat: no-repeat; 	 
	position: relative;
	top: 0px; 	
	height: 120px;
}

div.heading {
	position: absolute;
	top: 45px;
	right: 40px;
	font-size: 30px;
	color: #cccccc;
}

div.boxtop {
	background-image: url('Frames/BoxTopFrame.png');
	background-repeat: no-repeat;
	position: relative;
	height: 25px;
}


div.headpics {
	position: absolute; 
	top: 145px; 
	left: 65px;
	width: 612px;
	height: 112px;
}

table {
	border-style: none;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}


td {
	padding: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	border-style: none;
}


td.leftframe {
	background-image: url('Frames/LeftFrame.png');
	background-repeat: repeat-y;
	width: 65px;
}

td.headpics {
	width: 612px;
	background-color: white;
	height: 112px;
}

td.rightframe {
	background-image: url('Frames/RightFrame.png');
	background-repeat: repeat-y;
	width: 65px;
}

td.maintext {
	background-color: white;
	width: 612px;
}

div.boxbottom {
	background-image: url('Frames/BoxBottomFrame.png');
	position: relative;
	background-repeat: no-repeat;
	height: 23px;
}

div.dottedline {
	background-image: url('Frames/DottedLine.png');
	background-repeat: no-repeat;
	position: relative;
	height: 1px;
}


div.menu {
	position: relative;
	background-image: url('Frames/WidthFrame.png');
	text-align: center;
}

div.verybottom {
	position: relative;
	background-image: url('Frames/VeryBottom.png');
	background-repeat: no-repeat;
	height: 22px;
}

img.email {
	padding: 0px 5px 0px 5px;
	position: relative;
	top: 5px;
	width: 20px;
	height: 17px;
	border: none;	
}

img.doclinks {
	width: 30px;
	height: 30px;
	border: none;
}
	
p.indent{
	text-indent: 50px;
}

/*--------menu bar stuff----------------*/
.menu {
	margin : 0;
	padding-left : 0px;
	padding-right: 0px;	
}

.menu ul, .menu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

	
.menu a:link, .menu a:visited	{
	color : #B3B359;
	font-size : 18px;
	font-weight : normal;
	padding : 2px 2px 2px 2px;
	text-decoration : none;
}

.menu a:link.active, .menu a:visited.active	{
	color : #B3B359;
}

.menu a:hover	{
	color : #B37759;
}

	
.menu ul a:hover {
	color : #FFFFFF !important;
}


#pic_rt_mrgn {
	border: 2px solid;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 5px;
}

#pic_lt_mrgn {
	border: 2px solid;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 10px;
}

#pic_center {
	border: 2px solid;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #5C5C99;
}

a:active{
	text-decoration: none;
	color: #666633;
}


h1 {
	text-indent: 50px;
	font-size: 50px;
	color: #cccccc;
}
h2  {
	font-size: 40px;
	color: #CCCCCC;
}
h3  {
	font-size: 30px;
	color: #CCCCCC;
}
h4  {
	font-size: 20px;
	color: #000000;
	margin: 0px;
}
h5  {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
}
h6  {
	font-size: 10px;
	color: #000000;
	margin: 0px;
}


