html,/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */ body, div, span, applet,         {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #CCCCCC;
	color: #333333;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	margin:0; /* Sets the margin properties for an element using shorthand notation */
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
}
/* Commonly used to style page titles. */
h1 {
	color: #1B427E;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
/* Commonly used to style section titles. */
h2 {
	font-size: 0.85em;
	font-weight: bold;
	margin-bottom: 1.2em;
	color: #333333;
	margin-top: 0.8px;
}
h3 {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #484848;
}

h4 {
	font-size: 0.7em;
	color: #666666;
}

p {
	text-align: left;
	margin-bottom: 1.33em;
	font-size: 0.6em;
	line-height: 1.5em;
	max-width: 90%;
}
hr {
	color: #333333;
	background-color: #999999;
	padding: 2px;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}
ul {
	text-align: left;
	list-style-type: circle;
	list-style-position: inside;
	margin-bottom: 0.5em;
	padding-left: 24px;
	font-size: 0.6em;
}
li {
	background-position: left;
	list-style-position: outside;
	margin-bottom: 0.5em;
}

.li {
	background-position: left;
	list-style-position: inside;
	margin-bottom: 0.5em;
	font-size: 0.9em;
	line-height: 1.5em;
	width: 406px;
}


/* Sets the style for unvisited links. */
a,  a:link {
	color: #1B427E;
	text-decoration: none;
	font-weight: bold;
}
/* Sets the style for visited links. */
a:visited {
	color: #1B427E;
	text-decoration: none;
	font-weight: bold;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #480339;
	text-decoration: underline;
	font-weight: bold;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #1B427E;
	font-weight: bold;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #1B427E;
	font-weight: bold;
}
/* Sets the style for picture unvisited links. */
.picture:link {
	text-decoration: none;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Sets the style for picture visited links. */
.picture:visited {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Sets the style for picture links on mouseover. */
.picture:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* Sets the style for the main navigation. */
ul#nav {
	font-size: 0.6em;
	float: left;
	width: 12em;
	margin: 0;
	padding: 0.2em 0.2em 0.2em 0.2em;
	margin-bottom: 2em;
}

ul#nav li {
  list-style: none;
  margin: 0em; padding: 0;
  border: 2px solid white;
}

ul#nav a {
  display: block;
  padding: 0.3em 0.2em 0.3em 1.2em;
  font-weight: bold;
  background-color: #EEEEEE;
}

/* Sets the style for footer links. */

#navcontainer
{
	overflow: hidden;
	width: 100%;
}

#navlist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#navlist li
{
	float: left;
	line-height: 1.1em;
	margin: 0 .75em 0 -.75em;
	padding: 0 .75em 0 .75em;
	text-decoration: none;
	font-weight: normal;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #6F0101;
}

#navlist li a {
	display: block;
	color: #CCCCCC;
	font-weight: normal;
}

#navlist li a:visited {
	display: block;
	color: #CCCCCC;
}

#navlist li a:hover {
	display: block;
	color: #7A0101;
}

#navlist li a:active {
	display: block;
	color: #CCCCCC;
}


	    /* black  container */


ul#nav a.black:link {
	color: #666666;
	background-color: #EEEEEE;
	text-decoration: none;
	display:block;
	font-weight: normal;
}

ul#nav a.black:visited {
	color: #666666;
	background-color: #EEEEEE;
	text-decoration: none;
	display:block;
	font-weight: normal;
}

ul#nav a.black:hover {
	color: white;
	background-color: #333333;
	text-decoration: none;
	display:block;
	font-weight: normal;
}

ul#nav a.black:active {
	color: white;
	background-color: #EEEEEE;
	text-decoration: none;
	display:block;
	font-weight: normal;
}

        /* blue  container */


ul#nav a.blue:link {
	color:#666666;
	background-color:#EEEEEE;
	text-decoration:none;
	display:block;
	font-weight:normal;
}

ul#nav a.blue:visited {
	color:#666666;
	background-color:#EEEEEE;
	text-decoration:none;
	display:block;
	font-weight:normal;
}

