/* CSS Document */
div.sections {
	background-image: linear-gradient(270deg, #ffffcc 0%, #ffffff 37%); /* IE 10 */ 
	background-image: -moz-linear-gradient(270deg, #ffffcc, #ffffff 37%);
	background-image: -webkit-linear-gradient(270deg, #ffffcc, #ffffff 37%);
	background-image: -o-linear-gradient(270deg, #ffffcc, #ffffff 37%);
	background-image: -ms-linear-gradient(270deg, #ffffcc, #ffffff 37%);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColor='#ffffcc', StartColorStr='#ffffcc', EndColor='#ffffff',    EndColorStr='#ffffff', GradientType='0');
	width:1000px; 
	height: 160px; 
	padding-bottom:7px; 
	padding-top:0px;
	border-bottom: double #666666;
	}

div.titlesection1 {
	background-image: linear-gradient(0deg, #ffffcc 0%, #ffffff 47%, #ffffcc 60%); /* IE 10 */ 
	background-image: -moz-linear-gradient(0deg, #ffffcc 0%, #ffffff 47%, #ffffcc 60%);
	background-image: -webkit-linear-gradient(0deg, #ffffcc 0%, #ffffff 47%, #ffffcc 60%);
	background-image: -o-linear-gradient(0deg, #ffffcc 0%, #ffffff 47%, #ffffcc 60%);
	background-image: -ms-linear-gradient(0deg, #ffffcc 0%, #ffffff 47%, #ffffcc 60%);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColor='#ffffcc', StartColorStr='#ffffcc', EndColor='#ffffff',    EndColorStr='#ffffff', GradientType='1');
	}
	
div.titlesection {
	background-image: linear-gradient(0deg, #ffffcc 0%, #ffffff 47%); /* IE 10 */ 
	background-image: -moz-linear-gradient(0deg, #ffffcc, #ffffff 47%);
	background-image: -webkit-linear-gradient(0deg, #ffffcc, #ffffff 47%);
	background-image: -o-linear-gradient(0deg, #ffffcc, #ffffff 47%);
	background-image: -ms-linear-gradient(0deg, #ffffcc, #ffffff 47%);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColor='#ffffcc', StartColorStr='#ffffcc', EndColor='#ffffff',    EndColorStr='#ffffff', GradientType='1');
	height: 50px;
	border-bottom: solid thick #ffffff;
	}	

a:active {color: #add8e6}
a:visited {color: #cccccc}
a:link {color: #ffffff}
a:hover {color: #ffffff}

html  {
	  overflow: auto;
	  scrollbar-3dlight-color: #ffffff;
	  scrollbar-arrow-color: #ffffff;
      scrollbar-darkshadow-color: #ffffff;
	  scrollbar-face-color: #000000;
	  scrollbar-highlight-color: #cccccc;
	  scrollbar-shadow-color: #cccccc;
	  scrollbar-track-color: #cccccc;
		}
@font-face {
	font-family: 'QuicksandBold';
	src: url('fonts/Quicksand_Bold.eot');
    src: url('fonts/Quicksand-webfont.eot?#iefix') format('embedded-opentype'),
	src: local('Quicksand Bold'), local('QuicksandBold-Regular'), url('fonts/Quicksand_Bold.otf') format('opentype');
}		
.tit {
	font-family: 'QuicksandBold', sans-serif;
	float: left;
	color:#333333;
	margin: 0px 82px;
	text-align:center;
	}
.tit2 {
	font-family: 'QuicksandBold', sans-serif;
	float: left;
	color:#333333;
	margin: 0px 50px;
	text-align:center;
	}
.tit3 {
	font-family: 'QuicksandBold', sans-serif;
	float: left;
	color:#333333;
	margin: 0px 11px;
	text-align:center;
	}	
.im {
	border: solid 3px #999999;
	cursor:pointer;
		}
.im2 {
	float: left;
	margin: 5px 0px;
	border: solid 3px #999999;
	}
.im3 {
	margin: 5px 0px;
	border: solid 3px #999999;
	}	

body
{
background-color:#FAFBDB;
margin:0px;
width:100%;
}

h2{
	color:#FFFFFF;
	margin: 8px;
}
h3{
	margin-top:3px;
	}
.blk {
	color:#000000;
	}
.anch {
	background-color:#ffffff;
	padding:4px;
	border-bottom:solid thin #000000;
	border-top:solid thin #000000;
	}

#global {
     position: relative; /* container positioning */
     margin-left: auto;
     margin-right: auto;
	 margin-bottom:5px;
	 margin-top:0px;
	 width: 1000px;
	 height: 1540px;
	 text-align:left;
	 border: solid #000000 5px;
	 	      }	
			  
a img:hover {
	border: solid 3px #FFFFFF;
	}
	
.float {			  	
	float:left;
	margin-left:21px;
	margin-right:0px;
	text-align:center;
	}

