﻿/* styles.css - style sheet */
body {
	margin: 0;
	padding: 10px ;
	font: 13px	Verdana, Arial, sans-serif;
	background: #0099ff;
	text-align: center;
	}
	
#pageContent {
    width:80%;    
    margin: 20px auto 20px auto;
    padding: 0; 
	background: #FFFFFF;	
    text-align: center ;
    }
      
#topsection{
height: 145px; /*Height of top section*/
width: 85%;
}
#topsection{
background: #0099ff;
border:medium outset #9cc2c9; 
text-align:center;
margin:10px;
padding:10px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
     
#header-image {
background-image:url('images/page header_new.jpg');
background-repeat:no-repeat;
background-position:center;
height:145px;
width: 100%;
text-align:center;
 }
h1 {
	font : 24px bold uppercase Tahoma, Verdana,sans-serif ; 
	color: #0000ff;
	}
h2 {
	font: 18px Tahoma, Verdana, sans-serif ; 
	color: #0000FF;
	 }
h3 {
	font : 105% Verdana, Lucida, sans-serif ;
	color: #0000FF ;
	padding-left: 2.5em ;
	Padding-right:2.5em ; 
	margin-top: 0; 
	Margin-bottom: 1em; 
  }
h4 {
	font : 90%	Verdana, Lucida, sans-serif;
	color: #000000 ;
	}
h5 {
	font:  85%  Verdana, Lucida, sans-serif ; 
	color: #0000ff ;
	}
h6 {
	font : 75%  Verdana, Lucida, sans-serif ;
	color: #000000 ;
	}

p  {
	color: #000000; 
	padding-left: 3em;
	Padding-right: 3em; 
	margin-top: 0; 
	Margin-bottom: 1em;
	text-align: left;
	font-style: normal;
	font-variant: normal;
	font-size: 12px;
	line-height: normal;
	font-family: Verdana, Lucida, sans-serif;
}	
	
ul { 
	font : 12x Verdana, Lucida, sans-serif ; 
	list-style-type: disc ;
	text-align: left;
	}
	
div.box  { 
 	padding: 1px 10px;
	border: 5px solid #0099ff;
	width:  80%;
	text-align: left;
}
.header{
	border-collapse: collapse;
	border: 1px solid #0099FF;
	background-color: #0099FF;
	text-align: left;
	}
	
.smallcap { 
	font-variant: small-caps;
	text-align: center;
}
.smaller_font { 
	font : 75% 	Verdana, Lucida, sans-serif ;	
	 }
div.navbar {
border-bottom ;
border-bottom-color: black ;
width: 90% ;
} 
.style3 {
	border-collapse: collapse;
	}


/* -------- center ------ */

.center { 
margin-left: auto;
margin-right: auto;
	}

.center table
{ 
margin-left: auto;
margin-right: auto;
text-align: left;
	}
	
/* -------- colors ------ */

.style2 {
	color: #FFFFFF; /*white*/
	}
.style6 {
	color: #FF0000;/*red*/
	}
.style7 {
	color: #000000; /*black*/
	}
.style14 {
	color: #0000FF;	/*blue*/
	}
	
.style16 {
		background-color: #0099FF; /*website background blue*/
		
		}
.style40 {
	color: #333366;
}

	
/*------- text -------*/	

.style4 {
	text-align: left;
	float: left;
}

.style5 {
	text-align: center;
	}
			
.style8 {
	text-decoration: underline;
}
  .style17 {
 	text-decoration: underline;
 	margin-left: 120px;
 }


.style24 {
	text-decoration: line-through;
}

.style25 {
	 text-align: left;
	 }

 .style41 {
	 margin-left: 5px;
	 margin-right: 5px;
}
.style42 {
 	text-align: center;
 	}
/*---------- styles used in tables ------------- */
/*-- first column(aligned center) --*/

.style9
	{
	background-color: #CCCCCC;		
	color:blue ;
	text-align:center;	
	}
/*-- first column(aligned center)(smaller font} --*/

.style9a {
	background-color: #CCCCCC ;
	text-align: center;	
	font-family:Verdana, Lucida, sans-serif; 
	font-size: 85% ;
	color: blue ;
	}
	
		
/*----- second column -----*/
 
.style10 {	
	text-align:center;
	background-color: #DDDDDD;
	color: #000000;
	}
	
.style10a {

	text-align: center;	
	background-color: #DDDDDD ;
	font-family:Verdana, Lucida, sans-serif; 
	font-size: 85% ;
	color: black ;
	}
	
.style13 {
	background-color: #CCCCCC;
	text-align: center;
	color: #0000FF;
	}
		
	/*-- first column (aligned left)--*/
	
.style15 {
	background-color: #CCCCCC;
	text-align: left;
	color: #0000FF;
	}
