@charset "UTF-8";
body{padding:0; margin:0;
background:#f1f1f1;}

@font-face {
    font-family: "Sommet, sans-serif";
    src: url(font/SommetRegular.otf) format("opentype");
	
    font-family: "Arial MT Bold, sans-serif";
    src: url(font/ArialMTBold.otf) format("opentype");
	
    font-family: "Arial MT Regular, sans-serif";
    src: url(font/ArialMTRegular.otf) format("opentype");
	
    font-family: "Sommet, sans-serif";
    src: url(font/SommetRegular.otf) format("opentype");
}
h1.Sommet { 
    font-family: "Sommet, sans-serif", Verdana, Tahoma;
	font-weight:100;
	font-size:32px;
}

h2.MainContentHeader{
	font-family:"Arial MT Bold, sans-serif", Verdana, Tahoma;
	font-size:25px;
	}

h3{
color:#148993;
font-size:20px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	line-height: 18px;
	letter-spacing: 0.1px;
	vertical-align: baseline;
	word-spacing: normal;
	text-align: left;
	white-space: normal;
}
#wrapper{
	width:802px;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	}
	
#header{
	height:43px;
	width:auto;
	padding:0;
	background-color:#f2f2f2;
	}

.top_image{
	height:43px;
	}

#header_top{
	height:180px;
	width:802px;
	background:#FFD400; 
	}
	
.logo{
	float:left;
	display:inline;
	width:75%;
	height:75%;
	}

#left{
	padding-left:50px;
	padding-top:30px;
	float:left;
	}
#right{
	padding-left:50px;
	width:500px;
	float:left;
	padding-top:45px;
	line-height:38px;
}
	
#header_top.h1{
	font-size:32px; 
	color:#333;
	font-weight:normal;
	}

#nav{
	background-image:url(images/menubar.jpg);
	height:32px;
}
#main_content{
	height:auto;
	width:742px;
	background-image:url(images/bg1.jpg);
	padding:20px 20px 40px 40px;
	}
	
ul > li{
	color: #000000;
}
ul > li > span{ color:#000;}
#second_content{
	height:auto;
	width:742px;
	background-image:url(images/bg2.jpg);
	padding:20px 20px 40px 40px;
	}
	
#third_content{
	height:auto;
	width:742px;
	padding:20px 20px 40px 40px;
	}
	
#fourth_content{
	height:auto;
	width:742px;
	background-image:url(images/bg3.jpg);	
	padding:20px 20px 40px 40px;
	margin-right:auto;
	margin-left:auto;
	}
	
table{
border:#ebf0e0 !important;
}
table, td, th{
line-height:12px;
border:#ccc solid 2px;
border-collapse:collapse;
}
th{
width:200px;
padding-top:10px;
padding-left:10px;
font-weight:normal;
letter-spacing:0.1px;
line-height:18px;}
td{
padding-top:8px;
padding-bottom:10px;
padding-right:20px;
padding-left:10px;
list-style-type:none;
width:450px;
line-height:18px;
}
tbody tr:nth-child(odd) {
  background: #fff;
}

tbody tr:nth-child(even) {
	background:#ebf0e0;
}
