body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
p {
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.75em;
}
h1 {
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: .25em 0px;
}
.leftnav {
	float: left;
	width: 180px;
}
.content {
	padding: 20px;
	width: 560px;
	float:left;
	display:inline;
}
.header {
	background-image: url(imgs/structure/bar_horiz.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.header_right {
	float: right;
	width: 215px;
	height:130px;
	padding-right: 20px;
	padding-left: 20px;
}
.pretitle {
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}
.subtitle {
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}
a:link {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
input, textarea, select {
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	background-color: #FFFFFF;
	color: #000000;
}




/********* all examples *********/
#testing a {
	border:none;
}
#testing a:hover img {
	visibility:hidden;
}
/* #testing a:active { // still testnig this
	background-position:left 50px;
}*/

/* both IE/win and mac */
#testing a {display:inline-block;}
/* \*/
html #testing a {display:block;}
html #inline-images a {display:inline;}
/* end hiding from IE/mac */

/********* both lists ************/
#vertical-list {
	margin:0;
	padding:0;
	list-style:none;
}
#vertical-list li {
	margin:0;
	padding:0;
}

/******** all rollover images ********/
.r_library { background:url(imgs/nav/r_library.gif) bottom left no-repeat; }
.r_lens { background:url(imgs/nav/r_lens.gif) bottom left no-repeat; }
.r_contact { background:url(imgs/nav/r_contact.gif) bottom left no-repeat; }
.r_comingsoon { background:url(imgs/nav/r_comingsoon.gif) bottom left no-repeat; }

/******** vertical **********/
#vertical-list {
    width:180px;
}
#vertical-list li a {
    display:block;
	height:50px;
	border:none;
	text-decoration:none;
}
#vertical-list li a img {
    border:none;
	vertical-align:bottom; /* for IE6 */
}
#vertical-list li a:hover img {
	visibility:visible;
}
#vertical-list li a:hover img/**/ {
    visibility:hidden; /* hide from IE5.0/win */
}
/* fixes for IE/win \*/
* html #vertical-list li a {
	cursor:hand;
}
* html #vertical-list li a:hover {
	height:1%;
}
/* */

.r_loudspeaker {
background:url(imgs/nav/r_loudspeaker.gif) no-repeat left bottom;
}
ol, ul {
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.75em;
}
h2 {

	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: .25em 0px;
}
legend {
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
}
label {
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	font-size: .9em;
	color: #FFFFFF;
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 5px;
}
.formrow {
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
}
fieldset {
	margin-bottom: 30px;
}
.articlelist {
	color: #FFFFFF;
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.9em;
}

