/* Style Sheet by Peter Tynan http://www.peter-tynan.org */

body {
   margin : 0px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: Black;
	background-color: White;
}

h1, h2, h3, h4, h5, h6, th, dt	{ 
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; 
}

h1 {
	font-size: x-large;
	text-align: left;
	background-color: White;
	color: #698ea8;
}

h2, h3, h4, h5, h6   {
	text-align: left;
	font-size: large;
	background-color: White;
	color: #698ea8;
}

p, div, ul, dl, dt, dd, pre, ol, li, blockquote, address	{
	color: Black;
	font-size: small;
}

a, address, blockquote, body, cite, code, dd, del, dfn,		
div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, iframe, img, kbd,		
li, object, ol, p, q, samp, small, span, strong, sub, sup, ul, var, 		
applet, big, center, dir, font, hr, menu, pre,		
abbr, acronym, bdo, button, fieldset, ins, label	{
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	text-decoration: none;
	border-color: #698ea8;
	border-style: none;
}	

em	{
	font-style: italic;
	font-weight: inherit;
	color: black;
	background-color: White;
}	

strong	{
	font-style: inherit;
	font-weight: bold;
	color: black;
	background-color: White;
}	

em strong, strong em	{
	font-style: normal;
	font-weight: bolder;
	color: black;
	background-color: White;
}	

b	{
	font-weight: bold;
}

i	{
	font-style: italic;
}

dd {
	text-align: justify;
}

.warning	{
	text-transform: none;
	font-style: normal;
	font-weight: bold;
	color: black;
	background-color: Yellow;
}	

del	{
	text-decoration: line-through;
	background-color: #FF7F50;
}	

ins	{
	text-decoration: none;
	background-color: Yellow;
}	

var, cite, dfn, .note	{
	font-style: italic;
		font-size: small;
}	

address	{
	font-style: normal;
	letter-spacing: .1em;
}	

abbr, acronym, span.abbr {
  border-bottom: 1px dashed #698ea8;
}		

dt, th, thead, tfoot	{
	color: #698ea8;
	background-color: White;
	font-size: small;
	font-weight: bold;
}	

table{ 
	display: table;
}

caption {
	text-align: left;
	display: table-caption;
}

thead{ 
	display: table-header-group;
} 

tbody{ 
	display: table-row-group;
} 	

tr{ 
	display: table-row;
} 

th  {
	display: table-cell;
	text-align: left;
}

td{ 
	display: table-cell;
	text-align: left;
}

hr	{
	color: #698ea8;
}	

#colophon	{
	display: none;
}	

col, colgroup, table, tbody, td, tr	{
	color: Black;
	text-decoration: none;
	border-color: #698ea8;
	border-style: none;
	background-color: White;
		font-size: small;
}

#logo {
    display : none;
    }

#menu {
    display : none;
    }

#contenthome A.offsite:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
	
.old { 
	display : none;
	}

p.valid {
	background-color : #FFFFFF;
}

p.small {
	display: none;
}

#bread {
	display: none;
}

#bread ul {
	display: none;
} 

#bread ul li {
	display: none;
}
                
#bread ul li a {
	display: none;
}

#bread ul li a:hover {
	display: none;
}
    
A:link  {
	text-decoration: none;
	color: Black;
	background: transparent;
}   
    
A:visited   {
	text-decoration: none;
	color: Black;
	background: transparent;
}   
        
A:active    {
	text-decoration: none;
	color: Black;
	background: transparent;
}
    
A:hover {
	text-decoration: none;
	color: Black;
	background: transparent;
}   
        
A.offsite   {
	text-decoration: none;
	font-weight: normal;
	color: Navy;
	background: transparent;
}       

#button {
    display : none;
    }

#contenthome{
	padding: 8px;
	background-color: White;
	width: 95%;
}
 
/*Image display stuff */

#clear {
	float: none;
	text-align: center;
	clear: both;
}

#clear p {
	font-size: xx-small;
	text-align: center;
}

#clear1 {
	float: none;
	text-align: center;
	clear: both;
}

#clear1 p {
	font-size: xx-small;
	text-align: center;
}

#float {
	float: left;
	margin-right: 20px;
}


#float p {
	text-align: center;
	font-size: xx-small;
}
		
#float img {
	margin-right: 20px;
}

img.a500130 {
	width : 500px;
	height : 130px;
}
		
img.a300 {
	width : 300px;
	border : 1px solid #698ea8;
}
		
img.a161 {
	width : 200px;
	border : 1px solid #698ea8;
}

img.cc {
	width : 228px;
	height : 36px;
	text-align : center;
}		

img.fa {
	width : 296px;
	height : 36px;
	text-align : center;
}

#vallist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-size: x-small;
}

#hozlist dd {
	display: inline;
	list-style-type: none;
	padding-left: 1%;
	margin-right: 0px;
	margin-left: 0px;
	font-size: medium;
}

#hozlist dt {
	padding-top: 2em;
}

.jus {
	text-align: justify;
}

.hidep {
	display: none;
}
    
/* Try to persuade browsers that it's permissible to split table */
table {
	page-break-inside: auto;
}


/* Try to persuade browsers that rows may not be split */
tr {
	page-break-inside: avoid;
}


