/* CSS Document */
body {
font-family: Arial;
font-size: 12px;
color: #000000;
}
#table {
border: 1px solid black;
margin-top: 5px;
width: 800px;
}
.image {
float:left;
padding-right:5px;
}
h1 {
color:#c2bd09;
font-size: 18px;
font-weight: bold;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 15px;
}
h2 {
color:#4a75b1;
font-size: 15px;
font-weight: bold;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 5px;
text-decoration: underline;
}
p {
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
}
.italic {
color:#4872ae;
font-style: italic;
}
.bold {
padding-left: 5px;
padding-right: 15px;
padding-bottom: 5px;
font-weight:bold;
color:#c2bd09;
}
a {
color:#4a75b1;
text-decoration:none;
}
a:hover {
color: #000000;
text-decoration: underline;
}
.linkunderline {
text-decoration: underline;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 80px;
	width: 800px;
}
.footertext {
font-size: 12px;
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
color: #ffffff;
}
#footer a {
color:#ffffff;
text-decoration:none;
}
#footer a:hover {
text-decoration: underline;
}
#list {
list-style:inside;
list-style-type:disc;
}
.hr {
color:#c2bd09;
background-color:#c2bd09;
height:25px;
margin-top:20px;
}
#extranav {
margin-top:15px;
}


.big-button                             
{
  font-family: verdana;
  font-size:14px; 
  float:left; 
  line-height:45px; 
  margin-right:15px;
  }
  
.big-button a                           
{
background:#4bc800 url(../images/sprite-main.png) repeat-x scroll 0 -2515px; 
border-top:1px solid #56e004;  
border-bottom:1px solid #266c05; 
color:#ffffff !important;  
padding:10px; 
text-decoration:none !important; 
-moz-border-radius:8px; 
-moz-box-shadow: 0 2px 5px #000000; 
-webkit-border-radius:8px; 
-webkit-box-shadow:0 2px 5px #000000;
}
.big-button a:hover                     
{
background-position:0 -2575px; 
border-color:#2ab604; 
border-top:1px solid #39ec06; 
border-bottom:1px solid #218008;
}	  


.demo-button 
{
  font-size:14px; 
  float:left; 
  line-height:45px; 
  margin-right:15px;
}

.demo-button a
{
  background:#0bb0dd url(../images/sprite-main.png) repeat-x scroll 0 -2395px;  
  border-top:1px solid #2fd3e3;  
  border-bottom:1px solid #032d79; 
  color:#ffffff !important; 
  padding:10px; 
  text-decoration:none !important; 
  -moz-border-radius:8px; 
  -moz-box-shadow: 0 2px 5px #000000; 
  -webkit-border-radius:8px; 
  -webkit-box-shadow:0 2px 5px #000000;
}

.demo-button a:hover 
{
  background-position:0 -2455px; 
  border-color:#0559ab; 
  border-top:1px solid #2fd3e3; 
  border-bottom:1px solid #04449e;
}
