table.alerts2
{ text-align: center;
font-family: century schoolbook;
font-weight: normal;
font-size: 11px;
color: #000000;
width: 150px;
background-color: #ffffff;
border: 1px #000 solid;
border-collapse: collapse;
border-spacing: 0px;}


.alertHd
{ border-bottom: 1px solid #000000;
background-color: #e36868;
text-align: center;
font-family: century schoolbook;
font-weight: bold;
font-size: 11px;
color: #000000;}


.alertBod p
{ text-align: center;
font-family: century schoolbook;
font-weight: normal;
font-size: 11px;
line-height: 12px;
color: #000000;
background-color: #ffffff;
text-indent: -8px;
margin-left: 10px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;} 
/*IMPORTANT NOTE. Please, never put HTML ot HTML comments in this stylesheet. or will stop working.*/
body {
background-color:#000000; 
font-family: Century Schoolbook;
font-size: 93%;
color: #000;
margin:0;
padding:0;
text-align:center;
}

/***************************************************
 this area below is for your  Link-text and headings. You can change the font type and size, the color of each of them
as well as the a:hover, which is the text for a link, once the pointer passes over it*/


a { font-family: Century Schoolbook; 
font-size: 100%; color: #000000; text-decoration: underline;
}

a:hover { font-family: Century Schoolbook;
 font-size: 100%; 
 color: #000099;
 }


h1 { font-family: Century Schoolbook; font-size: 150%;  color: #000}
h2 { font-family: Century Schoolbook; font-size: 116%;  color: #000}
h3 { font-family: Century Schoolbook; font-size: 108%;  color: #000}

/*as we are using a table based layout, all your text is within a table. So this is the area to change the
size, color and font family .*/
table {
font-family: Century Schoolbook;
font-size: 93%;
color: #000000;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}


/***********************************************************
 Below, is the background colors for your table cells. originally, they were on the actual page, so why
move them to the stylesheet? Well, if you decide to do a site-wide color scheme change, you now change here, 
rather than on every page. A big improvement. Also, the less styling on the page, the better.

Suppose you prefer to have a tiled image rather than a solid color?
Replace the background-color:#fff;  with this, and upload your image to the graphics library....
background-image: 
url('http://www.your-site.com/images/your-image.gif');
background-repeat: repeat;
*/

td.headerbg {
background-color:#                    
}

td.spacerbg {
height:1px;
background-color:#ffffff; 
width:150px;
padding:5px;
}

td.contentbg {
width:500px;
background-color:#ffffff;
padding:10px;
border-left:1px dotted #ccc;
border-right:1px dotted #ccc;
}

td.rightbg {
font-family: Century Schoolbook;
font-size: 93%;
color: #666666;
background-color:#ffffff;
width:150px;
padding:5px;
}

td.leftbg {
width:150px;
font-size: 93%;
margin-left: 10px;
background-color:#ffffff; 
padding:5px;
}

td.footerbg {
font-size: 93%;
background-color:#cccccc; 
padding:5px;
}




/*******************************************************
 information below is to remove the link styling for anchor links.
Just leave this as it is....it works fine, and shouldn't be modified.
Just place this is any link you may wish to remove styling from ...such as the rss links */
a.jumplink{
text-decoration: none;
font-size: 100%; 
background-color: transparent;
color: #000;
}

a:hover.jumplink  {
text-decoration: none;
font-size: 100%; 
background-color: transparent;
color: #000;
} 
/******************************************************************
these classes are for the images, the float left, right, and centered box*/

.image-left {
	float: left;
	padding: 1px;
	
	margin-right: 5px;
	border: 1px solid #000;
}
.image-right {
	float: right;
	padding: 1px;
	
	margin-left: 5px;
	border: 1px solid #000;
}

.box{
padding: 2px;
border: 1px solid #666;
}

:link img {
  border: none;
}









/****************************************************
this area of the stylesheet is for your navigation panel*/

#navigator {

}

.navbutton {
line-height: 90%;
}

.navbutton a {
font-size: 93%;
font-family: Century Schoolbook;
}

.navbutton a:hover {
font-size: 93%;
font-family:  Century Schoolbook;
}


/***********************************************************
 this part below is for the color on the background, surrounding the buttons. Change the color, and the 
border, if you like. For the border, you can use solid, dashed, or dotted, for different border styles*/

#navigator {

background-color: transparent;

border:  none;


width: auto;

margin-top: auto;

margin-left: auto;

margin-right: auto;

padding: 2px;

text-align: left;


}

/* want more space between your buttons? just increase the margins
from 1px. Font weight can be bold if you prefer.*/

.navbutton {

font-weight: normal;
text-align: left;
margin-bottom: 2px;
margin-top: 2px;
}


/* this part is for the colors of your buttons "at rest" so to speak. Notice the
top/left, and the bottom/right are colored in pairs? If you change the colors, you will need to do the same, to
maintain the illusion of 3D buttons. Make one set of sides a slightly darker shade than the other pair.
This will give the button a 3D look*/

.navbutton a {

padding: 4px;

text-decoration: none;

display: block;

color: #000000; /*this is where you change the link font color*/

background-color: transparent;

border-top: none;

border-left: none;

border-bottom: none;

border-right: none;

}

/*this part is how the buttons look, once the pointer passes over them. Same thing as above, but this time
the top/left colors should SWAP with the bottom/right, to give the correct effect.
Also the background color should go a shade darker, to make it seem as if it were now below the 
level of the page, and is not getting any light on it*/

.navbutton a:hover {

color: #000099; /*-----this is where you change the link font color, when the button is hovered over*/

background-color: #cccccc;

border-top:  none;

border-left: none;

border-bottom:  none;

border-right: none;

}
/************************************
this is for the navigation headings*/
.nav{
white-space:nowrap;
font-size: 100%;
color: #666666;
background-color:#cccccc
border-top:1px solid #666666;
border-bottom:1px solid #666666;
width: 95%;
padding-left:5px;
padding-right:5px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
border-bottom: 1px solid #000000;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #fff;
padding: 1px 5px;
border: 1px solid #000000;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: cccccc;
}

.suckerdiv .subfolderstyle{
background: #fff url(../images/arrow-right.gif) no-repeat 3px right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */