/*--------- GLOBAL ELEMENTS ---------------*/

body {
	margin: 0px;
	background-image:  url("images/green_tile.gif");
}

body,h2,h3,h4,td,p,ul,li { font-family: 'gill sans', 'trebuchet ms', arial, verdana, helvetica, san-serif; font-size:12px; }

h1 { color: #822556;
       font-size: 18px; }
       
h2 { color: #336633; 
        font-size: 14px; }

h3 { color: #822556; 
        font-size: 14px;
		margin-bottom: 3px;}

p { font-size: 11px;
      line-height: 15px;
      color: #333333; }
      
      
 ul, li { font-size: 12px; 
           font-weight: bold; }

/*  ------------------- HEADER -----------------*/

#header { background-image: url(images/header_graphic.jpg);
                 background-repeat: no-repeat;
		 width: 750px;
		 height: 151px; }
		 
/* ---------------------- NAVBAR ---------------- */
#navbar { width: 750px;
	        height: 25px;
		background-color: #E6E6E6;
		padding: 5px 10px 5px 5px;
		margin: 0px;
		text-align:right;
		vertical-align: middle;
		font-size: 10px;
		border-top: 1px solid #333333;
		border-bottom: 1px solid #cccccc; }
		
#navbar a:link { font-size: 11px;
                          font-weight: bold;
			  color: #822556; }
			  


			  
#navbar a:visited { font-size: 11px;
                          font-weight: bold;
			  color: #822556; }
			  
#navbar a:hover { font-size: 11px;
                          font-weight: bold;
			  color: #922121; }
			  
.status { font-size: 11px;
                          font-weight: bold;
			  color: #3B4D33; }
		
/* ------------------- BODY -----------------------------*/

#body { width: 750px;
              height: auto;
	      padding: 10px;
	      margin: 0px; }
		  

	      
/* ---------------------- FOOTERNAV ---------------- */
#footernav { width: 750px;
			height: 25px;
			background-color: #E6E6E6;
			padding: 5px 10px 5px 5px;
			margin: 0px;
			text-align:right;
			vertical-align: middle;
			font-size: 10px;
			border-top: 1px solid #cccccc;
			border-bottom: 1px solid #333333; }
			
#footernav a:link { font-size: 11px;
                          font-weight: bold;
			  color: #822556; }
			  
#footernav a:visited { font-size: 11px;
                          font-weight: bold;
			  color: #822556; }
			  
#footernav a:hover { font-size: 11px;
                          font-weight: bold;
			  color: #922121; }
	      
/* ------------------------ COPYRIGHT ------------------*/

div#copyright { width: 750px;
                height: 30px; 
		     	padding: 5px;
		     	text-align: center;
				font-size:9px; }
		     
div#copyright a { font-size: 9px; }

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;  margin: 0px 8px 0px 0px;
}
img.right {
	float: right; margin: 0px 0px 0px 8px;
	margin: 0px 10px 0px 0px;
}
clear {
	clear: both;
}              
		
		