body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#060;
	background-image: url(../images/texture.gif);
	background-repeat:repeat;
}
body a:link{
text-decoration:none;
color:#060;
}
body a:hover{
text-decoration:none;
color:#090;
}
body a:visited{
text-decoration:none;
color:#060;
}

table {
	font-size: 8pt;
}
.titlepic{
	background-image: url(../images/conexion_logo_transparent.gif); 
	background-repeat: no-repeat;
	background-position:center;
	
	height:125px;
}

.list li{
display:list-item;
border:none;
font-size:12px;
font-weight:normal;
color:black;	
}
.list ol{
display:list-item;
border:none;
font-size:12px;
font-weight:normal;
color:black;	
}

.main_cell {
	background-color: #FFF;
	border: 1px solid #060;
}

.board_cell {
background-color: #FFF;
}

.forms {
	font-size: 8pt;
	border: 1px inset #060;
}

.optforms {
	font-size: 7pt;
	border: 1px inset #060;
}

.buttons {
	font-size: 8pt;
	border: 1px solid #060;
}

.ad_table {
	background-color: #FFF;
}

.ad_table_light_cell {
	background-color: white;	
}

.titles {
	color: #060;
}

.list_table {
	background-color: #FFF;	
}
.quote{
	font-size:14px;
	font-weight:bold;
}

.navigation_table {
	font-size: 7pt;
	background-color: #FFF;
	border-left:2px solid #060;
	border-right:2px solid #060;
	padding:2px;
}
.navigation_tableAlt{
	font-size: 7pt;
	background-color: #FFF;
	border:2px solid #060;
	border-bottom:none;
}
.navigation_tableB{
	font-size: 7pt;
	background-color: #FFF;
	border-bottom:2px solid #060;
}
.navigation_tableC{
	font-size: 7pt;
	background-color: #FFF;
	border:2px solid #060;
	border-top:none;
}
.navigation_tableD{
	font-size: 7pt;
	background-color: #FFF;
}
.navigation_tableE{
	font-size: 7pt;
	background-color: #FFF;
	border-top:2px solid #060;
}
.hotlist {
	color: #090;
	border: 2px dotted #333;
	background-color: #FFF;
}
.contact{
font-size:9px;
color:#999;
border-top:1px dotted #CCC;
}
.borderBottom {
border-bottom:1px dotted #CCC;
}
.borderBottom H1 {
	font-size:16px;
	color:#000033;
}

.hot_cell {
	color: #090;
	border: 2px dotted #333;
	background-color: #FFFFFF;
}

img {
filter:progid:DXImageTransform.Microsoft.Shadow(color='#B0B0B0', Direction=120, Strength=3);
}
.img {
filter:progid:
}

.oddcell {
background-color: #EDF3F1;
}

.evencell {
background-color: white;
}

.line {
	width: 100%;
	height: 2px;
	background-image: url(img/linebl.jpg);
}

.H_bar {color: #060;  font-size: 10pt; background-color: #FFF; border: 1px solid #060; border-bottom:none;}
.marquee_text {color: #A9F576; background-image: url(img/dot.gif);}
A.marquee_text:link {color: #A9F576;}
A.marquee_text:visited {color: #A9F576;}

.display_table{font-size: 7pt;}

.imgFrame {border: 2px solid #537ECE; filter:progid:}
.imgFrameviewed {border: 4px solid #FD942B; filter:progid:}

.RTEtextarea {
	font-size: 9pt;
	background-image: url('');
}

.text {
	font-size: 9pt;
	font-weight: normal;
}

.heading {
	font-size: 11pt;
	font-weight: bold;
}
/* ------------- Drop Down Formatting ---------------- */


ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	text-align:center;
}

li { /* all list items */
	float:left;
	position: relative;
	width: 20%;
	font-weight:bold;
	font-size:14px;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.3em;
	left: 1.5em;
	font-size:12px;
	text-align:left;
	background-color:#FFFFFF;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	border:1px solid #000;
}
#nav li li{
	text-align:center;
	border-bottom:1px solid #EEE;
	float:none;
	width:100%;
	font-size:12px;
}

#nav li li a{
	display: block;
	font-weight: normal;
	color: #060;
	padding: 0.2em 10px;
	text-decoration:none;
}
#nav li li a:hover{
	padding: 0.2em 5px;
	border: 5px solid #FC3;
	border-width: 0 5px;
	text-decoration:none;
}
/* ---------------end drop down formatting-------------------- */
