﻿/*  Website background: */

body {
/*notes	background-image: url('images/backgroud.jpg');*/
background-repeat: repeat-x;
background-color: #ffffff;
padding: 0px;
margin: 0px;
}















/*  Website Color Scheme:  */

.colorscheme1 {
	font-family: Lucida San Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0197B0; /*   
	C 	000 
	Y  	000
	M 	000
	K 	000
	
	R 	00
	G 	00
	B 	00
 	*/;
	text-align: center;
	vertical-align: middle;
}
.colorscheme2 {
	font-family: Lucida San Unicode, Lucida Grande, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #008694; /*   
	C 	000 
	Y  	000
	M 	000
	K 	000
	
	R 	00
	G 	00
	B 	00
 	*/;
	text-align: center;
	vertical-align: middle;
}
.colorscheme3 {
	font-family: Lucida San Unicode, Lucida Grande, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #016B78; /*   
	C 	000 
	Y  	000
	M 	000
	K 	000
	
	R 	00
	G 	00
	B 	00
 	*/;
	text-align: center;
	vertical-align: middle;
}

.colorscheme4 {
	font-family: Lucida San Unicode, Lucida Grande, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #007085;
	/*   
	C 	000 
	Y  	000
	M 	000
	K 	000
	
	R 	00
	G 	00
	B 	00
 	*/
	text-align: center;
	vertical-align: middle;
}

.colorscheme5 {
	font-family: Lucida San Unicode, Lucida Grande, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #CBA421; /*   
	C 	000 
	Y  	000
	M 	000
	K 	000
	
	R 	00
	G 	00
	B 	00
 	*/;
	text-align: center;
	vertical-align: middle;
}
.colorscheme6 {
	font-family: Lucida San Unicode, Lucida Grande, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #000000; /*   
	C 	000 
	Y  	000
	M 	000
	K 	000
	
	R 	00
	G 	00
	B 	00
 	*/;
	text-align: center;
	vertical-align: middle;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:visited {
color: #999999;
text-decoration: underline;
}

a:link {
color: #999999;
text-decoration: underline;
}

a:hover {
color: #85878A;
text-decoration: underline;
}

a.link {
color: #999999;
text-decoration: underline;
}















/*  Table of Content Menu:			
	
	Left-side of page
	Right-side of page
	Top of page			
	Bottom of page
*/















/*  Type Text Font:	Font used in logo is Kino */

.contenttext {	
	font-family: Lucida Sans Unicode;
/*  font-family: Arial, Helvetica, sans-serif;   */
/*  font-family: Arial Black;    */
/*  font-family: "Book Antiqua";    */
/*  font-family: Comic Sans MS    */
/*  font-family: "Courier New", Courier, monospace;    */
/*  font-family: Georgia;    */
/*  font-family: Impact;    */
/*  font-family: Lucida Sans Unicode;    */
/*  font-family: "Palatino Linotype";    */
/*  font-family: Tahoma;    */
/*  font-family: "Times New Roman", Times, serif;    */
/*  font-family: "Trebuchet MS";    */
/*  font-family: verdana;    */
	font-size: small;
	color: #000000;
}

.textxx-small {
	font-family: "Lucida Sans Unicode";
	font-size: xx-small;
	font-weight: bold;
}

.textxsmallnobold {
	font-family: "Lucida Sans Unicode";
	font-size: x-small;
	font-weight: normal;
}

.textsmall {
	font-family: "Lucida Sans Unicode";
	font-size: small;
	font-weight: bold;
}

.textsmallcenter  {
	font-family: "Lucida Sans Unicode";
	font-size: small;
	font-weight: bold;
	text-align: center;
}

.textsmallright  {
	font-family: "Lucida Sans Unicode";
	font-size: small;
	font-weight: bold;
	text-align: right;
}

.textsmallleft   {
	font-family: "Lucida Sans Unicode";
	font-size: small;
	font-weight: bold;
	text-align: left ;
}

.textmedium {
	font-family: "Lucida Sans Unicode";
	font-size: medium;
	font-weight: bold;
}

.textmediumcenter  {
	font-family: "Lucida Sans Unicode";
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

.textmediumright  {
	font-family: "Lucida Sans Unicode";
	font-size: medium;
	font-weight: bold;
	text-align: right;
}

.textmediumleft   {
	font-family: "Lucida Sans Unicode";
	font-size: medium;
	font-weight: bold;
	text-align: left ;
}

.textlarge {
	font-family: "Lucida Sans Unicode";
	font-size: large;
	font-weight: bold;
}


.textxlarge {
	font-family: "Lucida Sans Unicode";
	font-size: x-large;
	font-weight: bold;
}

.textlargecenter  {
	font-family: "Lucida Sans Unicode";
	font-size: large;
	font-weight: bold;
	text-align: center;
}

.textlargeright  {
	font-family: "Lucida Sans Unicode";
	font-size: large;
	font-weight: bold;
	text-align: right;
}


.textlargeleft   {
	font-family: "Lucida Sans Unicode";
	font-size: large;
	font-weight: bold;
	text-align: left ;
}

.textxxlarge {
	font-family: "Lucida Sans Unicode";
	font-size: xx-large;
	font-weight: bold;
}
.textcenterbottom {
	font-family: Lucida Sans Unicode;
	color: #000000;
	font-size: 10px;
	text-align: center;

}















.nextLine {
	clear: both;
}

.bodybox {
background-color: #CCCCCC;
background-image: url('images/image.jpg'); 
background-position: bottom; 
position: relative; 
width: auto; 
height: 600px; 
z-index: 2; 
background-repeat: no-repeat; 
}

.outerwraperborder {
	border: 1px solid #000000;
}
.bodyboxCopy {
	background-color: #FFFFFF;
	background-image: url('images/image.jpg');
	background-position: bottom;
	position: relative;
	width: auto;
	height: 600px;
	z-index: 2;
	background-repeat: no-repeat;
}
