
BODY {
	color : Black;
	background: url(images/background-blue3.png) repeat-x;
	background-color :#B7D3FC;
	font-family : Arial, sans-serif;
	font-size : 10pt;
	text-align : center;
	margin : 10px;
}

/* Main Structure */
#container {
/*- width:7520px;--------------------------- */	 
width: 950px;
margin: 0 auto; 
background-color: white; 
text-align: left; 
border:1px solid #c0c0c0;
/*border-right:2px solid #c0c0c0;
border-bottom:2px solid #c7c5b2;
border-bottom:2px solid #c0c0c0;*/
}

#topContent{  
background: #cccccc; 
color: black;
	font-size: 9pt;
	vertical-align: top;
	text-align: left;
	padding: 3px;
	margin: 0;
				}
		
	#main1 {
	clear: both;
/*- width:740px;--------------------------- */	 
	margin: 0 auto; 
	background-color: white;  
	}
	
	#main2 {
	clear: both;
	width: 935px; 
	margin: 0 auto; 
	background-color: white;  
	text-align: left; }
	
#main-narrow {
vertical-align: top;
		float:left;
/*- width:220px;--------------------------- */		
		background: white;
		padding: 7px;
		}
#main-wide {
vertical-align: top;
		float:left;
		background: white;
		padding: 7px;
		}


    
#mainright {
vertical-align: top;
		float:right;
		width:350px;
		padding: 7px;
			}
			
		
#indexleft {
vertical-align: middle;
text-align: center;
		float:left;
		width:350px;
		background: white;
		padding: 7px;
		}
	

#indexright {
vertical-align: top;
		float:left;
		width:530px;
		padding-left: 35px;
			}


#footer {
clear: both; 
background: white; 
color: gray; 
text-align : right;
font-size : 8pt;
padding: 3px;
 padding-right : 7px;
 margin: 0 auto; 
}

/* Tables */

table {
background-color: #ebebee;
}

th {
/*color : white;  */
background-color: #ebebee;
font-family : Tahoma, sans-serif;
font-weight: bold;
font-size: 10pt;
text-align : left;
vertical-align: top;
padding: 3px;
			}
td {
background-color:white;
font-family : Tahoma, sans-serif;
font-size: 10pt;
text-align : left;
vertical-align: top;
padding: 3px;
}
.nav         {
background-color:#999999; 
padding: 0px;
text-align : center;
vertical-align: top;
}

/* End tables */

/* Fonts and Headings */
	
h1 {
	font-family : Franklin Gothic Medium, sans-serif;
    font-size : 18pt;
	font-weight : bold;
    border-bottom: thin solid #003399;
}
h2 { 
   font-family : Franklin Gothic Medium, sans-serif;
   font-size : 15pt;
   color : Black;
   border-bottom: thin solid #6487dc;
   font-weight : bold;
} 
h3 { 
	font-size : 13pt;
   color : Black;
   border-bottom: thin solid #c0c0c0;
   font-weight : bold;
}
h4 { 
	font-size : 11pt;
   color : Black;
    font-weight : bold;
}

small {
	font-size : 10pt;
	color : #A8A8A8;
}

.navy         {
 color: #003399; 
}

.red         {
 color: #ff0000; 
}
.green         {
 color: green; 
}
.gray         {
 color: gray; 
}

/* Links */
A {
	color : Blue;
	text-decoration : none;
}

.front {
	color : white;
	text-decoration : none;
}

A:HOVER {
	color : #ff9933;
	text-decoration : underline;
}

/*A:HOVER {	color : #cc0000;text-decoration : underline;*/

/* Lists */

ul {
list-style-image : none;
}

ul.grey {
list-style-image : url(gfx/bulletgrey.png);
}

ul.sub {
list-style-image: none;
 list-style : disc;
}

/*Rounded corners1*/

.content {
	background-color:#999999; 
	color: white;
	text-align: center;
}

/* Next class adds rounded corner image to background at top right */

.roundtop { 
	background: url(images/CnrTR1.png) no-repeat top right; 
    background-color:#999999; 
	text-align : left;  
}

/* Next class adds rounded corner image to background at bottom right */

.roundbottom {
	background: url(images/CnrBR1.png) no-repeat top right; 
    background-color:#999999; 
    height: 15px;
	text-align : left;
}

/* Final class sets up universal parameters for all images */

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
/*End of Rounded corners*/



