/* PARAGRAPH STYLE */

body, li, td {
 font-size: large;
 font-family : Arial;
 font-style : normal;}
  
 i {
	font-size: medium;
	font-family: Arial}
 
 /* HORIZONTAL RULE STYLES */
 
 hr {
	 color:#FF9900;
	 height:1px;
	 width:100%;}
	

/* HEADING STYLES */

h1{
	font-size: xx-large;
	font-weight: bold;
	color: #003366;
	margin-bottom: 5px;
	margin-top: 0px;
	text-align: right;}
	
h2, h3, h4{
	padding:2px;
	color: #003366;}

h2{
	background-color: #FF9900;	}

h3{
	background-color: #D6D8E0;}


/* CLASS STYLES */

.ccr{
font-size: x-large;
	font-family: Arial, Verdana, MS Sans Serif;
	font-weight: bold;
	color: white;
	margin-bottom: 5px;
	margin-top: 0px;
	text-align: right;}

.hhd{
font-size: large;
	font-weight: bold;
	color: #FF9900;
	margin-bottom: 5px;
	margin-top: 0px;
	text-align: right;}

.ord{
font-size: x-small;
 font-family : Arial;
 font-style : normal;}
 
 
.pgt{
 font-size: large;
 font-family : Arial;
 font-style : normal;}

.select{
 font-size: x-small;
 font-family : Arial;
 font-style : normal;}

 
.white{
	color: white;}
	
.navy{
	color: #003366;}
	
.orangebackground{
	background: #FF9900;}

.greybackground{
	background:#D6D8E0;}

.navybackground{
	background: #003366;}
	
.leftnavtopoutline{
	border : 1px solid #003366;}
	
.leftnavoutline{
	border : 1px solid #003366;}

/* LIST STYLES */

ol{ 
	margin-bottom:0px;
	list-style-type : decimal;}

ul {
	margin-bottom: 0px;
	list-style:square; }
	
.indexlist{
	margin-bottom: 8px;
	margin-left: 10px;
	font-size: x-small;
	font-family: Arial, Verdana;
	list-style-image : url('/images/bullet.gif');
}
	
/* for latest additions on home page */
.latestadditions{
	list-style-image : url('/images/bullet_white.gif');
	color: white;
	margin-left: 8px;
	margin-bottom: 8px}
	
/* for related links on content pages */
.rightnavlist{
	list-style-image : url('/images/bullet.gif');
	color: #003366;
	margin-left: 10px}
	
/* for mid navigation links on home page */
.midnav{
	margin-bottom: 0px;
	list-style-image : url('/images/bullet.gif');}
	
/* for main navigation links on home page */
.main{
	font-family: Verdana;
	list-style-image : url('/images/bullet.gif');
	margin-left: 35px;
	margin-bottom: 8px}

	
/* LINK CLASSES */

/* default link */
a {
	text-decoration: none;
	color: #003366; 
	}
	
a:link{
	text-decoration: none;
	color: #003366; 
	}
	
a:visited{
	text-decoration: underline;
	color: Purple; 
	}

a:hover {
	text-decoration: underline;
	color: #FF9900;
	}
	
/* index link */
a.index{
	font-weight: bold;
	color: #003366;
	text-decoration: none;}
	
a.index:visited{
	font-weight: bold;
	color: Purple;
	text-decoration: none;}

a.index:hover{
	color: #FF9900;
	text-decoration: underline;}
	
	
/* top navigation link */
a.topnav{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;}
	
a.topnav:visited{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;}

a.topnav:hover{
	color: #FFFFFF;
	text-decoration: underline;}
		
		
/* left navigation top section links */
a.leftnavtop{
	text-decoration: none;
	color: #003366;}
	
a.leftnavtop:visited{
	text-decoration: none;
	color: #003366;}
	
a.leftnavtop:hover{
	color: #003366;}
	
	
/* left navigation links */
a.leftnav{
	text-decoration: none;
	color: #003366;}
	
a.leftnav:visited{
	text-decoration: none;
	color: #003366;}
	
a.leftnav:hover{
	color: #003366;}
	

/* bottom navigation links, copyright, private policy.... etc.*/	
a.botnav:hover{
	color: #003366;}
	
a.botnav:visited{
	color: purple;}
	
	
/* HOME PAGE LINK CLASSES */

/* mid navigation links on home page, about the site...etc. */
a.midnav{
	color: #000000;
	text-decoration: none;}
	
a.midnav:visited{
	color: #000000;
	text-decoration: none;}
	
a.midnav:hover{
	color: #000000;
	text-decoration: underline;}
	
/* white link used for latest additions on home page */
a.white{
font-size: x-small;
	color: white;
	text-decoration: none}
	
a.white:visited{
font-size: x-small;
	color:white;
	text-decoration: none}

a.white:hover{
font-size: x-small;
	color:#FF9900;
	text-decoration: underline}
	
	/* white link used for latest additions on home page */
	
	a.ord{
font-size: x-small;
 font-family : Arial;
 font-style : normal;}
	
a.ord:visited{
font-size: x-small;
 font-family : Arial;
 font-style : normal;}

a.ord:hover{
font-size: x-small;
	color:#FF9900;
	text-decoration: underline}

	

	
	
	/* links in left hand nav bar */
a.select{
font-size: x-small;
	color: #003366;
	text-decoration: none}
	
a.select:visited{
font-size: x-small;
	color:#003366;
	text-decoration: none}

a.select:hover{
font-size: x-small;
	color:#FF9900;
	text-decoration: underline}

/* main navigation on the home page */
a.mainnav{
	color: #003366;
	text-decoration: none;}
	
a.mainnav:visited{
	text-decoration: none;}

a.mainnav:hover{
	text-decoration: none;}
	
/* bottom navigation links for home page, copyright, private policy.... etc.*/
a.whitebotnav{
	color: white;}
	
a.whitebotnav:visited{
	color: white;}
	
a.whitebotnav:hover{
	color: white;}
