@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-color: #E0E0FF;
}
img {
max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
input {
  border:solid 0.1em #ccc;
  border-radius: 0.5em;
  padding:0.5em 1em;
  margin-bottom:1em;
}
input:focus {
  outline:none;
  border-color:#aaa;
}
.holderholder {
    width: 98%;
    margin:1%;
	overflow: visible;
}
.holders {
    width:100%;
   	overflow: visible;
	z-index: 40;
	
}
.list {
    font-family:sans-serif;
    margin:0;
    padding:1em 0 0;
}
.list > li {
  display:block;
  background-color: #F8F8F8;
  padding:0.5em;
}
.pagination li {
  display:inline-block;
  padding:5px;
}

#header {
    
    background-color:#151515;
	border: 2px solid #CCCCCC;
	border-radius: 1em;
	overflow: visible;
    z-index: 49;

}
#headercont {
    color: #CCCCCC;
    margin: 0.25em;
	font-family: Lucida Calligraphy, Lucida, Helvetica, sans-serif;
	font-size: 3em;
	font-style: italic;
	overflow: visible;
	
}
#menu {
    border: 1px solid #151515;
	border-radius: 1em;
	background-color:#151515;
	overflow: visible;
	z-index: 30;
}
#menucont {
    overflow: visible;
	color: #CCCCCC;
	
	}
#menucont li {
    
	display: inline;
	
	list-style-type: none;
	overflow: visible;
	
}
#menucont ul {
    overflow: visible;
}
.menulinks {
    border: 1px solid #a7f1b1;
	border-radius: 0.25em;
	text-decoration: none;
	display: inline-block;
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0.25em 0.5em;
	font-size: 1.1em;
}

#menucont  a:hover {
	border: 1px solid #98faff;
	background-image: url(images/menubg-a.png);
	background-size: 100% 100%;
	background-repeat: repeat-x;
	background-position: left top;
	color: #98faff;
}

#sublinks {
	color: #C6D2CF;
	position: relative;
	left: 447px;
	overflow: hidden;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	display: none;
}
#submen {
	background-color: #151515;
	overflow: hidden;
	width: 12em;
	padding-top: 0.2em;
}
#submen a {
	text-decoration: none;
	color: #C6D2CF;
	padding-left: 15px;
}
#submen a:hover {
	color: #B5C4C0;
	background-image: none;
}
#submen div {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 3px;
}
#body {
	padding-top: 1em;
	overflow: visible;
	position: relative;
	z-index: 2;

}
#bodycont {
    padding-top: 1em;
	overflow: visible;
	position: relative;
	z-index: 3;

}
#bodytop {
	height: 10px;
	background-image: url(images/bodytop.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: left top;
}
#bodymain {
	padding: 15px 30px;
	background-color: #F8F8F8;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 1em;
	color: #735959;
}
#bodymain a {
	text-decoration: underline;
	color: #735959;
	font-style: italic;
}
#bodymain a:hover {
	text-decoration: none;
	color: #589541;
}


#bodybtm {
	height: 10px;
	background-image: url(images/bodybtm.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: left top;
}



#footer {

}
#footercont {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #663333;
	padding-top: 5px;

}
#footercont a {
	text-decoration: none;
	color: #5C2E2E;
	font-size: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#footercont a:hover {
	color: #CC3300;
}
h1 {
	font-size: 1.75em;
}
h2 {
	font-size: 1.3em;
}
form {
	margin: 0px;
	padding: 0px;
}
