body {
	background-image: url(../../images/bg_plain.jpg);
	background-color: #d6befa;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding:0;
	border:0;
	margin:0;
	background-repeat: repeat-x;
}
h1{
	background-color: #010356;
	color: #FFFFFF;
}
.slice {
	background-image: url(../../images/logo1.jpg);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	width: 25px;
	height: 500px;
}
.container{
	margin-right: auto;
	margin-left: auto;
	width: 901px;
	z-index:2;
}
.logo {
	float: left;
	width: 500px;
}
.logo_sm{
	float: right;
}
.content {
	display: block;
	color: #003366;
	clear: both;
	padding: 5px;
	text-align: justify;
	background-color:#FFFFFF;
}
.content_med {
	color: #003366;
	width: 500px;
	padding-left: 10px;
	float: left;
	background-color: #FFFFFF;
	text-align: justify;
}
.content_med p{
	font-size: 0.9em;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 10px;
}
.sidebar{
	color: #003366;
	width: 305px;
	padding-left: 10px;
	float: right;
	background-color: #FFFFFF;
	text-align: justify;	
}
.sidebar p{
	font-size: 0.9em;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 10px;
}
.content_skinny {
	color: #003366;
	width: 295px;
	height: 570px;
	padding-left: 10px;
	float: right;
	background-color: #FFFFFF;
	text-align: justify;
	overflow: hidden;	
}
.content_skinny p{
	font-size: .8em;
	margin-top: 5px;
	margin-bottom: 10px;
}

.gallery{
	color: #003366;
	width: 501px;
	text-align: center;
	font-size: .8em;
	background-color: #FFFFFF;
	padding: 10px;
	float: left;
}
.gallery_bottom {
	clear: both;
	color: #003366;
	clear: both;
	padding: 5px;
	text-align: justify;
	background-color:#FFFFFF;
	height: 900px;
}
.gallery_bottom_1{
	float: left;
	width: 275px;
	padding-bottom: 20px;
	text-align: center;
	display: inline;
}
.gallery_right{
	float: right;
	width: 245px;
	padding-bottom: 20px;
}
.gallery_left{
	float: left;
	width: 245px;
	padding-bottom: 20px;
}
.heading{
	font-size: 1.2em;
	font-weight: bold;
	color: #7E7FD2;
}
h1{
	background-color: #FFFFFF;
	color: #010356;
	font-size: 1em; 
	margin: 0;
	padding: 0;
}

h2{
	background-color: #FFFFFF;
	color: #010356;
	font-size: .9em;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
h3{
	font-size: .8em;
	font-style:italic;
	text-align: center;
}
.question{
	color: #101356;
	font-weight: bold;
	font-size: 1em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 25px;
	line-height: 1.5em;
}
.answer{
	color: #101356;
	background-color: #F0F0FB;
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
