body {padding:0; margin:0; color:black; font-family: Arial, san-serif; font-size:small; background-image: url("../images/bg_#808080.gif"); background-color: #808080}

.header{color:Black; font-size: medium; } 
.header a{color:Navy; font-size:11px; text-decoration:none} 
.header a:hover{text-decoration:underline} 

.fixheader{color:White; font-size:11px; line-height:13px} 

.content {
    font-size: small;    
   font-weight: 400;	
	margin: 0.5em 0.5em 0.5em 0.5em;
}
.footer{color:White; font-size:9px; line-height:13px} 
.footer b a{color:White; font-size:10px; text-decoration:underline} 
.footer b a:hover{text-decoration:none} 
.footer a{color:White; font-size:11px; text-decoration:underline} 
.footer a:hover{text-decoration:none} 

.pic_border{
border:#000066 solid 2px;
padding:3px;
float:left;
}
.copyright{
text-align:center;
text-transform:uppercase;
color:White;
font-family: Arial, san-serif;
font-size: x-small;
font-weight:bold;
clear:left;
clear:both;
margin-top:20px;
}

.MediumBold {
	font-size: medium;
	font-weight: bold;
}
input,textarea{
   font-family:Arial;
   color:Black; 
   font-size:small;
   padding-left:5px
} 
 


.ParagraphHeading {
	color: #A52931;
	font-weight: bold;
	font-size: Medium;
	margin: 0.5em 0.5em 0.5em 0.5em;
}

.Showcase {
	color: #A52931;
	font-weight: bold;
	font-size: small;
	margin: 0.5em 0.5em 0.5em 0.5em;
}

.normal {
 font-family: Arial, san-serif;
   font-size: small;
   font-weight: 500;
	margin: 0.5em 0.5em 0.5em 0.5em;
	}

.black {color: black;}      
.white {color: white;}

.tabsfixed {
    font-size: .8em;    
   font-weight: 400;
}

.txt{
   font-size: small;
   font-weight: 400;
}

.Selected {
	color: Blue}

.Inactive {
	color: Red}



.PageHeader {font-variant: small-caps;}
.PageHeader  {margin-top: 5.0em; margin-bottom: 0;}
.PageHeader  {font-weight: 800;
			  font-size: 150%;}

h1, h2, h3, h4 {font-variant: small-caps;}
		
h3, h4, h5 {margin-top: 1.25em; margin-bottom: 0;}

h1 {font-size: 250%; border-bottom: 2px;
}
h1 {font-family: Arial, san-serif;}

h2 {font-size: 200%; margin: 0 0 0.66em 10%;}
h2 {font-family: Arial, san-serif;}

h3 {font-size: 150%;}
h3 {font-family: Arial, san-serif;}

h4 {font-size: 110%;}
h4 {font-family: Arial, san-serif;}

h5 {font-size: 100%;}      
h5 {font-family: Arial, san-serif;}

A:Link {color: black}
A:hover {color: red}
A:visited {color: blue} 

 /* WORD */

<!--
 /* Font Definitions */
 @font-face
	{font-family:Wingdings;
	panose-1:5 0 0 0 0 0 0 0 0 0;}
 /* Style Definitions */
 

div.Section1
	{page:Section1;}

 /* List Definitions */
ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: circle;
}

ol {
	list-style-type: Decimal;
}
ol ol {
	list-style-type: lower-alpha;
}
ol ol ol {
	list-style-type: lower-roman;
}

/* Rounded Corners with Background */
div#nifty{ margin: 0 10%;background: #9BD1FA}

b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #9BD1FA}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

div#nifty{ margin: 0 10%;background: #9BD1FA}
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}


/* Sothink Menu */
.ItemStyle {
	list-style-image: url(images/book2.gif);
	font-family: Arial, sans-serif;
	font-size: 10px;
	vertical-align: middle;
}

.PopItemStyle {
	list-style-image: url(images/book1.gif);
	font-family: Arial, sans-serif;
	font-size: 10px;
}

A:link {
	color: #A52931;
	font-weight: bolder;
	text-decoration: none;
	vertical-align: bottom;


}

A:visited {
	text-decoration:none;
	color: Navy;


}

A:hover {
	color: Red;
	text-decoration: none;


	}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFE4C4;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}





