body
{
	background-color:#eeeeee;
}


.mainbody
{
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	background-color:#ffffff;
}

.bannerdiv
{
	width:1000px;
	height:75px;
	margin-right:auto;
	margin-left:auto;
	border-bottom:1px #dddddd solid;
	
}

.maindiv
{
	width:775px;
	margin-right:0px;
	margin-left:200px;
	border-left: 1px #dddddd solid;
	padding:2px;
}

.menudiv
{
	width:191px;
	margin-left:0px;
	padding:2px;
	float:left;
}

.menulist
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.menulistli
{
	width:100%;
	font-family:verdana;
	font-size:80%;
	text-align:center;
	border-top:1px #eeeeee solid;
	border-bottom:1px #eeeeee solid;
        padding-bottom:5px;
        padding-top:5px;
        margin-right:2px;
        margin-left:2px;
}

.menulistlihover
{
	width:100%;
	font-family:verdana;
	font-size:80%;
	text-align:center;
	border-top:1px #bbbbbb solid;
	border-bottom:1px #bbbbbb solid;
        background-color: #eeeeee;
        padding-bottom:5px;
        padding-top:5px;
        margin-right:2px;
        margin-left:2px;
        
}

.menulistli a
{
    text-decoration:none;
    color:#000000
}

.menulistlihover a
{
    text-decoration:none;
    color:#000000
}


.smalltext
{
	font-family:verdana;
	font-size:70%;
}

.formtext
{
	font-family:verdana;
	font-size:80%;
}

.smallform
{
	font-family:verdana;
	font-size:75%;
}

.smallbutton
{
	font-family:verdana;
	font-size:80%;
	border-style:2px outset #eeeeee;
}

.headertext
{
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	display:block;
	font-family:verdana;

}

.smallheader
{
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	display:block;
	font-family:verdana;

	
}

.rightsidebox
{
	background-color:#fff79f;
	float:right;
	width:200px;
	border:1px solid #000000;
	font-family:verdana;
	font-size:75%;
	
}

.topbox
{
	background-color:#fff79f;
	width:95%;
	border:1px solid #000000;
	font-family:verdana;
	font-size:75%;
}

.podcastbody
{
	font-family:verdana;
	font-size:80%;
}

.PodcastHead 
{
	background:url(../images/TitleBackground.jpg) top right repeat-x;
	color:#ffffff;
	height: 50px;
	padding-right:3px;
	padding-left:3px;
	text-align:center;
}

.bulletlist
{
	
}

.sidebarimage
{
	margin-top:2px;
	margin-bottom:2px;
}

.PhotoTitle
{
	display:block;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:150%;
	/*border:1px solid #f00;*/
	background-color: #efefef;
	margin-top:0px;
}
	
.PhotoImage
{
	display:block;
	margin-right:auto;
	margin-left:auto;
	width:700px;
}

.PhotoDate
{
		width:100%;
		text-align:center;
}
	
.InternalDiv
{
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		margin-top:0px;
		margin-bottom:0px;
		padding-top:0px;
		padding-bottom:0px;
		
}

.PhotoText
{
	margin-bottom:0px;
}


.PhotoPageNav
{
	width:100%;
	text-align:center;
}

/*These are the classes for the Rounded Corners. */
	
.b5
{
		border-right:1px solid #ccc;
		border-left:1px solid #ccc;
		margin-right:1px;
		margin-left:1px;
		display:block;
		height:3px;
		overflow:hidden;
}
.b4
{
		border-right:1px solid #ccc;
		border-left:1px solid #ccc;
		margin-right:2px;
		margin-left:2px;
		display:block;
		height:2px;
		overflow:hidden;
}
.b3
{
		border-right:1px solid #ccc;
		border-left:1px solid #ccc;
		margin-right:3px;
		margin-left:3px;
		display:block;
		height:1px;
		overflow:hidden;
}
.b2
{
		border-right:2px solid #ccc;
		border-left:2px solid #ccc;
		margin-right:4px;
		margin-left:4px;
		display:block;
		height:1px;
		overflow:hidden
}
.b1
{
		background-color:#ccc;
		border-right:1px solid #ccc;
		border-left:1px solid #ccc;
		margin-right:6px;
		margin-left:6px;
		display:block;
		height:1px;
		overflow:hidden;
}

