@charset "utf-8";
/* Anivo Media CSS Document - Copyright 2007 */

html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #21313C;
	background-image: url(images/stripe2.png);
	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #63828D;
	width: 960px;
	background-image: url(images/back.png);
	background-repeat: repeat-y;
}
a {
	padding: 2px;
}
a:link {
	color: #7895a0;
}
a:visited {
	color: #7895a0;
}
a:hover {
	color: #fffef8;
	background-color: #fc792a;
}
a:active {
	color: #fffef8;
	background-color: #fc792a;
}
#container {
	background-image: url(images/back.png);
	background-repeat: repeat-y;
	width: 960px;
	margin: 0px;
	padding: 0px;	
}
#content {
	padding: 0px;
	margin: 0px;
	margin-left: 280px;
	background-color: #fffef8;
	width:675px;;
}
#content h1 {
	color: #21313c;
	font-size: 150%;
	font-weight: normal;
	margin: 0px;
}

#divide {
	padding: 10px;
}

#center {
	margin:0px;
	padding:0px;
}
img {
	margin: 0px;
}
.section a img { 
	border: 2px solid #7895a0;  
	width:75px; 
	height:75px; 
}
#center a {
	padding:0px;

}
#text {
	margin-left: 30px;
	margin-right: 30px;
}
#text h1 {
	color: #21313c;
	font-size: 180%;
	font-weight: normal;
	margin: 0px;
}
#text h2 {
	color: #455a65;
	font-size: 150%;
	font-weight: normal;
	margin: 0px;
	padding: 7px;
	width: 550px;
	height: 18px;
	margin-left: 10px;
	background-image: url(images/divider.png);
	background-repeat: repeat-x;
}
#text h3 {
	font-size: 140%;
	font-weight: normal;
	padding: 5px;
	padding-left: 7px;
	width: 550px;
	margin-left: 10px;
	background-color: #D7E0E3;
}
#text .information {
  width: 550px;
  text-align: justify;
  margin-left: 30px;
  }

td, th {
	font-size: 90%;
}
.cellwarp {
	background-image: url(images/cellwrap.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
li {
	margin-left: -10px;
}
p {
	margin-top: 5px;
}
#sidebar {
	float: left;
	width: 280px;
	min-height: 440px;
	position: relative;
	height: 440px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	background-position: top;
}
#floatlft, #logo {
	width: 140px;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 150px;
}
#logo a {
	padding: 0px;
}
#floatlft a:link {
	color: #fc792a;
}
#floatlft a:visited {
	color: #fc792a;
}
#floatlft a:hover {
	color: #fffef8;
}
#floatlft a:active {
	color: #fffef8;
}
#cell {
	width: 210px;
	float: left;
	padding-left: 15px;
	font-size: 110%;
	line-height: 1.5em;
}
#footer {
	margin: 30px;
	font-size: 95%;
	padding-bottom: 10px;
}
/******** MENU *******/


#menu {
	width: 150px;
	height: 250px;
	position:absolute;
	left: 127px;
	top: 251px;
	padding-left: 3px;
	clear:both;
}

div.outer {
	float: left;
	width: 150px;
	height: 30px;
	margin: 0 0px 0 0;
	background: url( 'images/buttons-trans.png' ) 0 -60px no-repeat;
}
div.outer a {
	display: block;
	margin: 0px;
	padding: 0px;
	width:150px;
	height:100%;
	overflow: hidden;
	font: bold 11px/1 arial;
	color:#fff;
	text-decoration: none;
	background: url( 'images/buttons-trans.png' ) top left no-repeat;
}	
div.outer span {
	display: block;
	margin:0;
	padding: 11px 0 0 13px;
}
div.outer a:hover {
	background-image: none;
	color: #7895a0;
}
div.outer a.on {
	background-image: none;
	color: #7895a0;
}
div.outer a:active {
	color: #21313c;
}
#off
{ display: none; margin: 0;}

 /*printer styles*/ 
@media print {
/*hide the left column when printing*/ 
#sidebar, #menu  {
	display:none;
}
#container, #content, body {
	width:100%;
	margin: 0px;
}

}
