/*Generic style specifications*/
body {
	margin-top: 0px;
	font-size: 12px;
	color: #ffffff;
	font-family: arial, verdana, sans serif;
	background-color: #000000;
	text-align: left;
	background-image: url(/images/rightbottom.jpg);
	background-repeat : no-repeat;
	background-position: bottom right;
}
div {
	margin-top: 0px;
	font-size: 12px;
	color: #ffffff;
	font-family: arial, verdana, sans serif;
}
a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a:link, a:visited {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	color: #cccccc;
	text-decoration: underline;
}
a.contactlink:link, a.contactlink:visited {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
a.contactlink:hover {
	font-size: 12px;
	color: #444444;
	font-weight: bold;
	text-decoration: underline;
}
a.button:link, a.button:visited {
	line-height:24px;
	font-family: arial, verdana, sans serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	text-align:center;
	border-style: outset;
	border-color: #606060;
	border-width: 4px;
	text-decoration: none;
	color:#ffffff;
	background:#a0a0a0;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
}
a.button:hover {
	line-height:24px;
	font-family: arial, verdana, sans serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	text-align:center;
	border-style: outset;
	border-color: #606060;
	border-width: 4px;
	text-decoration: none;
	color:#ffffff;
	background:#c0c0c0;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
}
.objrmplayer {
	border-style: outset;
	border-color: #4a3265;
	border-width: 4px;
}
h1 {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 6px;
}
h2 {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
h4 {
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/*Layout specific styles*/
.main {
	width: 680px;
	border: 1px solid #ffffff;
	background-color: #800000;
}
.contentheader {
	background-image: url(/images/headerbackground.jpg);
	width: 680px;
	height: 166px;
}
.headerspacer {
	height: 140px;
}
.contentbody {
	width: 640px;
	text-align: left;
	margin: 10px;
}
.menucontentdiv {
	width: 680px;
	text-align: right;
}
.menudiv {
	background-image: url(/images/menubackground.jpg);
	background-repeat: no-repeat;
	width: 153px;
	height: 428px;
	float: left;
}
.menudiv_narrow {
	background-image: url(/images/menubackground.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 475px;
	float: left;
}
.contentfooter {
	border-top: 1px solid #ffffff;
	width: 640px;
	text-align: center;
	padding-top: 6px;
	margin: 6px;
}
.contentimagediv {
	background-image: url(/images/imagebackground.gif);
	width: 280px;
	height: 220px;
	float: right;
	text-align: center;
}
.contentimagetitle {
	height: 40px;
	line-height: 16px;
	font-weight: bold;
	font-size: 16px;
}
.contentimage {
	width: 240px;
	height: 160px;
	filter: blendTrans(duration=1);
}

a.menulink:link, a.menulink:visited {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
a.menulink:hover {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	line-height: 20px;
}
a.submenulink:link, a.submenulink:visited {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.submenulink:hover {
	font-size: 12px;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}
a.footerlink:link, a.footerlink:visited {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
a.footerlink:hover {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
body.popup {
	background-color:#000000;
}

/* Default DOM Tooltip Style */
div.domTT {
	border: 1px solid #333333;
	background-color: #333333;
}
div.domTT .caption {
	font-family: serif;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 2px;
	color: #FFFFFF;
}
div.domTT .contents {
	font-size: 12px;
	font-family: sans-serif;
	padding: 3px 2px;
	background-color: #F1F1FF;
}

/* Classic Style */
div.domTTClassic {
	border: 1px solid black;
	background-color: InfoBackground;
}
div.domTTClassic .caption {
	font-family: serif;
	font-size: 13px;
	_font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 1px 2px;
}
div.domTTClassic .contents {
	color: InfoText;
	font-size: 13px;
	_font-size: 12px;
	font-family: Arial, sans-serif;
	padding: 1px 2px;
	_padding-bottom: 0;
}

/* Win9x Style */
div.domTTWin {
  border: 2px outset #BFBFBF;
  background-color: #808080
}
div.domTTWin .caption {
  border: 0px solid #BFBFBF;
  border-width: 1px 1px 0px 1px;
  background-color: #00007F;
  padding: 2px;
  font-size: 14px;
  font-weight: bold;
  font-family: sans-serif;
  color: white;
}
div.domTTWin .contents {
  border: 1px solid #BFBFBF;
}

/* Overlib Style */
div.domTTOverlib {
	border: 1px solid #333366;
	background-color: #333366;
}
div.domTTOverlib .caption {
	font-family: Verdana, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
div.domTTOverlib .contents {
	font-size: 10px;
	font-family: Verdana, Helvetica;
	padding: 2px;
	background-color: #F1F1FF;
}

/* Nicetitle Style */
div.niceTitle
{
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	font-family: "Trebuchet MS", sans-serif;
	width: 250px;
	left: 0;
	top: 0;
	padding: 4px;
	position: absolute;
	text-align: left;
	z-index: 20;
	-moz-border-radius: 0 10px 10px 10px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
	-moz-opacity: .87;
	-khtml-opacity: .87;
	opacity: .87;
}
div.niceTitle .contents
{
	margin: 0;
	padding: 0 3px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
div.niceTitle p
{
	color: #D17E62;
	font-size: 9px;
	padding: 3px 0 0 0;
	margin: 0;
	text-align: left;
	-moz-opacity: 1;
}

/* Context Menu Style */
div.domTTMenu {
  width: 150px;
  border: 2px outset #E6E6E6;
}
div.domTTMenu .caption {
  font-size: 12px;
  font-family: sans-serif;
  background-color: #E6E6E6;
}
div.domTTMenu .contents {
  padding: 1px 0;
  background-color: #E6E6E6;
}
