body, p {

	background-color: floralwhite;
	font: small Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration : none;
	max-width: 800px;
}
/*
p a, p a:link, p a:active, p a:visited {
	color:red;
	text-decoration : none;
}
p a:hover {
	font: x-small Arial, Verdana, Helvetica, sans-serif; color:green;
	text-decoration : none;
}
*/
hr {
	height: 1px;
	border: 1px solid #AAAAAA;
}
table, tr, td {
	background : transparent;
	color: 333366;
}
h1 {
	font-weight: bold;
	font-size: large;
	color : darkslateblue;
}
h2 {
	font-weight: bold;
	font-size: medium;
	color : darkslateblue;
}
h3 {
	font-weight: normal;
	font-size: medium;
	color : darkslateblue;
}
h4 {
	font-weight: bold;
	font-size: small;
	color : darkslateblue;
	margin-bottom: 0px;
}
input {
	color : black;
	text-decoration : none;
	vertical-align : top;
}
.buttons { 
	background: transparent url('images/button-bg.gif') repeat-x;
	color: white;
	text-decoration: none;
	word-wrap: break-word;
 }
.buttons a, .buttons a:link, .buttons a:active, .buttons a:visited { 
	color: white;
	text-decoration: none;
	word-wrap: break-word;
 }
 .buttons a:hover {
	color: 333366;
	text-decoration: none;
	word-wrap: break-word;
 }
 .content {
	word-wrap: break-word;
}
 .navigation {
	background: transparent url('images/nav-bg.gif') no-repeat;
	text-align : center;
vertical-align : middle;
}
.navigation a, .navigation a:active, .navigation a:link, .navigation a:visited {
	color: red;
	text-decoration: none;
	text-align : center;
}
.navigation a:hover {
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.indent {
	background : transparent url('images/nav-bg.gif') no-repeat;
	padding : 2px 25px 2px 20px;
	vertical-align : top;
}
.indent a, .indent a:active, .indent a:link, .indent a:visited {
	color : black;
	text-decoration : none;
	vertical-align : middle;
}
.indent a:hover {
	color : #999999;
	text-decoration : none;
	vertical-align : middle;
}
.topnav {
	background: transparent url('images/top-menu-bg.gif') no-repeat scroll top;
	color:white;
	text-decoration : none;
}
.topnav a, .topnav a:link, .topnav a:active, .topnav a:visited {
	font-weight: bold;
	color:#DDDDDD;
	text-decoration : none;
}
.topnav a:hover {
	color:white;
	font-weight: bold;
	text-decoration : none;
}

.topnavselected {
	background: transparent url('images/top-menu-bg.gif') no-repeat scroll top;
	font-weight: bold;
	color:#DDDDDD;
	text-decoration : none;
}
.topnavselected a, .topnavselected a:link, .topnavselected a:active, .topnavselected a:visited {
	font-weight: bold;
	color:white;
	text-decoration : none;
}
.topnavselected a:hover {
	font-weight: bold;
	color:#DDDDDD;
	text-decoration : none;
}


.sidemenu {
	text-align: left; list-style: none;	width: 120px;

	position: relative;	border-bottom : 1px dashed Aqua;

	background: transparent url('images/top-menu-bg.gif') no-repeat scroll top;
	font-weight: normal;
	font-size: x-small;
	color: #CC0099;
	text-decoration : none;
}
.sidemenu a, .sidemenu a:link, .sidemenu a:active, .sidemenu a:visited {
	text-align: left;
	list-style: none;
	width: 120px;

	position: relative;
	border-bottom : 1px dashed Aqua;

	padding: 3 0 3 0;
	color: #CC0099;
	text-decoration : none;
}
.sidemenu a:hover {
	color: #CC0099;
	text-decoration : none;
	background : #BBEEFF;
	font-weight: bold;
}

.sidemenuchild {
	background : #F5F5FF;
	display: block;
	padding: 3px 0 3px 0;
}
.sidemenuchild a:hover {
	color: #CC0099;
	text-decoration : none;
	background : #BBEEFF;
}
.sidemenuchildselected {
	background : #AADDFF;
	display: block;
}

.footer {
	color:black;
	text-decoration : none;
}
.footer a, .footer a:link, .footer a:active, .footer a:visited {
	color:#999999;
	text-decoration : none;
}
.footer a:hover {
	color:black;
	text-decoration : none;
}

#menuitem1, #menuitem1 a, #menuitem1 a:link, #menuitem1 a:active, #menuitem1 a:visited {
	background: white;
	display: block;
}
#menuitem1 a:hover {
	background: #BBEEFF;
}
#menuselecteditem1, #menuselecteditem1 a, #menuselecteditem1 a:link, #menuselecteditem1 a:active, #menuselecteditem1 a:visited {
	background: #AADDFF;
}
#menuselecteditem1 a:hover {
	background: #BBEEFF;
}
#menuparent1, #menuparent1 a, #menuparent1 a:link, #menuparent1 a:active, #menuparent1 a:visited {
	background: #DDDDFF;
	display: block;
}
#menuparent1 a:hover {
	background: #BBEEFF;
}


#menuitem2, #menuitem2 a, #menuitem2 a:link, #menuitem2 a:active, #menuitem2 a:visited {
	background: #EAEAFF;
}
#menuitem2 a:hover {
	background: #BBEEFF;
}
#menuselecteditem2, #menuselecteditem2 a, #menuselecteditem2a:link, #menuselecteditem2 a:active, #menuselecteditem2 a:visited {
	background: #AADDFF;
}
#menuselecteditem2 a:hover {
	background: #BBEEFF;
}
#menuparent2, #menuparent2 a, #menuparent2 a:link, #menuparent2 a:active, #menuparent2 a:visited {
	background: #AADDFF;
}
#menuparent2 a:hover {
	background: #BBEEFF;
}

.ex {
	padding: 10px 25px 10px 25px;
}
.exopen {

}
.exclosed {

}
.question
{
	background: url('http://www.lucid-research.com/images/bubble-question.jpg') no-repeat top left;
	padding: 30px 0px 0px 50px;
	height: 42px;
}

.newsbox {
	border: 2px solid #b0c4de;
	width: 145px;
	height: 200px;
	overflow: hidden;
	position: relative;
	vertical-align:top;
}

.newsfeed {
	width: 3000px;
	overflow: hidden;
	padding: 5px;
	background: white;
	position: absolute;
}

.newsfeeditem {
	font: 1em Arial, san-serif;
	background: white;
	float:left;
	width: 115px;
	padding: 0px 10px;
	text-align: left;
}
.newsfeeditem h1 {
	font: 1.3em Arial, san-serif;
	color: #0967B2;
}
.newsfeeditem:hover {
	background: #ddddff;
	cursor: pointer;
	cursor: hand;
}

.newstitle {
	font: 1.2em Arial, sans-serif;
	text-align:left;
	padding: 6px;
	width: 124px;
	background: #ddddff;
	margin: 4px auto;
}

.showproduct {
	background:orange;
	color:white;
	font-weight: bold;
	font-size: medium;
	border: 1px solid black;
}

.showproduct2 {
	border: 1px solid white;
	background: #AAAAFF;
	font-weight: bold;
}
