html,body {
	background: url(/images/background.png) repeat-x;
	margin: 0px;
	text-align: center;
	height:100%;
	padding: 0px;
}

img {
	border: none;
}
a {
	text-decoration: none;
	color: #6666FF;
}

a:hover {
	color: #0000FF;
}

.menuleft {
	white-space: nowrap;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #FFFFFF;
}
.menuleftSmall {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.menuleft td {
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
}

.menuleft input,select {
	font-size: 11px;
	margin-top: 3px;
}

.menuleft a {
	text-decoration: none;
}
.menuleftNotSelected a {
	color: #FFFFFF;
}
.menuleftNotSelected a:hover {
	color: #FFFFFF;
	position: relative;
	left: -5px;
	padding-left: 1px;
	border-left: 4px solid #FFFF66;
}
.menuleftSelected {
	background: url(/images/menubgSelected.png) no-repeat;
	border-left: 1px solid #808080;
	border-top: 1px solid #C0C0C0;
	height: 20px;
}
.menuleftSelected a {
	color: #000000;
	font-weight: bold;
}
.menuleftSelected a:hover {
	color: #000000;
	position: relative;
	left: -5px;
	padding-left: 1px;
	border-left: 4px solid #000000;
}
.menuleftNotSelected {
	background: url(/images/menubg.png);
	background-color: blue;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #C0C0C0;
	height: 20px;
}
#footer {
	color: #333333;
	padding: 10px;
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#footer a {
	color: #333333;
}

.footer a:hover {
	color: #000000;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 775px;
	border-right: 1px solid #000000;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #000000;
	text-align: left;
	background-color: #FFFFFF;

	}
#topBar {
	background: url(/images/gray_gradient.png) no-repeat right;
	height: 20px;
	width: 100%;
	border-bottom: 1px solid #808080;
	}
#menuLeftFloat {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: left;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/
#topBarText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	text-align: right;
	padding: 4px 3px 0px;
	}
#textbox {
	background: url(/images/textbox_gray_gradient.png) repeat-y;
	text-align: justify;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 25px;
}
#textbox p {
	margin: 10px 0px;
}
#textRight {
	color: #000000;
	list-style: square inside;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	margin: 0px;
	clear: right;
	float: left;
	width: 620px;
}
/* html #textRight {overflow: auto;}*/ /* style for IE */
#textRight p {
	margin: 10px 0px;
}
/*Content*/

table.blog {
	width: 620px;
	}
.contentpaneopen {
		font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.contentheading {
		font-weight: bold;
}
.tableRight {
	margin: 0px;
	width: 610px;
}

.contactDetails { font-size: 11px; }

.audioleft {
	font-size: 11px;
	vertical-align: top;
	margin: 0px;
	width: 120px;
	float: left;
	padding: 5px;
	clear: left;
	height: 50px;
/*	overflow: auto; */
	background: #CCCCCC url(/images/3dboxleft.png);
}
.audioleft a {  color: #5659C8; }

.audioleft a:hover {
	color: #0000FF;
}
.audioright {
	color: #FFFFFF;
	font-size: 11px;
	background: #333333;
	vertical-align: top;
	white-space: nowrap;
	margin: 0px;
	clear: right;
	height: 50px;
	line-height: 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.audioright a {  color: #CDCEFF; }

.audioright a:hover {
	color: #FFFFFF;
}

.audio_title {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	float: left;
	padding-left: 5px;
}

.audio_date {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	float: right;
}

.audio_category {
	font-size: 11px;
	float: right;
}
.audio_author {
	font-size: 11px;
	float: left;
		padding-left: 5px;
}
.audio_source {
	font-size: 11px;
	float: right;
	padding: 0px;
	margin: 0px;
	clear: right;
}

.textRed {
	color: #FF0000;
	}
	
.clear
	{
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	float: none;
	overflow: hidden;
	font-size: 1px;
	}

#audio_rs
{
	position: relative;
	margin: 0px auto;
}

.notice {
	font-weight: bold;
	color: #FFFFFF;
	background: #FF0000;
	display: block;
	padding: 5px;
	border: 1px solid #000000;
}

p.block {
	padding-left: 5em;
	padding-right: 5em;
	font-size: .9em;
}

.small {
	color: #666;
	font-size: .8em;
}

.topnav, #pathway {
	font-size: .8em;
}