﻿/* BirdBrain Media website - version 3.1 (A13)
   7/31/2006 - Copyright 2006 BirdBrain Media */ 

body {
	width:750px;
	margin: 10px auto;
	color: #000000;
	background-color: #000000; /*#527db7;#527DB7*/
	}

/* Title bar */
div.header {
	padding: 0;
	margin: 0 auto;
	font: normal 26pt verdana, sans-serif;
	text-align: center;
	color: #000000;
	background: url(images/bbm_topmiddle.png) #a0a0a0;
	}

/* upper left corner*/
div.topleft {
	background: url(images/bbm_topleft.png) 0 0 no-repeat;
	}

/* upper right corner*/
div.topright {
	background: url(images/bbm_topright.png) 100% 0 no-repeat;
	}

/* Navigation bar */
div.navbar {
	padding: 0.25em;
	margin: 0;
	font-family: serif;
	text-align: center;
	background: url(images/strips2.png) #cdcdcd;
	}

/* Main text */
div.textbody {
	color: #000000;
	padding: 0.75em;
	margin:0;
	background-color: #ffffff; 
	}

/* Version Number bar */
div.footer {
	padding: 0.25em;
	margin: 0;
	font-size: smaller;
	text-align: center;
	background: url(images/strips2.png) #cdcdcd;
	}

/*List Icon*/
img.listIcon {
	float: left;
	height: 40px;
	width: 40px;
	padding: 0px 3px;
	border: 0px;
	}

/*List Item*/
div.listItem {
	padding: 0px 0px 0px 55px;
	}

a:link {
	color: #0000ff;
	text-decoration: underline;
	}
	
a:visited {
	color: #000080;
	text-decoration: underline;
	}
	
a:active {
	color: #0000ff;
	text-decoration: underline;
	}

/*a:hover {
	col or: #000080;
	background: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	}*/