

.text {
	font-family: verdana, geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}



a { text-decoration:none}
a:hover { color: #FF6600;}




.entry {
background-image : url(images/splash3_left.jpg);
background-repeat : no-repeat; 
background-position : right top;
} 

.entry1 {
background-image : url(images/splash3_right.jpg);
background-repeat : no-repeat; 
background-position : left top;
} 

.entry2 {
background-image : url(images/splash3_left_a.jpg);
background-repeat : no-repeat; 
background-position : right top;
} 

.entry3 {
background-image : url(images/splash3_right_a.jpg);
background-repeat : no-repeat; 
background-position : left top;
} 

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */

width: 180px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
text-align: center;
}

.wireframemenu a{
font: bold 9px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
text-decoration: none;
border: 1px solid #C0C0C0;

color:#FFFFFF;
background-color: #000099;
}
/*
.wireframemenu a:visited{
color: #FFFFFF;
}
*/

.wireframemenu a:visited{
color: #FFFFFF;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: 180;
}

.wireframemenu a:hover{
background-color: #EDEAE4;
color: #000099;
}


