/* My CSS File */

/* Define body background color & font */

body
{
   font-family: arial, helvetica;
   font-size: 12pt;
   color: #000088;
   background-color: #CCCCFF;
}

/* Create a class of link named 'normal' */

a.normal
{
   font-family: arial,helvetica;
   font-size: 10pt;
   font-weight: bold;
   text-decoration: underline;
}
a.normal:link
{
   color: #0033CC;
}
a.normal:visited
{
   color: #660066;
}
a.normal:hover
{
   color: #FF0000;
}
a.normal:active
{
   Color: #0033CC;
}

/* Define Headings */

h1
{
   color: #000088;
   text-align: center;
   font-size: 26pt;
   font-weight: bold;
   font-family: tahoma,arial;
}

h2
{
   color: #000088;
   text-align: center;
   font-size: 11pt;
   font-weight: bold;
   font-style: italic;
   font-family: arial,helvetica;
}

h3
{
   color: #0000FF;
   text-align: center;
   font-size: 20 pt;
   font-weight: bold;
   font-style: italic;
   font-family: arial,helvetica;
}

h4
{
   color: #FF0000;
   text-align: center;
   font-size: 12pt;
   font-weight: bold;
   font-style: italic;
   font-family: arial,helvetica;
}

h5
{
   color: #000088;
   text-align: center;
   font-size: 20pt;
   font-weight: bold;
   font-style: italic;
   font-family: tahoma;arial;
}

h6
{
   color: #000088;
   text-align: center;
   font-size: 12pt;
   font-weight: bold;
   font-style: italic;
   font-family: tahoma;arial;
}





/* Define paragraphs */

p.indigo
{
   color: #000088;
   font-size: 12 pt;
   font-weight: bold;
   margin-left: 0.3in;
   margin-right: 0.3in;
   font-family: arial,helvetica;
}   


p.darkblue
{
   color: #000088;
   font-size: 8 pt;
   font-weight: normal;
   margin-left: 0.3in;
   margin-right: .3in;
   font-family: times,roman;
}   

p.blue
{
   color: #003399;
   font-size: 14pt;
   font-weight: bold;
   margin-left: 2in;
   margin-right: 2in;
   font-family: tahoma,arial;
   font-style:italic;
}

p.pink
{
   color: #990099
   font-size: 12pt;
   font-weight: normal;
   margin-left: 0.3in;
   margin-right: 0.3in;
   font-family: arial,helvetica;
}


p.purple
{
   color: #663399
   font-size: 12pt;
   font-weight: bold;
   margin-left: 2in;
   margin-right: 2in;
   font-family: arial,helvetica;
   font-style:italic;
}



p.boxleft
{
   float: left;
   border-right: none;
   border-left: none;
   border-top: none;
   border-bottom: none;
   width: 200px;
   height: 50px;
   background-color: #CCCCFF;
   padding: 8px;
   font-family: tahoma,arial;
   font-size: 8pt;
   text-align: center;
   color: #FFFFFF;
}

p.boxright
{
   float: right;
   border-right: none;
   border-left: none;
   border-top: none;
   border-bottom: none;
   width: 200px;
   height: 50px;
   background-color: #CCCCFF;
   padding: 8px;
   font-family: tahoma,arial;
   font-size: 8pt;
   text-align: center;
   color: #FFFFFF;
}   

/* Define navigation bar links */

a.navbar
{
	float: center;
	width: 3000px;
	font:bold 12px Verdana;
	text-decoration: none;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;

}

a.navbar:link
{
   color: #FFFFFF;
   background-color: #0000FF;
}

a.navbar:visited
{
   color: #FFCCFF;
   background-color: #0000FF;
}

a.navbar:hover
{
   color: #FFCCFF;
   background-color: #0000FF;
}

a.navbar:active
{
	color: #FFFFFF;
	background-color: #0000FF;
	font-size: 12px;
}

/* Define Tables */

td.left
{
   background-color: #CCCCFF;
   text-align: left;
   font-family: arial,helvetica;
   font-size: 10pt;
   font-weight: bold;
   vertical-align: text-top;
}

td.left1
{
   background-color: #CCCCFF;
   text-align: center;
   font-family: arial,helvetica;
   font-size: 10pt;
   font-weight: bold;
   vertical-align: text-top;
}





td.right
{
   background-color: #CCCCFF;
   text-align: left;
   font-family: arial,helvetica;
   font-size: 10pt;
   font-weight: bold;
   vertical-align: text-top;
}

td.right1
{
   background-color: #CCCCFF;
   text-align: center;
   font-family: arial,helvetica;
   font-size: 10pt;
   font-weight: bold;
   vertical-align: text-top;
}

td.right2
{
   background-color: #CCCCFF;
   text-align: right;
   font-family: arial,helvetica;
   font-size: 10pt;
   font-weight: bold;
   vertical-align: text-top;
}


td.center
{
   background-color: #CCCCFF;
   text-align: center;
   font-family: arial,helvetica;
   font-size: 10pt;
   font-weight: bold;
   vertical-align: text-top;
}


td.center1
{
   background-color: #CCCCFF;
   text-align: center;
   font-family: arial,helvetica;
   font-size: 10pt;
   font-weight: bold;
   vertical-align: text-top;
}


td.center2
{
   background-color: #CCCCFF;
   text-align: center;
   font-family: arial,helvetica;
   font-size: 10pt;
   font-weight: bold;
   
}

td.center3
{
   background-color: #CCCCFF;
   text-align: left;
   font-family: arial,helvetica;
   font-size: 12pt;
   font-weight: bold;
   
}

#dropmenudiv{
	position:absolute;
	background-color:#0000FF;
	color:#FFFFFF;
	/* border:1px solid black; */
border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
width: 100%;
background-color:#0000FF;
color:#FFFFFF;
display: block;
text-indent: 3px;
/* border-bottom: 1px solid black; */
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFFFFF;
color:#0000FF;
}
