
/*body {
	background: #B7BCC3 url(../images/body-bg.gif) repeat-x} */
	
body {
	background-color: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	padding: 20px;
	font-size: .88em;
	line-height: 1.2em;
	color: #000000;
}

p {
	text-align: justify;
}

.title {
	border-bottom: 1px solid silver;
}


h1 {
	font-size: 2em;
	line-height: 1em;
	text-transform: uppercase;
    color: #444444;
}

h2 {
	font-size: 1.5em;
	line-height: 1em;
	text-transform: lowercase;
    color: #000000;
}

h3 {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: .2em;
	margin-top: 2em;
	letter-spacing: .2em;
	color: #34353e;
}

h4 {
	font-weight: bold;
	font-size: 1.0em;
	margin-bottom: .2em;
	margin-top: 2em;
	letter-spacing: .2em;
	color: #34353e;
}

.hide{
	display: none;
}

.show{
	display: inherit;
}

.class #container { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 834px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
}

.class #player_container { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 635px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
}
.class #header { 
	background: #ffffff; 
	padding: 0 10px 0 20px;
} 
.class #logo { 
    color: #ffffff;
	border: none;
	text-decoration: none; 
	padding: 5px 5px 5px 20px;
}
.class #logo a:link {
	color: #ffffff;
	border: none;
	text-decoration: none;
}
.class #logo a:visited {
	color: #ffffff;
	border: none;
	text-decoration: none;
}
.class #logo a:active {
	color: #ffffff;
	border: none;
	text-decoration: none;
}
.class #logo a:hover {
	color: #ffffff;
	border: none;
	text-decoration: none;
}

.class #menu { 
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background: #ffffff;
	line-height: 1.0em;
	padding: 10px 10px 10px 20px;
}
.class #menu a:link {
	color: #999999;
	text-decoration: none;
}
.class #menu a:visited {
	color: #999999;
	text-decoration: none;
}
.class #menu a:active {
	color: #999999;
	text-decoration: none;
}
.class #menu a:hover {
	color: #000000;
	text-decoration: none;
}

.class #submenu { 
	color: #999999;
	line-height: 1.2em;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	background: #ffffff; 
	margin: 0 0 0 250px;
	padding: 10px 20px 10px 20px;
}
.class #submenu a:link {
	color: #999999;
	text-decoration: none;
}
.class #submenu a:visited {
	color: #999999;
	text-decoration: none;
}
.class #submenu a:active {
	color: #999999;
	text-decoration: none;
}
.class #submenu a:hover {
	color: #000000;
	text-decoration: none;
}

.class #section { 
	color: #999999;
	font-size: 9px;
	line-height: 1.4em;
	font-weight: bold;
	text-decoration: none;
	background: #ffffff; 
	margin: 0 0 0 250px;
	padding: 0px 10px 10px 20px;
}
.class #section a:link {
	color: #999999;
	text-decoration: none;
}
.class #section a:visited {
	color: #999999;
	text-decoration: none;
}
.class #section a:active {
	color: #999999;
	text-decoration: none;
}
.class #section a:hover {
	color: #000000;
	text-decoration: none;
}

.black {color: #000000}

.class #header h1 {
	margin: 0;
	padding: 10px 0;
}
.class #sidebar1 {
	font-size: 11px;
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background: #ffffff;
	padding: 10px 10px 10px 20px;
}
.class #mainContent {
	font-size: 11px;
	margin: 0 0 0 250px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.class #footer {
    font-size: 9px;
	line-height: 1.2em;
	color: #999999; 
	padding: 0 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; 
}
.class #footer a:link {
	color: #999999;
	text-decoration: none;
}
.class #footer a:visited {
	color: #999999;
	text-decoration: none;
}
.class #footer a:active {
	color: #999999;
	text-decoration: none;
}
.class #footer a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.class #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.title {
	font-size: 11px;
	font-weight: bold;
}


