﻿body 
{
	text-align:center;
	background-image:url(img/contentbg.png);
	background-repeat:repeat;
	padding:0px;
	margin:0px;
	background-color:rgb(5,62,133);
	font-family:Verdana;
	font-size:12px;
	position:relative;
	height:100%;
}

a
{
	text-decoration:none;
}

a:visited
{
	text-decoration:none;
}

.AboutImageDiv
{
	float:left;
	margin-right:10px;
}

.Bio
{
	margin:0px;
	margin-bottom:20px;
	clear:both;

}

.Bio img
{
	border:Solid 1px rgb(5,62,133);
	margin:0px;
	margin-bottom:20px;
	padding:0px;
}

.ClearBoth
{
	height:0px;
	clear:both;
}
div
{
	margin:0;
	padding:0;
}

#Header
{
	height:198px;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	position:relative;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#HeaderLinks
{
	
	height:20px;
	position:absolute;
	bottom:8px;
	right:0;
	float:right;
}

#HeaderLinks a
{
	margin-right:20px;
	color:rgb(129,173,252);
	text-decoration:none;
	font-weight:bold;


}

#HeaderLinks a:hover
{
	color:rgb(189,233,255);
	text-decoration:underline;
}

#HeaderLinks a:visited;
{

	color:rgb(129,173,252);

}

img
{
	margin:0px;
	padding:0px;
}
.LargeBoldText
{
	font-size:14px;
	font-weight:bold;
}

#MainDiv
{
	width:750px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	position:relative;
	
	

}
#PageContent
{

	min-height:300px;
	position:relative;
	color:#000066;
	width:750px;
	background-color:White;
	
	
}
#PageContentPadding
{
	position:relative;
	min-height:500px;
	left:10px;
	top:10px;
	width:730px;
	margin-right:10px;
	margin-bottom:10px;
	

	
}


li.ListenLink
{
	list-style-image:url(./img/notes_clear.gif);
	list-style-position:outside;
	text-decoration:none;
	text-align:justify;

	
}


#PageContentBackground
{
	display:none;
	/*
	
	width:0px;
	height:0px;

/*
	background-image:url(img/contentbg.png);
	background-repeat:no-repeat;
	filter:alpha(opacity=15);
	opacity:.15;
	width:750px;
	height:740px;
	border:solid 1px red;
	float:left;
	position:absolute;
	left:0;
	top:0;
*/
	/*
	background-color:White;
	height:100%;
	min-height:expression("500px");
	width:750px;
	filter:alpha(opacity=85);
	opacity:.85;
	float:left;
	position:absolute;
	left:0px;
	top:0px;*/
}

#PageTitle
{
	font-size:16px;
	font-weight:bold;
}