/*OUTSIDE BORDER SETTINGS*/
.exterior{ 
			background-color: white;
			background-image: url(./images/bg.png); /* this is the background for the outside exterior of the website*/
			background-position: top left;
			color: black;
			border: solid 0px black;
			font-size: 14px;
		   }

/*HEADER TEXT SETTINGS*/		   
.head{   		background-color: white;
			color: #18268D;
			border: none;
			font-size: 20px;
			text-align: right;
			font-family : Arial, Verdana, Lucida, sans-serif;
		    }
			
/*H2 SETTINGS*/		   
.h2{   		background-color: transparent;
			color: black;
			border: none;
			font-size: 20px;
			text-align: center;
			font-family : Arial, Verdana, Lucida, sans-serif;
			}

/*BORDER SETTINGS*/		   
.tmenuborder
{ 
				color: black;
				border-top-style: solid;
				border-left-style: solid;
				border-bottom-style: solid;
				border-right-style: solid;
				font-family : Arial, Verdana, Lucida, sans-serif;
			}

.ltborder{  
				color: black;
				border: solid 0px black;			
				border-top-style: solid;
				border-left-style: solid;
				border-bottom-style: solid;
				border-right-style: solid;
			}
			
.bborder{   
				color: black;
				border-top-style: solid;
				border-left-style: solid;
				border-bottom-style: solid;
				border-right-style: solid;
			}
			
.rtborder{   
				color: black;
				border-top-style: solid;
				border-left-style: solid;
				border-bottom-style: solid;
				border-right-style: solid;
			}
			

.border{    
				background-color: white;
				color: black;
				border-collapse: collapse;
				border: solid 1px black;			
				border-top-style: solid;
				border-left-style: solid;
				border-bottom-style: solid;
				border-right-style: solid;
				width: 900px;
				height: 425px;
			}
	
			
	   
/*TOP MENU SETTINGS*/		   
.topmenu{ 	
			text-align: left;
			background-color: white;
			color: navy;
			border: solid 1px black;
			font-size: 14px;
			border-top-style: solid;
			border-left-style: solid;
			border-bottom-style: none;
			border-right-style: solid;
			width: 900px;
			height: 150px;
			font-family : Arial, Verdana, Lucida, sans-serif;
		  }
  
/*NAVIGATION MENU SETTINGS*/		   
.navmenu{ 
			text-align: left;
			background-color: white; 
			color: red;
			border: solid 1px black;
			font-weight: bold;
			font-size: 14px;
			border-top-style: none;
			border-left-style: solid;
			border-bottom-style: none;
			border-right-style: solid;
			width: 900px;
			height: 5px;
			font-family : Arial, Verdana, Lucida, sans-serif;
		  }

.navmenu A:link
{
    COLOR: white;
    text-decoration: none
}
.navmenu A:visited
{
    COLOR: white;
    text-decoration: none
}
.navmenu A:hover
{
    COLOR: #18268D;
    text-decoration: none
}
.navmenu A:active
{
    COLOR: #18268D;
    text-decoration: none
 }
 
/*BODY SETTINGS*/
 .body  { 
			text-align: left;
			background-color: white;
			background-image: url(./images/bg1.png); /* this is the background for the body of the website*/
			background-repeat: no-repeat;
			background-position: top center;
			color: black;
			font-size: 14px;
			color: black;
			border: solid 0px black;
			border-top-style: none;
			border-left-style: none;
			border-bottom-style: none;
			border-right-style: none;
			padding-top: 10px;
			padding-right: 10px;
			padding-bottom: 10px;
			padding-left: 10px;
			width: 900px;
			height: 425px;
			font-family : Arial, Verdana, Lucida, sans-serif;
		 }


.body A:visited
{
	COLOR: #18268D;
	text-decoration: none
}
		 
.body A:link
{
	COLOR: #18268D;
	text-decoration: none
}
		 
.body A:hover
{
	COLOR: red;
	text-decoration: none
}





/*FOOTER SETTINGS*/
.footer
{   
		background-color: white; 
		color: navy;
		font-size: 12px;
		text-align: center;
		border: solid 1px black;
		border-top-style: solid;
		border-left-style: solid;
		border-bottom-style: none;
		border-right-style: solid;
		text-align: right;
		width: 900px;
		font-family : Arial, Verdana, Lucida, sans-serif;
}
.footer A:link
{
    COLOR: white;
    text-decoration: none
}
.footer A:visited
{
    COLOR: white;
    text-decoration: none
}
.footer A:hover
{
    COLOR: red;
    text-decoration: none
}
.footer A:active
{
    COLOR: white;
    text-decoration: none
 }
 
 /*COPYRIGHT SETTINGS*/
 .copy{ 	background-color: navy; 
			border: solid 1px black;
			color: white;
			font-size: 11px;
			text-align: center;
			border-top-style: none;
			border-left-style: solid;
			border-bottom-style: solid;
			border-right-style: solid;
			width: 900px;
			font-family : Arial, Verdana, Lucida, sans-serif;

		 }
		 
		 
.left{ 
		   text-align: left;
}


.center{ 
		   text-align: center;
}


.right{ 
		   text-align: right;
		   
}
 #cot_tl_fixed {  
			bottom:0px; 
			/*clip:rect(0pt, 100px, 85px, 0pt);  */
			position:fixed; 
			right:0px; 
}
