/* Insiteswebservices.com CSS Document */
 
/* Site CSS */

body {
font-family: "Comic Sans MS", "Times New Roman", Times, serif;
        background-color:#21599a;
        color:#99ccff;
}
strong{
font-weight:bold;
}
.first-of-type {
     background-color:#21599a;
       color:#ffffff;
}
.yuimenuitem{
       color:#ffffff;
}
.yuimenuitemlabel{
       color:#ffffff;
}
em{
 font-style:italic;
}
#ft{
text-align:center;
width:100%;
}
#tags {
font-size:.9em;
width:80%;

}
ol,ul,dl { 
	    /*bringing lists on to the page with breathing room */ 
	    margin-left:2em; 
} 
ol li { 
	    /*giving OL's LIs generated numbers*/ 
	    list-style: decimal outside;     
} 
 ul li{
 	    list-style-type: circle;
 }
#db{
 width:85%;
 background-color:#1b4576;
}
#record{
 width:70%;
 background-color:#1b4576;
 padding-left:10px; 
 padding-right:10px; 
 text-align:justify;
}
#category{

 padding:20px;
 width:85%;
 background-color:#1b4576;
}
#editrecord{
 width:120px;
 background-color:#333333; 
 margin-right:2px;
}

a:hover{
	text-decoration:none;
}
b.unb{
	font-weight:lighter;
	font-size:inherit;
	display:inline;		
	color: inherit;
	font-family: inherit;
	text-decoration:none;	
}
a {
	color: #ffffff;
	display:inline;
}

a.una{
	font-family: inherit;
	text-decoration:none;	
	font-size: inherit;
	font-weight:inherit;
	
}
#flashNav {
	position:absolute;
	width:760px;
	margin: 0px auto;
	z-index:1;
}

h1 {
color: black;
font-size:1.2em;
	
}

.bottomMenu {
	font-style: italic;
	font-weight: bold;
}
.copyright{
	font-size: 75%;
	font-weight: bold;
	text-align: center;
}

.featured {
	text-align: center;	
	color: black;
	font-weight: bold;
	display:inline;
}
.textnav{
	
	font-size: .8em;	
		display:block;
		background-color:silver;
		width:100%;
		z-index:0;	
	text-align:center;
	
}
a.textnav{
	font-size: .8em;	
	
}
.head {
	color: #b5cce5;
	font-size: 1.4em;
	font-weight: bold;
}
.subhead {

	color: #9c3031;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}
.righttext{
	font-size: 70%;
	font-weight: bold;	
	display: inline;
}
.righthead{
	font-size: 85%;
	font-weight: bold;	
	display: inline;
	text-align:center;
	background-color: silver;
}
.righttext ul{
	margin-left:-.5em;
	list-style: none;
}

.doc2 {
        border:#CCCCCC solid 1px;
}




