@charset "utf-8";

/* CSS Document */


body
{
	margin: 0 auto;
}

a  
{
	color: #090265;
}

	
#background
{
	background-color: #090265; 
	/* background-color: #8a92f4; */
}
 
 /* menu information */
#menu  
{
	margin: 0 auto;
	background-image:url(../images/kkheaderbackground.gif);
	background-repeat: repeat-x;
	padding: 0 0 0 0;
	height: 62px;
	widows: 100%;
	color: #FFF;
	font-family:"Comic Sans MS", cursive;
	font-size: 18px;
	vertical-align: middle;
	text-align:center;
} 

 /* footer menu*/
#footer  
{
	margin: 0 auto;
 	background-image:url(../images/kkheaderbackground.gif);
	background-repeat: repeat-x;
	padding: 0 0 0 0;
	height: 62px;
	widows: 100%;
	color: #FFF;
	font-family:"Comic Sans MS", cursive;
	font-size: 18px;
	vertical-align: middle;
	text-align:justify;
} 



 /* Content */
#maincontent
{
	/*background-image: url(../images/content-background.gif); */
	background-position:top;
	background-color:#fff;
	background-repeat: no-repeat;
	width: 80%;
}

#leftbar
{
	background-position:top;
	background-color:#8a92f4;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	vertical-align: text-top;
	width: 130;
	color: #090265;
}
	
#content h2,h3,h4,h5,h6
{
	color: #090265;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
	vertical-align: top;
}

#content h2
{
	font-size: 1.5em; 
}

#content h3
{
	color: #090265;
	font-size: 1.1em; 
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}

#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #005082;
	background: #FDFDFD url('../images/a7.gif') top left repeat-x;
}

#content blockquote p
{
	margin-bottom: 0em;
}

/* Footer */
#footer
{
	z-index: 1;
	border-top: 1px solid #EEEEEE;
	padding: 2em 0em 2em 0em;
	margin: 0em 0em 0em 0em;
	text-align: center;
}

.clear
{
	clear: both;
}

