

body {
	margin: 20px 0;
	padding: 10px;
	background:url(/Images/bg2.JPG) repeat;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#999999, startColorstr='#efefef', gradientType='0');*/

}
#main {
	margin: 0px auto;
	padding: 0px;
	background: #ffffff;
	width: 736px;
        -moz-border-radius: 15px;
        border-radius: 15px;
}
#statementtext{
        font-family:'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#333311;
	font-weight: normal;
	font-style: italic;
	padding:0px 0px 0px;
}

h2 {
   font-family:'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#333;

}
h3 {
      font-family:'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight:normal;
      font-size: 10px;
      font-style: italic;
      text-align: center;    

}
#pagetitle {
        font-family:'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333311;
	font-weight: bold;
	padding: 5px;
}

#maincontent {
	font-family:'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#333311;
	margin: 10px auto;
	padding: 5px;
	width: 700px;
}

#img src {
        border:0;
} 
#maincontent a {
        font-family:'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
}   
#maincontent a:hover {
        font-family:'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#999999;
	text-decoration:none;
}
	
 	
ul {
	list-style-type: none;
	margin-left:100px
 
}

li {
	font-family:'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:normal;
	text-decoration:none; 
	border-bottom: 1px solid #ccc;
	
}

li:last-child {
  border: none;
}

li a {
  text-decoration: none;
  color: #000;

  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
  display: block;
  width: 500px;
}


li a:hover {
  font-size: 20px;
  background: #f6f6f6;

}
 
#bottom {
	margin: 0 auto;
	padding: 0px;
	background: #000000;
	width: 736px;
        -moz-border-radius-bottomright: 15px;
        -moz-border-radius-bottomleft: 15px;
        -webkit-border-bottom-right-radius: 15px;
        -webkit-border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
} 
  
#bottommenu {
	margin: 8px auto;
	padding: 0px;
        font-family:'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:normal;
	padding: 5px 5px 5px 5px;
       
}
#bottommenu a{
	text-decoration: none;
	color:#ffffff;
}
#bottommenu a:hover{
	text-decoration: none;
	color: #cccccc;
}
#bottommenu a:active{
	text-decoration: none;
        color: #999999;
             
}

#footer {
	margin: auto;
	padding: 0px;
	background: transparent;
	width: 736px;

} 
#footertext {
        font-family:'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:12px;
        text-align:center;
	color:#000000;
	font-weight:normal;

}
#footertext a {
	color:#333333;
	text-decoration: none;

}
#footertext a:hover {
	text-decoration: none;
	color: #999999;
}