ul#nav a.blue:hover {
	color:white;
	background-color:#265BA3;
	text-decoration:none;
	display:block;
	font-weight:normal;
}

ul#nav a.blue:active {
	color: white;
	background-color:#EEEEEE;
	text-decoration:none;
	display:block;
	font-weight:normal;
}

        /* red  container */


ul#nav a.red:link {
	color:#666666;
	background-color:#EEEEEE;
	text-decoration:none;
	display:block;
	font-weight:normal;
}

ul#nav a.red:visited {
	color:#666666;
	background-color:#EEEEEE;
	text-decoration:none;
	display:block;
	font-weight:normal;
}

ul#nav a.red:hover {
	color:white;
	background-color:#8C3532;
	text-decoration:none;
	display:block;
	font-weight:normal;
}

ul#nav a.red:active {
	color: white;
	background-color:#EEEEEE;
	text-decoration:none;
	display:block;
	font-weight:normal;
}

        /* purple  container */


ul#nav a.purple:link {
	color:#666666;
	background-color:#EEEEEE;
	text-decoration:none;
	display:block;
	font-weight:normal;
}

ul#nav a.purple:visited {
	color:#666666;
	background-color:#EEEEEE;
	text-decoration:none;
	display:block;
	font-weight:normal;
}

ul#nav a.purple:hover {
	color:white;
	background-color:#825A8C;
	text-decoration:none;
	display:block;
	font-weight:normal;
}

ul#nav a.purple:active {
	color: white;
	background-color:#EEEEEE;
	text-decoration:none;
	display:block;
	font-weight:normal;
}

        /* yellow  container */


ul#nav a.yellow:link {
	color:#666666;
	background-color:#EEEEEE;
	text-decoration:none;
	display:block;
	font-weight:normal;
}

ul#nav a.yellow:visited {
	color:#666666;
	background-color:#EEEEEE;
	text-decoration:none;
	display:block;
	font-weight:normal;
}

ul#nav a.yellow:hover {
	color:white;
	background-color:#E58730;
	text-decoration:none;
	display:block;
	font-weight:normal;
}

ul#nav a.yellow:active {
	color: white;
	background-color:#EEEEEE;
	text-decoration:none;
	display:block;
	font-weight:normal;
}

        /* green  container */


ul#nav a.green:link {
	color:#666666;
	background-color:#EEEEEE;
	text-decoration:none;
	display:block;
	font-weight:normal;
}

ul#nav a.green:visited {
	color:#666666;
	background-color:#EEEEEE;
	text-decoration:none;
	display:block;
	font-weight:normal;
}

ul#nav a.green:hover {
	color:white;
	background-color:#265BA3;
	text-decoration:none;
	display:block;
	font-weight:normal;
}

ul#nav a.green:active {
	color: white;
	background-color:#EEEEEE;
	text-decoration:none;
	display:block;
	font-weight:normal;
}


#activelink { color:black; font-weight:bold; background-color:#EEEEEE; padding:0.2em 0.2em 0.2em 1.2em; text-decoration:none; }



/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #fff;
	margin: 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;
	margin-right: 0px;
}
#outerWrapper #header {
	background-color: #69696B;
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 15px;
	padding: 12px 0px 12px 144px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-weight: bold;
	letter-spacing: 0.1em;
}
#outerWrapper #header #title {
  background-color: #666666;
  border-bottom-style: none;
  color: #FFFFFF;
  font-size: 18px;
  height: 36px;
  line-height: 15px;
  padding: 24px 12px 6px 180px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper {
	padding-top: 12px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 12px 12px 80% 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-right: 12px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 240px;
	text-align: left;
	padding-bottom: 12px;
	margin-right: 36px;
	padding-top: 30px;
	margin-left: 24px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin-top: 0;
	margin-right: 276px;
	margin-bottom: 0;
	padding-top: 12px;
	padding-left: 12px;
	margin-left: 11.5em;
	text-align: left;
}


