body { font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 80%; 
			background-image: url(/images/background_gray_checks2.gif);
			background-repeat: repeat;
			
			}
			
div.bodytext { 	margin-left: 10px;
						margin-right: 10px;
						/* Correct IE6's urge to center all contents of a centered table! */
						text-align: left;
						}			
						
						
h3 { text-align: center;
		color: #427CAC;
		font-size: 130%;
		}

div.caption { margin-left: 3px;
					margin-right: 3px;
					color: #336666;
					font-size: 85%;
					font-style: italic;
					text-align: center;
					}	
					
span.caption { margin-left: 3px;
					margin-right: 3px;
					color: #336666;
					font-size: 85%;
					font-style: italic;
					text-align: center;
					}									 				
		
table.basics  { border-style: solid;
						border-color: #000;
						border-width: 1px 1px 1px 1px; 
						/* background-color:  #D7D9DA; */
						background-color: white; }
						
table.topmenu {	border-style: solid;
						border-color: #000;
						border-width: 1px 1px 1px 1px; 
						background-color:  white; }					

td.drop_shadow   { 	background-image: url(/images/drop_shadow.jpg);
									background-repeat: repeat x;
									
									}
									
td.header_background  { background-image: url(/images/blue_squares_background.gif);
									background-repeat: repeat;
									background-color: #005B7F;
									
									}									
									
div.menu { 		text-align: left;
						margin-left: 0px;
						margin-bottom: 10px;
						padding: 0px;
										
						}
						
div.box 
				{ 		
						width: 180px;
						text-align: left;
						margin-left: 0px;
						margin-top: 50px;
						margin-bottom: 30px;
						padding-top: 5px;
						padding-bottom: 10px;
						padding-left: 0px;
						background-color: #FADADD;
						border-style: solid;
						border-top-width: 1px;
						border-bottom-width: 1px;
						border-left-width: 1px;
						border-right-width: 1px;
						border-color: #c0c0c0;
						
						
						}
						
div.box2 
				{ 		
						text-align: left;
						margin-left: 0px;
						margin-top: 50px;
						margin-bottom: 30px;
						padding-top: 5px;
						padding-bottom: 10px;
						padding-left: 10px;
						background-color: #C5D5F8;
						border-style: solid;
						border-top-width: 1px;
						border-bottom-width: 1px;
						border-left-width: 1px;
						border-right-width: 1px;
						border-color: #c0c0c0;
						
						
						}															

div.footer  { font-size:  80%;
					color: gray;
					margin-bottom: 10px;
					text-align: center;
					}
					
.bluetext  { color: #427CAC; }					

li { margin-bottom: 7px; }
					
a { text-decoration: none;
	color: #427CAC;
	} 

a:hover { color: #cc0066; text-decoration: underline;  }
				
/* Menu link colors, behavior */												
												
a.menu { 	text-decoration: none; 
				color: #427CAC; }
										
a.menu:link  { 	text-decoration: none; 
									 	color: #006699; }										
									  
a.menu:visited	{ color: #006699; } 

a.menu:hover  { color: #cc0066;
						text-decoration: underline; } 												
																	
								