	
/* All text otherwise unaccounted */
body	{
	color: #000;
	margin: 5;
	padding: 5;
	border: 0;
	text-align: left;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	padding-bottom: 25px;
	font-size: large;
	background:#fff;
	
	}
	
/* text that appears between paragraph tags */
P {
	line-height: 125%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1.8em;
	font-size: 110%
	}
	
/* Generic heading layout*/	
h1, h2, h3, h4, h5, h6	{
	font-family:  helvetica, arial, sans-serif;
	font-weight: semi-bold;
	margin-top: 18px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	}

	
h2	{
    margin-top: 0px; 
	Margin-bottom:0px;
    font-size:    medium;
	color: #f00;     
    voice-family: "\"}\"";   
    voice-family: inherit;   
    font-size:    large;       
    }

/* default size for menu items */
h3	{
    margin-top: 0px; 
	Margin-bottom:0px;
    font-size:    small;
	letter-spacing: 60%;
	voice-family: "\"}\"";   
    voice-family: inherit;   
       
    }

/* Page title which appears in the header of the webpage */	
#Title {
	margin-top: 10px; 
	margin-bottom:0px;
	padding-right: 15px;
    font-size:    small;
	color: #fff;
	line-height: 145%;
	letter-spacing: 60%;
	voice-family: "\"}\"";   
    voice-family: inherit;   
}

/* Page title which appears in the header of the webpage */	
#Footer {
	margin-top: 10px; 
	margin-bottom:0px;
	padding-right: 15px;
    font-size:    small;
	color: #333;
	line-height: 115%;
	letter-spacing: 60%;
	voice-family: "\"}\"";   
    voice-family: inherit;   
}

/* menu items */
.bullet {list-style-image: url(images/nav-box-sm.gif);}

ul {
	font-size: 100%;
	color: #333;
	line-height: 140%;
	voice-family: "\"}\"";   
    voice-family: inherit;
	}

.rights {
	font-size: 100%;
	color: #333;
	line-height: 170%;
	voice-family: "\"}\"";   
    voice-family: inherit; 
}
.submenu {
	font-size: 85%;
	color: #333;
	line-height: 145%;
	letter-spacing: 90%;
	voice-family: "\"}\"";   
    voice-family: inherit; 
}

a.submenu {
	font-size: 85%;
	color: #333;
	line-height: 145%;
	letter-spacing: 90%;
	text-decoration: none;
	voice-family: "\"}\"";   
    voice-family: inherit; 
	
}

.celltitles {
	font-size:105%;
	color: #D89D19;
	line-height: 145%;
	letter-spacing: 90%;
	voice-family: "\"}\"";   
    voice-family: inherit; 
}

.celldata {
	border-bottom: 1px solid #ccc;
	}
/* Colors for individual menu items and page headings */
#AJHS	{
color:#3171BC;
}

#PWPD	{
color:#27C1B9;

}

#Sen	{
color:#33CC33;
}

#You 	{
color:#B7B20B;
}

#Pro	{
color:#D89D19;
}

#CR		{
color:#9B17C6;
}

#Vol	{
color:#CC12CC;
}

#Con	{
color:#CC2727;
}

#home {
color:#26C1B9;
}

/* General linkology */
	
a:link, a:visited {
	text-decoration : none;
	color: inherit;
	font-size: inherit;
	background: transparent; 
	}

a:hover {
	text-decoration : underline;
	color: inherit;
	font-size: inherit;
	background: transparent; 
	}

a:active {
	text-decoration : none;
	color: inherit;
	font-size: inherit;
	background: transparent;  
	}

