/*-----------------------------------------------------------------------------
[Kiddie Corp] Screen Stylesheet

version:   1.0
date:      09/02/08
author:    [Jen Mattuchio]
email:     [jenmattuchio@yahoo.com]

website:   [www.kiddiecorp.com] 


Old CSS:
-----------------------------------------------------------------------------*/
.style18 {
	color: #FEC626;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
}
.style19 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #003399;
}
.style23 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003399;
}
.style24 {font-size: x-small}
.footer a {font-family: Arial, Helvetica, sans-serif; color: #0C0C6D; font-size: 10px;}
.style28 {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.style29 {color: #003399}
.style42 {	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0C0C6D;
}
.style43 {color: #0C0C6D}
.style46 {color: #1B1B77}
.style47 {color: #BEC3E6}

.style11 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000099;
}
.style15 {
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000099;
}
.style27 {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: x-small;}
.style31 {font-size: small}
.style32 {
	color: #0C0C6D;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
.style34 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #0C0C6D;
}
.style36 {font-size: medium; font-family: Georgia, "Times New Roman", Times, serif; color: #FFFFFF; }
.style37 {font-family: Arial, Helvetica, sans-serif}
.style38 {font-family: Arial, Helvetica, sans-serif; font-size: small; color: #000099; }
.style39 {color: #0C0C6D}



/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

* 
	{
	margin: 0;
	padding: 0;
	border: 0;
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear
	{
	clear:both;
}

.right
	{
	float: right;
}

.left
	{
	float: left;
}

/* Set up the document
-----------------------------------------------------------------------------*/
* { padding: 0; margin: 0; }

body {
		margin-left: 5px;
	margin-top: 5px;  color:#000066; font:12px Arial, Helvetica, sans-serif;
}

#wrapper { 
 margin: 0 auto;
 width: 750px;
 background: #6094a4 url(/images/gen/wrapper_Bkgrnd.jpg) repeat-y;

}
/* Typography
-----------------------------------------------------------------------------*/
h1
	{
	/*font-size: 2.2em;  Equivalent to 22pt */
}
	
h2
	{
	 /*font-size: 2.0em; Equivalent to 20pt */
}
	
h3
	{
	/*font-size: 1.8em;  Equivalent to 18pt */
}
	
h4
	{
	 /*font-size: 1.6em; Equivalent to 16pt */
}
	
h5
	{
	/*font-size: 1.4em;  Equivalent to 14pt */
}
	
p, q, cite
	{
	/*font-size: 1.2em;  Equivalent to 12pt 
	color:#FFFFFF;*/
}

a:link { 
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #0C0C6D; 
	font-weight: bold; text-decoration: underline; 
}
	
a:visited { 
	font-weight: bold; 
	color: #9c1e3d;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #9c1e3d;
	outline: none;
}

#HomeCopy{ padding:20px 5px 5px 15px;  float:left; color:#FFFFFF; font:14px Arial, Helvetica, sans-serif; line-height:1.5em; font-weight:normal; }
#HomeCopy H1{color:#FFFFFF; font:16px Geneva, Arial, Helvetica, sans-serif; font-weight:bold; margin-bottom:10px;}

td.caption { text-align: center;}
table.image { margin-left: 2em; float:right; }