/* Audio Bug Style Sheet, created by Computer Media*/

html { min-height: 100%; margin: 0; margin-bottom: 1px; }

body {
	background-image:url(images/BG1.gif);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0;
}

a {color:#66c; text-decoration: underline; font-weight: bold;}
a:visited {color: #66c; text-decoration: underline; font-weight: bold;}
a:hover {color: #FF6600; text-decoration: none; font-weight: bold;}

table {margin: 0px;
}

#wrapper {width: 780px;
  	margin: 0 auto;
	margin-top: 50px;
	background-color: #fff;
	background-repeat: repeat-y;
}

#container {width: 780px;
  	margin: 0 auto; 
	}
	
#header {margin: 0px;
	width: 780px;
	margin: auto;
	margin-top: 0px;
	height: 115px;
	background-image: url(images/LOGO3.gif);
	background-repeat: no-repeat;
}

#sidebar {
	width: 100px;
	margin: 0;
	margin-top: 0px;
	margin-left: 6px;
	float: left;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
}

#content {
	width: 640px;
	margin: 0;
	float: left;
	text-align: left;
	padding: 10px;
	
}

#footer {clear: both;
	margin: 0px;
	width: 780px;
	margin: auto;
	height: 24px;
	padding-top: 7px;
	background-color: #999999;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

#spacer {	padding-top: 7px;
	margin: 0px;
	margin: auto;
	width: 780px;
	background-color: none;
	font-size: 10pt;
	color: black;
}

#footer a {color:#ffffff; text-decoration: underline;}
#footer a:visited {color: #ffffff; text-decoration: underline;}
#footer a:hover {color:#FF6600; text-decoration: none;}
img.logo {float: left;}
.hidden { display: none; }
.unhidden { display: block; }


/* Your site menu is set up as a list, and formatted with background images to look like tabs.*/

.tabs{
width: 100%;
overflow: hidden;
background-color: #66c;
/*border-bottom: 25px solid #66c; bottom horizontal line that runs beneath tabs*/
}

.tabs ul{
margin: 0;
padding: 0;
/*padding-left: 10px; offset of tabs relative to browser left edge*/
font: bold 14px Arial, Helvetica, sans-serif;
list-style-type: none;
}

.tabs li{
display: inline;
margin: 0;
}

.tabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #339; /*background of tabs (default state)*/
}


.tabs li a:hover, .mattblacktabs li.selected a{
background: #f90; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

li.current a{margin: 0;
	display: block;
	font-weight: bold;
	text-align: center;
	background-color: #66c;
	color: #fff;
}

/* The "a" sections below control how links look in the sidebar. */
#sidebar a, #sidebar a:hover, #sidebar a:visited {
  text-decoration:none;
  text-align:center;
  font-weight: bold;
  color:#fff;
  }
  
#sidebar a:hover {text-decoration: underline;}

#sidebar img:hover {
	margin: 0;
	background-color: #CCFFFF;
	text-decoration:none;
	border: 0;
	color: #00FF00;
}

/*various settings to make elements float correctly*/
.float {
	float:right;
	margin-right: 5px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid gray;	
}

.floatnb {
	float:right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	
}

.title{width:95%;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 12pt;
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	font-weight: bold;
}


/* Styles for the various levels of headings*/
h1, h2, h3, h4, h5, h6 {text-align:left;
	margin-bottom: -15px;
	font-size: 12pt;
}

h1 {/*margin-left: 10px;
	margin-top: 15px;*/
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 1.4em;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333399;
	/*color: #66c;*/
}

h2 {font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	font-weight: bold;
	font-size:1.1em;
	color: #339;
	text-decoration:underline;
}

h3 {color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: left;
	text-decoration: none;
	font-size:1em;
	font-weight: bold;
}

h4 {margin: 0;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0;
	color: #000000;
	text-align:left;
}

h5{font: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12pt;
	color: #000000;
}

h6 {font-weight: bold;
	font-size: 13pt;
	color: #CC9900;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 10px;
}

/* Other formatting styles */

.box1 {width: 90%;
	border: 3px double #003366;
	background-color: #CCFFFF;
	padding: 4px;
	margin: auto;
}

.name {font-weight: bold;
}

.smalltext {font-size: 10pt;
	color: black;
	
}

.caption {font-weight: normal;
	font-size: 10pt;
	font: Arial, Helvetica, sans-serif;
	color:	#003366;
	text=-align: center;
	padding: 5px;
	margin: auto;
}