/* 200806 / base2.css */

/************************************************************************/
/* PAGE 											*/
/************************************************************************/

body { 				background-image: url(../images/blur.jpg); }

#page { 			
				position: relative;
				top: 20px; 
				width: 900px;
				min-height: 900px;
				margin-left: auto;
				margin-right: auto;
				padding-bottom: 160px;
				/* background-color: #63ba9a; */
				color: #000000;
				font-size: 12px;
				font-family: sans-serif;
				}

a 				{color: #0000ff;}

a:link 			{text-decoration:none;}
a:visited 			{text-decoration:none;}
a:focus 			{text-decoration:none;}
a:hover 			{text-decoration:underline;}
a:active 			{text-decoration:none;}

#coltotal {			
				position: relative;
				left: 0px;
				top: 0px;
				width: 900px;
				min-height: 880px;
				background-color: rgb(0,51,127);
				}

* html #coltotal {	height: 880px; }

#colcenter {			
				position: relative;
				left: 160px;
				top: 0px;
				width: 740px;
				min-height: 880px;
				background: rgb(0,139,130) url(../images/cockatoos.gif) no-repeat bottom right; 
				z-index: 0;
				}

* html #colcenter {	height: 880px; }

#colcentertext {			
				position: relative;
				top: 0px;
				left: 0px;
				width: 520px;
				padding: 0px 30px 30px 30px;
				background: rgb(230,235,242) url(../images/cockatoos-l.gif) no-repeat bottom right; 
				min-height: 880px;
				z-index: 0;
				}

* html #colcentertext {	height: 880px; }

#coltotalbot {		position: relative;
				top: 0px;
				left: 0px;
				width: 900px;
				height: auto;
				}


#colleftbot {		position: absolute;
				bottom: 0px;
				left: 0px;
				width: 160px;
				background-color: #7494a6;
				color: #ffffff;
				font-size: 11px;
				font-style: italic;
				font-family: sans-serif; 
				text-align: center;
				}

* html #colleftbot {	font-size: 13px; font-style: italic; font-family: "Calibri"; }

#colleftbot a 		{color: #ffffff;}

#colleftbot a:link 	{text-decoration:none;}
#colleftbot a:visited 	{text-decoration:none;}
#colleftbot a:focus 	{text-decoration:none;}
#colleftbot a:hover 	{text-decoration:underline;}
#colleftbot a:active 	{text-decoration:none;}

#colcenterbot {			
				position: absolute;
				left: 160px;
				bottom: 0px;
				width: 580px;
				background-color: #ffffff;
				color: #909090;
				font-size: 11px;
				font-style: italic;
				font-family: sans-serif; 
				text-align: center;
				}

* html #colcenterbot {	font-size: 13px; font-style: italic; font-family: "Calibri"; }

#colleft {			
				position: absolute;
				top: 0px;
				left: 0px;
				width: 160px;
				background-color: rgb(0,51,127);
				color: #ffffff;
				}

#leftimg {			position: absolute;
				top: 200px;
				left: 50px;
				z-index: 99;
				}

.leftimg200150 {		width: 200px;
				height: 150px;
				line-height: 1px;
				font-size: 1px;
				border: 4px solid green;
				z-index: 99;
				}

#rightimg {			position: absolute;
				top: 200px;
				left: 644px;
				z-index: 99;
				}

.rightimg220165 {		width: 220px;
				height: 165px;
				line-height: 1px;
				font-size: 1px;
				border: 4px solid navy;
				z-index: 99;
				}

#colright {			position: absolute;
				top: 20px;
				left: 740px;
				width: 160px;
				background-color: rgb(0,139,130);
				line-height: 0px;
				}

#colright img {		margin-bottom: 0px; }

/************************************************************************/
/* LEFT COLUMN										*/
/************************************************************************/

#menutop {	 		text-align: center; 
				margin-top: 20px;
				font-size: 13px;
				font-weight: bold;
}

#menutop a 			{color: #000;}

#menutop a:link 		{text-decoration:none;}
#menutop a:visited 	{text-decoration:none;}
#menutop a:focus 		{text-decoration:none;}
#menutop a:hover 		{text-decoration:underline; }
#menutop a:active 	{text-decoration:none;}

/************************************************************************/
/* SIDE BOXES										*/
/************************************************************************/

.sideboxfill16 {	 	line-height: 16px; }

/************************************************************************/
/* TEXT LAYOUT										*/
/************************************************************************/

.pagetext {	 		width: 340px;
				margin-left: 94px;
				margin-bottom: 18px; 
				line-height: 17px;
				z-index: 0;
				}

* html #pagetext {	line-height: normal; }

.centeredtext {	 	text-align: center;
				}

/************************************************************************/
/* IMAGES											*/
/************************************************************************/

.images {
				color: #bc7000;
				border-style: none;
				text-align: left;
				display: block;
}

img.center {		text-align: center; }

.image-ct {
				color: #bc7000;
				border-style: none;
				text-align: center;
				display: block;
}

.image-fr {
				color: #bc7000;
				float: right;
				padding-bottom: 10px;
				padding-left: 10px;
} 

.image-fl {
				color: #bc7000;
				float: left;
				padding-bottom: 10px;
				padding-right: 10px;
} 

.image-fl-10 {
				color: #bc7000;
				float: left;
				padding: 10px 10px 10px 0px;
} 

.image-fr-10 {
				color: #bc7000;
				float: right;
				padding: 10px 0px 10px 10px;
} 


