html{
	font-family: Verdana, Geneva, sans-serif;
}
#header {
	width:100%;
	min-width: 1280px;
	margin:0 auto;
	height: 200px;
	background-color: #FFF;
	border-top-width: 15px;
	border-bottom-width: 15px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
#container{
	background-color:#F5F5F5;	
	margin:0 auto;
	min-width:1280px;
}
#body{
	width: 990px;
	margin:0 auto;
}
#body-title{
	heigh:45px;
}
#sub-body {
	margin-top:10px;
	width: 990px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#body-content {
	width: 100%;
}
#content{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#666;
	width:575px;
}
#div-image{
	margin-top:70px;
	margin-left:auto;
	margin-right:10px;
	margin-bottom:20px;
	float:right;
	border-width:thin;
	border-style:solid;
	border-color:#000;
	width: 40%;
	height: 251px;
	background-color: #FFFFFF;
}
#footer {
	min-width: 1280px;
	height: 90px;
	clear:both;
	margin-top:5px;
	background-color: #000;
	border-top-width: thin;
	border-top-style: solid;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
#footer-content {
	min-width: 1280px;
	height: 60px;
	top: 10px;
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
}
#footer-content ul{
  list-style-type:none;
}
#footer-content li{
  display:inline-block;
}
#footer-content a{
  color: #999999;
}
#footer-content a:hover{
  color: blue;
}
#footer-content ul li a{
  margin: 0 auto;
  border: 0;
  max-width: 160px;
  height: 40px;
  display: block;
  padding: 20px 20px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
}
#fixedFooter{
    position:fixed;
    bottom:0px;
	left:auto;
    right:auto;
    margin-bottom:0px;
	z-index:1;
}
#setLabel{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	border-bottom: 1px #ccc solid;
}
#setImg{
    display: block;
    margin-left: auto;
    margin-right: auto;
	border-radius:5px;
}
#tableLink{
  text-decoration: none;
  color:#666;
  cursor:pointer;
}
#tableLink:hover{
  color: blue;
}
#setContain{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color:#666;
}
P{
  padding-left:5px;
}
a img{
    cursor:pointer;
}
h2{
  border-bottom: 1px #ccc solid;
}
#divLargerImage
{
    display: none;
    width: 500px;
    height: 700px;
    position: fixed;
    top: 5%;
    left: 35%;
	z-index:99;
}
#divOverlay
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.5;
    width: 100%;
    height: 100%;
	z-index:98;
}

#menu,
#menu ul,
#menu ul li,
#menu ul li a {
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#menu {
  text-align: center;
  min-width: 100%;
  margin: 5px auto;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}
#menu.align-right ul li {
  float: right;
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.22);
}
#menu.align-right ul li a {
	border-right: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}
#menu ul {
  background: #222222;

  background: -moz-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
  background: -webkit-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
  background: -o-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
  background: -ms-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
  background: linear-gradient(to top, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
}
#menu ul li {
  float: left;
  display: block;
  border-right: 1px solid rgba(0, 0, 0, 0.22);
}
#menu ul li a {
  max-width: 170px;
  height: 60px;
  display: block;
  padding: 20px 35px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
#menu ul li a:hover{
  color: #ffffff;
}
#menu ul li:hover{
  background: #1275ae;
  
  background: -moz-linear-gradient(bottom, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
  background: -webkit-linear-gradient(bottom, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
  background: -o-linear-gradient(bottom, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
  background: -ms-linear-gradient(bottom, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
  background: linear-gradient(to top, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
}
#menu ul li:hover:{
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #1275ae 61%, #1275ae 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #1275ae 61%, #1275ae 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #1275ae 61%, #1275ae 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #1275ae 61%, #1275ae 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}