/* Start of CMSMS style sheet 'layout' */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #eee; 
	font-family:Verdana, Geneva, sans-serif;
	background-image: url(uploads/template/img/shades1000px.png);
	background-repeat: repeat-y;
	background-position: center;

	}

#pagewrapper {
	width: 960px;
	padding: 0 20px 20px 20px;
	background-color: #fff;
	margin: 0 auto 0 auto;
/*padding-top:15px; */
	
}
#pagewrapper #header {
/*	background-image: url(images/header1.jpg); */
	background-repeat: no-repeat;
	background-position: left top;
	height: 135px;
	width: 1000px;
	
	
}

#toptext {
	width: 100%;
	height: 35px;
	/* background-color: #438CE4; */
	/*background-color: #FFE; */
	/* margin-bottom: 15px; */
	color: #630;
	font-family:Georgia, "Times New Roman", Times, serif;
	/* text-align:right; */
	font-style: italic;
	font-size: 30px;
	letter-spacing: -2px;
	margin-bottom: 5px;
	
}
#header .headertext {
	z-index:1000;
	position:absolute;
	margin: 0 auto 0 auto;
	width: 1000px;
	color: #ccc;

}

#menuwrapper {
	margin-top: 5px; 
	margin-bottom: 5px; 
	width: 100%;
	/*background-color: #eee; */
	background-color: #900; 
	height: 34px; 

}

#main {
/*	background-color: #CC9; */
	/* margin-top: 15px; */
	height: 500px;
	clear:both;
}

#leftcol3 {
	width: 24%;
	margin-right: 3%;
	padding-top: 10px;
	
	
	float: left;
	background-color: #eee;

}

#midcol3 {
	margin: 0 auto 0 auto;
	width: 50%;
	padding-top: 10px;
	float: left;
background-color: #eee;
padding-bottom: 10px;
}

#rightcol3 {
	width: 20%;
	margin-left: 3%;
	float: left;
background-color: #eee;
padding-top: 10px;

}


#leftcol2 {
	width: 29%;
	margin-right: 1%;
	float: left;
background-color: #eee;
padding-top: 10px;

}


#rightcol2 {
	width: 69%;
	margin-left: 1%;
	float: left;
background-color: #eee;
padding-bottom: 10px;
}

#content {
	color: #333;
	padding-top: 5px;
	
}
/*
#content h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #900;
	font-weight: lighter;
	border-bottom: 1px solid;
	margin-bottom: 20px;
} */
#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-weight: bold ;
	margin-bottom: 20px;
	padding: 0 10px 0 10px;
	background-color: #900;
	letter-spacing: -1px;
}
#content h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-weight: bold ;
	margin-bottom: 10px;
	padding: 0 10px 0 10px;
	background-color: #900;
	letter-spacing: -1px;
}


#content img {
	border:1px solid #ccc; 
	padding:3px; 
	background:#fff;
}
#content p {
	font-size:12px;
	
	margin-bottom: 20px;
}

#content ul {
padding-left: 15px;
}
td {
	font-size:12px;
}
#footer {
	width: 960px;

	margin: 20px auto 0px auto; 

	color: #666666;
	font-size:11px;
/*	height:70px;*/
	
}

a img {
  border: 0;

}

.slideshow img { display: none }
.slideshow img.first { display: block }

/* End of 'layout' */

