/* CSS Document */
body {font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 0.8em;
	  background: white url(images/background.gif) repeat-x fixed;}
h1 {font-size: 16px;}

div#wrapper {border: 1px solid #003366;}

td#mainContent img {padding: 5px 10px 5px 5px;}

table#header {border-top: 1px solid #003366;
              border-left: 1px solid #003366;
			  border-right: 1px solid #003366;
			  border-bottom: 1px solid #003366;
			  background: white;}
			  
table#content {border-left: 1px solid #003366;
			  border-right: 1px solid #003366;}
			  
table#footer {border-bottom: 1px solid #003366;
              border-left: 1px solid #003366;
			  border-right: 1px solid #003366;}


a:link, a:visited {text-decoration: none;}
a:hover {text-decoration:underline;}

td#globalNav  { border-right: 1px solid #003366;
                padding: 0;
				/*margin-bottom: 1em;*/
				background-color:#CCCCCC;;
				color: #333;
				width: 140px;}
td#globalNav ul {list-style:none;
                 margin: 0;
				 padding: 0;}
td#globalNav ul li {margin: 0;
                    border-top: 1px solid #003;
					}
td#globalNav ul li a {display: block;
                      padding: 5px 2px 2px 0.5em;
					  border-left: 10px solid #369;
					  border-right: 1px solid #69c;
					  border-bottom: 1px solid #369;
					  background-color:#036;
					  color: white;
					  text-decoration:none;
					  width: 100%;}
html>body td#globalNav ul li a {width: auto;}

td#globalNav ul li a:hover {border-left: 10px solid #036;
                            border-right: 1px solid #69c;
							border-bottom: 1px solid #269;
							background-color: #69f;
							color: white;}
							
td#mainContent { padding-left: 10px;
                 padding-right: 5px;
				 background: white;}
td#mainContent ol li {padding-bottom: 1.2em;}
				 
p#specialAnnouncement {background-color:#CCCCCC; border: 1px solid gray;
                       padding: 5px 10px 5px 5px;
					  }
p#specialAnnouncement {margin-right: 20px;}

table#footer td {padding: 5px;
                  text-align: center;
				  font-size:0.75em;
				  background-color: #cccccc;}
				  
td#caption {font-family:Arial, Helvetica, sans-serif;
            font-size: 0.7em;
			font-weight:bold;
			text-align:center;}

