/* For version 6 browsers */


BODY {
	
	background-color : White;
	
	}

A {
	color : #000066;
	text-decoration : none;
}

A:HOVER {
	color : #6495ED;
	text-decoration : none;
}

.LayerMain{
	
	
	border-left : 1px dotted #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	padding-left : 48px;
	padding-right : 36px
}
h1{
	font-variant : small-caps;
	font-size : larger;
	font-weight : bold;
	font-family : sans-serif;
}
h2{
	font-size : larger;
	font-style : normal;
	font-weight : bold;
	font-family : sans-serif;
}



.copyright{
	font-family : sans-serif;
	font-size : x-small;
	font-style : normal;
	font-variant : small-caps;
	font-weight : normal;
	color: gray;
}

.global{
	text-align : center;
	text-decoration : none;
	font-family : sans-serif;
	font-size : xx-small;
	font-style : italic;
}

.imgfloatright { 
float : right;
padding-left:10px;
padding-top: 10px;
padding-bottom:10px; 

}

.imgfloatleft { 
float : left;
padding-right:10px;
padding-top: 10px;
padding-bottom:10px;  

}

.icondivL {
	border-bottom : 1px solid #CCCCCC;
	border-left : 1px solid #CCCCCC;
	border-right : 0px solid #CCCCCC;
	border-top : 1px solid #CCCCCC
}


.icondiv {
	border-bottom : 1px solid #CCCCCC;
	border-left : 0px solid #CCCCCC;
	border-right : 1px solid #CCCCCC;
	border-top : 1px solid #CCCCCC
	}
	
	/* Styles for single image that is centered on the oat page*/

.imgborder{
	border: 10px solid white;
	border-bottom-color : White;
	border-bottom-style : solid;
	border-bottom-width : 10;
	border-left-color : White;
	border-left-style : solid;
	border-left-width : 75;
	border-top-color : White;
	border-top-style : solid;
	border-top-width : 10;
}

/* Styles for rihgt float images on oat page*/

.imgbdrfloatright{
	border : 10px solid White;
	float : right 
}
h5 {
	font-style: italic;
	font-weight: normal;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
