@charset "utf-8";
/* CSS Document */

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#463a52; 
	background-image: url(images/right_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	min-width: 300px;
}

a:link{
	color: #391f54;
}

a:visited{
	color: #391f54;
}

#left{
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	bottom: 0px;
	background-image: url(images/left_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#dropshadow{
	background-color: #2f2737;
	margin-left: 75px;
	margin-right: 80px;
	margin-bottom: 7px;
	position: relative;
	top: 5px;
	left: 5px;
}

#content{
	background-color:#FFFFFF;
	position:relative;
	top: -5px; 
	left: -5px;
	padding-bottom: 2px;
}

h1 {
	font-weight: bold;
	text-align:center;
	font-size: 80px;
	color: #391f54;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	white-space: nowrap;
	
}

h1 a:link{
	text-decoration: none;
}

h1 a:visited{
	text-decoration: none;
}

h2{
	font-size: 40px;
	text-align: center;
	color: #4C0B5F;
	margin: 0px 0px 0px 50px;
	line-height: 10px;
}

h3{
	font-size: 20px;
	text-align: center;
	color: #4C0B5F;
}

h4 {
	font-size: 18px;
	color: #4C0B5F;
}

#links{
	width: 100%;
	color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
}

#links li{
	background-image: url(images/menu_bg.jpg);
	background-color:#463a52;
	display:inline;
	font-size:16px;
	padding:11px .3em 11px .3em;
	font-weight:bold;
	line-height:43px;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	white-space:nowrap;
}

#links a:link{
	color: #FFFFFF;
	text-decoration: none;
} 

#links a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#links a:hover{
	color: #FFFFFF;
	font-size:16px;
	text-decoration: none;
}

#text{
	margin: 0px 15px 10px 15px;
}

#left_image{
	float: left;
	padding-right: 10px;
	text-align: center;
	font-size: 12px;
}

#right_image{
	float: right;
	padding-left: 10px;
	text-align: center;
	font-size: 12px;
}

.purple-text {
	color:#391f54;
	font:italic;
	margin-left: 10px;
	
}		  


/* FAQ Styles */

#page_faq {
	margin: 20px;
}

#page_faq h4 {
	margin: 0;
	padding: 0;
}

#page_faq p {
	text-align:justify;
	/*padding:5px 0 25px; */
} 

/* Lightbox styles */

.thumbnail_wrapper {
	margin-left:50px;	
}

.thumbnail {
	display:inline; 
	margin-bottom:30px; 
	width:20px; 
    text-align:center;
} 


