@charset "utf-8";


body {
	margin: 0 auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #0F0F0F;
	background-color: #FDF2FB;
}
.image {
	border: 3px solid #CCC;
	color: #FFF;
}

p{
	padding: 10px;
	line-height: 20px;
	color: #666;
}

h1 {
	font-size: 28px;
	color: #005BC0;
	text-shadow: 1px 1px 1px #000, 3px 3px 5px white;
	/*line-height: 50px;
	padding-left:34px
	*/
	background: url(images/k.png) no-repeat center left;
	padding-left:23px
	
}

h2 {
	font-size: 16px;
	color: #7A2C8D;
	font-weight: bold;
	line-height: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
a {
	color: #800003;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FBCA54;
	text-decoration: none;
	font-weight: bold;

}





#clearer {
	clear:both;
}

#outerwrap {
	width: 1000px;
	
	border: 3px solid #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	background-image: url(images/bg.jpg);
	width: 1000px;
	background-repeat: no-repeat;
	height: 260px;
	padding: 0px;
	
}

#linkwrap {
	float: left;
	width: 1000px;
	height: 216px;
}


#headerlinks {
	margin-left: 380px;
	margin-top: 30px;
	height: 120px;
	width: 305px;
	float: left;
}

#headerlinks ul{
	background-color: #961691;
	padding: 0px;
}
#headerlinks ul li{
	padding: 5px;
	border: thin solid #FFF;
	list-style-type: none;
	font-size: 13px;
	color: #FFFFFF;

}


#headerlinks ul li a{
	background-image: url(images/li1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 25px;	
	color: #FFFFFF;
}

#headerlinks ul li a:hover{
	background-image: url(images/lihover1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #8DD748;
padding-left: 25px;	
	display:block;
}
#menuwrap {
	background-position: bottom;
	float: left;
	width: 1000px;
	margin-top: 50px;
	margin-left: 10px;
}
#contentwrap {
	width: 1000px;
	background-color: #C5F48E;	
	margin:0px;
	padding:0px;
}
#pcontent {
	margin:0px;
	padding:15px;
		
}
#footer {
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat;
	width: 980px;
	height: 40px;
	padding: 10px;
	
}
#footer a {
	color: #800080;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #FF3399;
	text-decoration: none;
	font-weight: bold;
}