.link a:link {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
.link a:visited {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
.link a:active {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
.link a:hover {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.discret {
	color: #999999;
	line-height: 1.4em;
	font-size: 10px;
}

.grey {
	color: #999999;
}



.downloadFile a:link {
	padding-left:20px;
	line-height:18px;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	background:transparent url(../images/download-icon.gif) center left no-repeat;
}
.downloadFile a:visited {
	padding-left:20px;
	line-height:18px;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	background:transparent url(../images/download-icon.gif) center left no-repeat;
}
.downloadFile a:active {
	padding-left:20px;
	line-height:18px;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	background:transparent url(../images/download-icon.gif) center left no-repeat;
}
.downloadFile a:hover {
	padding-left:20px;
	line-height:18px;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background:transparent url(../images/download-icon.gif) center left no-repeat;
}

.pdfFile a:link {
	padding-left:20px;
	line-height:18px;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	background:transparent url(../images/pdf-icon.gif) center left no-repeat;
}
.pdfFile a:visited {
	padding-left:20px;
	line-height:18px;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	background:transparent url(../images/pdf-icon.gif) center left no-repeat;
}
.pdfFile a:active {
	padding-left:20px;
	line-height:18px;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	background:transparent url(../images/pdf-icon.gif) center left no-repeat;
}
.pdfFile a:hover {
	padding-left:20px;
	line-height:18px;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background:transparent url(../images/pdf-icon.gif) center left no-repeat;
}

.extLink a:link {
	line-height:18px;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap; padding-right: 15px; background: url(../images/external10x10.gif) no-repeat 100% 50%; zoom: 1; 
}
.extLink a:visited {
	line-height:18px;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap; padding-right: 15px; background: url(../images/external10x10.gif) no-repeat 100% 50%; zoom: 1; 
}
.extLink a:active {
	line-height:18px;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap; padding-right: 15px; background: url(../images/external10x10.gif) no-repeat 100% 50%; zoom: 1; 
}
.extLink a:hover {
	line-height:18px;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap; padding-right: 15px; background: url(../images/external10x10.gif) no-repeat 100% 50%; zoom: 1; 
}

.mail a:link {
	padding-left:20px;
	line-height:18px;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	background:transparent url(../images/mail-icon.gif) center left no-repeat;
}
.mail a:visited {
	padding-left:20px;
	line-height:18px;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	background:transparent url(../images/mail-icon.gif) center left no-repeat;
}
.mail a:active {
	padding-left:20px;
	line-height:18px;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	background:transparent url(../images/mail-icon.gif) center left no-repeat;
}
.mail a:hover {
	padding-left:20px;
	line-height:18px;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background:transparent url(../images/mail-icon.gif) center left no-repeat;
}

.gmap a:link {
	padding-left:20px;
	padding-top:10px;
	line-height:18px;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	background:transparent url(../images/gmap.jpg) center left no-repeat;
}
.gmap a:visited {
	padding-left:20px;
	padding-top:10px;
	line-height:18px;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	background:transparent url(../images/gmap.jpg) center left no-repeat;
}
.gmap a:active {
	padding-left:20px;
	padding-top:10px;
	line-height:18px;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	background:transparent url(../images/gmap.jpg) center left no-repeat;
}
.gmap a:hover {
	padding-left:20px;
	padding-top:10px;
	line-height:18px;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background:transparent url(../images/gmap.jpg) center left no-repeat;
}


.video a:link {
	padding-left:20px;
	line-height:18px;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	background:transparent url(../images/video-icon.gif) center left no-repeat;
}
.video a:visited {
	padding-left:20px;
	line-height:18px;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	background:transparent url(../images/video-icon.gif) center left no-repeat;
}
.video a:active {
	padding-left:20px;
	line-height:18px;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	background:transparent url(../images/video-icon.gif) center left no-repeat;
}
.video a:hover {
	padding-left:20px;
	line-height:18px;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background:transparent url(../images/video-icon.gif) center left no-repeat;
}

.link-image { 
	color: #ffffff;
	border: none;
	text-decoration: none; 
}
.link-image a:link {
	color: #ffffff;
	border: none;
	text-decoration: none;
}
.link-image a:visited {
	color: #ffffff;
	border: none;
	text-decoration: none;
}
.link-image a:active {
	color: #ffffff;
	border: none;
	text-decoration: none;
}
.link-image a:hover {
	color: #ffffff;
	border: none;
	text-decoration: none;
}


.parSize10 {font-size: 10px}

.button { text-decoration: none; border: none; color: #ffffff; }
.button a { text-decoration: none; border: none; color: #ffffff; }
.button a:hover { text-decoration: none; border: none; color: #ffffff; }
.button a:active { text-decoration: none; border: none; color: #ffffff; }
.button a:active { text-decoration: none; border: none; color: #ffffff; }