.caption {
	font-size:0.6em;
	margin-bottom: 18px;
	width: 216px;
	text-align: left;
	margin-right: 0px;
	min-width: 216px;
}


.captionRuled {
	text-align: left;
	padding-bottom: 1em;
	font-size:0.6em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 24px;
}
#content  .contentitem {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 24px;
	min-height: 144px;
	max-width: 90%;
	font-size: 0.6em;
	line-height: 1.75em;
}

#content  .left 

  {
	float:left;
	width:98px;
}

#content .right {
	margin-left: 120px;
	padding-bottom: 12px;
}
#outerWrapper #footer {
	background-color: #666666;
	padding: 18px 12px 18px 12em;
	clear:both;
	text-align: center;
}

/* Sets the style for footer links. */

#navcontainer
{
	overflow: hidden;
	text-align: left;
}

#navlist
{
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-left: 2em;
}

#navlist li
{
	line-height: 1.1em;
	margin: 0 .75em 0 -.75em;
	padding: 0 .75em 0 .75em;
	text-decoration: none;
	font-weight: bold;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #A66D73;
	font-size: 0.55em;
	float: left;
	color: #CCCCCC;
}

#navlist li a {
	display: block;
	color: #CCCCCC;
	font-weight: bold;
}

#navlist li a:visited {
	display: block;
	color: #CCCCCC;
}

#navlist li a:hover {
	display: block;
	color: #7A0101;
}

#navlist li a:active {
	display: block;
	color: #CCCCCC;
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}

.dist img { margin-top:10px; margin-bottom:15px; padding-right:4px; padding-left:4px; }
.imageLeft  { margin-bottom:25px; margin-top:10px; padding-left:4px; padding-right:4px; }
.inli { display:inline; }

.oblique {
	font-style: oblique;
}

.blue {
	color: #234C8B;
}
.red {
	color: #8C3532;
}
.bold {
	font-weight: bold;
	display: inline;
	color: #333333;
}
.yellow {
	color: #E58730;
}
.purple {
	color: #825A8C;
}
.black {
	color: #333333;
}
.green {
	color: #265B43;
}

.smaller {
	font-size: small;
	display: inline;
}

.imagePadtop {
	margin-top: 24px;
	margin-bottom: 6px;
}
.imageBorder {
	border: 1px solid #999999;
}
.imageRight {
	float: right;
	margin-bottom: 48px;
	margin-left: 24px;
}
.pRuled {
	text-align: justify;
	margin-bottom: 1.33em;
	font-size: 0.6em;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 2px;
}
.h3Light {
	font-size: 0.8em;
	margin-bottom: 0.25em;
	font-weight: normal;
	display: inline;
}
.albumTitle {
	background-color: #999999;
	height: 2em;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-size: 0.7em;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	width: 516px;
}
.album {
	background-color: #CCCCCC;
	padding: 8px;
	height: 168px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-bottom: 18px;
	width: 516px;
}
.playerHolder {
	display: inline;
	width: 84px;
	height: 120px;
	float: left;
	margin-right: 12px;
	background-color: #CCCCCC;
}
.player {
	height: 114px;
	display: inline;
	width: 84px;
}
.playerTitle {
	font-size: 0.5em;
	color: #333333;
	text-align: center;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.upArrow {
	font-size: 18px;
	display: inline;
}
.upArrowdiv {
	float: right;
}
.contentMovie {
	margin-top: 0;
	margin-right: 4em;
	margin-bottom: 0;
	margin-left: 14em;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.pFeature {
	text-align: left;
	margin-bottom: 1.33em;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-right: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 1.2em;
	max-width: 600px;
}
.rightheading {
	font-weight: bold;
	display: block;
	font-size: 1em;
	margin-bottom: 4px;
}
.h3item {
	font-size: 1em;
}
.quicklinkhead {
	margin-left: 12px;
}
.hr {
	color: #333333;
	background-color: #999999;
	padding: 1px;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	width: 480px;
}
