﻿@import url("layout.css");
@import url("styles.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("images/background1.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: center;
	padding: 10px;
	border: 1px dotted #993300;
	background-image: url("images/masthead1.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	color: #FFFFFF;
}
#navigation {
	position: relative;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
	border-right-color: #993300;
}

#player1{
	display: block;
	margin: auto;
}


#videomenu{
	position: relative;
	float: left;
	width: 120px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
    border-right: 1px dotted #725972;
}


#videomenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#videomenu li {
    float: left;
}

#videomenu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #CC3300;
	width: 100px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right: 1px dotted #725972;
	border-right-color: #993300;
}

#videomenu a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}








#navnew ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


#navnew li {
    float: left;
}

#navnew a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #CC3300;
	width: 139px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
	border-right-color: #993300;
}

#navnew a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}

#content {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #99CCFF;
}
#footer {
	text-align: center;
	clear: both;
	width: 675px;
	margin: auto;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #C0C0C0;
}
#masthead h3 {
	color: #FFFFFF;
}




/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #CC3300;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display:block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #CC3300;
}

#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #000000;
	text-align: center;
}
#content img {
	border: 0px solid #000000;
}


/* Show link style */

#displayLink  {
         visibility: hidden;
}
/* Footer Styles */
#footer p {
	color: #808080;
	width: 650px; 
	margin: auto;   
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_indent {
	padding-left: 150px ;
}
.style_objindent {
	padding-left: 10px
}