/* image frame is 356px wide and 310px high */
/* images are 313px wide and 270px high */


*{
margin: 0px;
}

a:link {
	color: #669999;
	text-decoration: none;
}
a:visited {
	color: #669999;
	text-decoration: none;
}


a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #669999;
	text-decoration: none;
}

body {
	margin: 0 auto 0;
	padding: 0;
	text-align: center;
	background-color:#330033;
	line-height: 165%; 
	letter-spacing: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 75%;
}

#container {
	text-align: center;
	position: relative;
	margin: 10px auto 0;
	height: auto;
	width: 910px;
	padding: 0px;
	background-image: url(../images/pagebg.jpg);
	background-repeat: no-repeat;
	}


#topbanner {
	background-repeat: no-repeat;
	background-image: url(../images/topbanner.jpg);
	height: 181px;  
	width: auto;
	margin: 0px 0px -3px 0px;
}


#topbanner h1 span {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 910px;
	height: 50px;
	background-image: url(../images/topbanner.jpg);
	background-repeat: no-repeat;
}

#topbanner h1 		{
	font-size		: 1px;
	color			: #dddddd;
}

#maincontainer {
	width: 910px;
	min-height:319px; 
	height:auto !important;
	height: 319px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/pagebg.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	}


#leftside {
	width: 489px;
	min-height:200px; 
	height:auto !important;
	height:200px;
	float: left;
	text-align: left;
	margin-left: 10px;
	}
	
#leftside ul#nav,	
#contact_leftside ul#nav,
#transcript_leftside ul#nav {
	margin			: 12px 0 0 0;
	padding-left	: 12px;
	width			: 210px;
}

#leftside ul#nav li,
#contact_leftside ul#nav li,
#transcript_leftside ul#nav li	{
	list-style-type	: none;
	border-bottom	: 1px solid #660066;
	color			: #660066; 
	font-family		: /* Trebuchet MS, */ Verdana, Arial, Helvetica, sans-serif;
	font-size		: 1em;
}

#leftside ul#nav li a,
#contact_leftside ul#nav li a,
#transcript_leftside ul#nav li a {
	display			: block;
	padding-left	: 4px;
}

#leftside ul#nav li a:link,
#contact_leftside ul#nav li a:link,
#transcript_leftside ul#nav li a:link 	{
	color			: #660066;
}

#leftside ul#nav li a:visited,
#contact_leftside ul#nav li a:visited,
#transcript_leftside ul#nav li a:visited	{
	color			: #333333;
	background-color: transparent;
}

#leftside ul#nav li a:hover,
#contact_leftside ul#nav li a:hover,
#transcript_leftside ul#nav li a:hover	{
	color			: #000000;
	border-bottom	: #000000;
	background-color: #efefef;
}

#leftside ul#nav li a:active,
#contact_leftside ul#nav li a:active,
#transcript_leftside ul#nav li a:active {
	color			: #000000;
	background-color: #ffffff;
}

#leftside p,
#contact_leftside p,
#transcript_leftside p			{
	padding			: 0px 0 12px 12px;
}

#transcript_rightside p			{
	margin-bottom				: 12px;
}

#leftside h2,
#contact_leftside h2,
#transcript_leftside h2		{
	padding			: 15px 0 6px 12px;
	font-size		: 1.4em;
	font-weight		: bold;
	color			: #333333; /* #8cc2c2;*/
	font-family		: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
}

#rightside {
	width: 371px;
	float: left;
	margin-left: 30px;
	text-align: center;
	}

#rightside img 		{ 
	margin-top		: 3px;
} 

/*  contact page styles */

#contact_leftside {
	width: 420px;
	min-height:200px; 
	height:auto !important;
	height:200px;
	float: left;
	text-align: left;
	margin-left: 10px;
	}

#contact_rightside 	{
	width			: 430px;
	float			: left;
	text-align		: left;
	}
	
#transcript_leftside {
	width: 320px;
	min-height:200px; 
	height:auto !important;
	height:200px;
	float: left;
	text-align: left;
	margin-left: 10px;
	}

#transcript_rightside 	{
	width			: 560px;
	float			: left;
	text-align		: left;
	padding			: 12px 12px 0 0;
	}

p.transcript		{
	text-align		:right;
	margin-right	:30px;
}
	
img					{
	border			: none;
}

/*  end of contact page styles */

/* new gallery pic style */

div.pic_grid img		{
	margin				: 0 0 0.2em 7em;
}

div.pic_grid 			{
	background-color	: #ffffff;
}


#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	width: 910px;
	height: 89px;
	clear: both;
	padding-top: 45px;
	font-size: 80%;
	text-align: right;
}

#footer span{
	color: #ffffff;
	width: 910px;
	padding-right: 50px;
	}

#footer span a		 	{
	color				: #ffffff;
}
	
#footer span a:hover 	{
	color				: #ffffff;
}
	
#myAlternativeContent 	{
 color					: #ffffff;
 background-color		: #000000;
 text-align				: left;
} 

#myAlternativeContent p	{
	padding				: 10px;
}

.transcript				{
	text-align			: left;
}

.white_bg 				{
	background-color	: #ffffff;
}