/* stylesheet.css */
body {
 background-color: #ffffff;
margin-top:5px;
margin-bottom:5px;
margin-right:0px; 
margin-left:0px;
}

h1 {
 color: #ffffff;
 font-style: italic;
 font-family: Arial, Helvetica, sans-serif;
 text-align:center;
}


h2 {
 font-size: 16px; 
 color: #ffffff;
 font-weight:bold;
 font-family: Arial, Helvetica, sans-serif;
}

.boldname{
 font-size: 16px;
 font-weight:bold;
 color: #ffffff;
 
} 


/* Style for tables of thumbnail images */
table.thumbs{
   text-align: center;
   border: solid 0px #d00202;
}
/* Style for table cells that contain thumbnails */
td.thumbs{ 
   border: solid 0px #d00202;
   padding: 20px;
}
/* Style for thumbnail images */
img.thumbs{
   width:150px;
}



/* Style for tables of thumbnail images */
table.thumbs1{
   text-align: center;
   border: solid 0px #d00202;
}
/* Style for table cells that contain thumbnails */
td.thumbs1{ 
   border: solid 0px #d00202;
   padding: 10px;
}




/* Style for div navbar */
#navbar 
{ 
margin: 0 auto; 
width: 900px;
border: 0px solid #d00202; 
padding: 0px 0px 0px 0px; 
background-image:url(images/button.jpg);
background-color:#d00202;
color: #ffffff;
} 


/* Style for webpage DIV */
#container 
{ 
margin: 0 auto; 
width: 874px;
min-height:500px;
height:auto !important;
border: 3px solid #d00202; 
border-top: 0px solid #d00202;
border-bottom: 0px solid #d00202;
padding: 10px 10px 10px 10px; 
background-color:#000000;
color: #ffffff;
} 



/* Style for Footer DIV */
#footer 
{ 
margin: 0 auto; 
width: 900px;
border: 0px solid #d00202;
padding: 0px 0px 0px 0px; 
} 


/* Style for Header DIV */
#header 
{ 
margin: 0 auto; 
width: 900px;
height: 185px;
border: 0px solid #d00202;
padding: 0px 0px 0px 0px; 
background-image:url(images/headlogo.jpg);
background-color:#ffffff; 
} 



/* Style for webpage DIV containerq */
#containerq 
{ 
margin: 0 auto; 
width: 874px;
min-height:500px;
height:auto !important;
border: 3px solid #d00202; 
border-top: 0px solid #d00202;
border-bottom: 0px solid #d00202;
padding: 10px 10px 0px 10px;
background-image:url(images/fireworks1.jpg);
background-color:#000000;
background-repeat:no-repeat; 
background-attachment:fixed;
background-position:bottom center; 
background-attachment:scroll;
} 







/* Paragraphs styled as alerts */

p.warning {
background-color:#e30000;
margin-left:100px;
margin-right:100px;
padding:10px;
border:solid thin #ffffff;
color: #000000
}











