/* CSS Document */


body {
background-image:    url(images/bg.jpg);
background-repeat: repeat-x;
background-color: #f9f9ff;	
margin: 0px;
padding: 0px;
	
  	font: 12px "arial", sans-serif;
	text-align: justify;
	padding: 0;
	margin: 0;
color: #00194e;

}






#content{width: 1000px;
MARGIN-TOP: 0px; BACKGROUND: transparent;
}










	#aff{
	width: 500;
	}

table {	  
	color: #00194e;
  	font: 12px "arial", sans-serif;
	text-align: justify;
	padding: 0;
	margin: 0;
	line-height:12pt;
}


#owned{
  	padding: 0 90 0 20;
	margin: 0;}


img.image {
border: 4px solid #ff2996;
margin-right: 5px;}


textarea, input, option, select	{
border: 1px solid #d6d6ec;
background: #ffffff;
padding: 3px; 
font-size: 8pt;
font-family: Trebuchet MS;
color: #ff2996;
}


h1 {
	text-align: left;
	font-weight: normal;

	font-size: 28px;

	color: #ff2a96;
	font-family: "Century Gothic", sans-serif, Arial;
	margin-top: 10px;
	padding-top: 0px;

	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 5px;
}

h1:first-letter { 	color: #d13978; 	font-size: 32px;		font-variant:small-caps; 	text-transform: uppercase; font-weight: bold; }

h2 {
	text-align: center;
	font-weight: normal;

	font-size: 18px;

	color: #c98cb4;
	font-family: "Century Gothic", sans-serif, Arial;
	margin-top: 15px;
	padding-top: 0px;

	text-transform: uppercase;
	letter-spacing: 2px;

}

	
	h4 { background: #ffffff; font-family: arial narrow; font-size: 10px; 
	text-transform: uppercase; 	color: #9b9fff;  letter-spacing: 4px;
		border-bottom: 1px solid #d6d6ec; padding-left: 10px;
		}
		
		h3 {color: #979cfe; font-family: arial narrow; font-size: 10px; text-transform: uppercase; 	}
	


h5 {
	text-align: left;
	font-weight: normal;

	font-size: 16px;

	color: #979cfe;
	font-family: "Century Gothic", sans-serif, Arial;
	margin-top: 0px;
	padding-top: 0px;

	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 5px;
}



h4 a:link, h4 a.active, h4 a:visited {
	font-weight: normal;
	color: #989dff;
	
}


a:link, a:visited, a.active {
color: #ff2b96;  
text-decoration: none;
font: 16px Times New Roman;
font-style: italic;
border-bottom: 1px dotted #c7d2e5;

}
a:hover {
color: #455685;
border-bottom: 1px dashed #ff2996;
}

b, strong {
color: #09357b;
font-family: arial;	
 text-transform: uppercase;
background-color: #fff;
}

em {color: #d13978;
}

i {color: #969bfe;
}

u {color: #969bfe;}




blockquote {


	width: 80%;
	text-align: left;


	background-color: #fff;
	border-bottom: 1px solid #d6d6ec;
	border-right: 1px solid #d6d6ec;
	color: #959bfe;
	text-shadow: #f0f0f9 1px 1px;
	padding: 15px;
	-moz-border-radius: 15px;
	
		}
	
	








/* Miscellany */

	
	li { list-style-type: square;
		color: #5a64b0; }

.header
{ font-family: Georgia, "Times New Roman", Times, serif; font-size: 17pt;}
.headersub
{ font-family: arial narrow; font-size: 10px; text-transform: uppercase; color: #293d73; margin: -20px 0 0 0;  letter-spacing: 4px; } 

	.text {color: #00194e;}
	
	div.template {	width: 550;
	margin: 0 0 0 50px;}
	
		div.owned {line-height: 13px; background: #FFFFFF;}

div.footer {
	font-family: century gothic;
	font-size: 10px;
	line-height: 10px;
	background-repeat: no-repeat;
	text-transform: ;
	margin-left:0px; margin-right:0px; margin-top:30px; margin-bottom:0px; padding-left:px; padding-right:0px; padding-top:0px; padding-bottom:10px
}

/* add this rule to your CSS to get the donation form to align */
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}

.codesort li {
	display: inline;
	padding-right: 0.5em;
	}



/* owned page hover images */


.thumb2{
	position: relative;
	z-index: 0;
}
.thumb2:hover{
	background-color: transparent;
	z-index: 50;
}
.thumb2 span{ /*CSS for enlarged image*/
	position: absolute;

	
		border: 2px solid #293d72;
	background-color: #293d72;
	
	padding: 5px;
	left: -800px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	
}
.thumb2 span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumb2:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -70px;
	left: -380px; /*position where enlarged image should offset horizontally */
}


/* KIM page hover images */


.thumb{
	position: relative;
	z-index: 0;
}
.thumb:hover{
	background-color: transparent;
	z-index: 50;
}
.thumb span{ /*CSS for enlarged image*/
	position: absolute;

	
		border: 2px solid #ff2996;
	background-color: #ff2996;
	
	padding: 0px;
	left: -800px;
	visibility: hidden;
	color: black;
	text-decoration: none;

}
.thumb span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumb:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -100px;
	left: 140px; /*position where enlarged image should offset horizontally */
}










