/* 08/10 CSS*/


/* This file is for more detailed compliance (basically any browser
"better" than NN 4.x */



/*  GLOBAL NAVIGATION SYSTEM */
:link {color: #cccc66; 
}
a {text-decoration: none;
}
a:hover {color: #cc6633; text-decoration: underline;
}

a:hover, .invisible-buttons input:hover {color: #cc6633; 
}

:visited {color: #cccc66;
}





/* SIDE NAVIGATION SYSTEM  */
/* SIDENAV FORMATS TEXT INFO */
.sidenav {
	font-size: 14px;
	padding: 0;
	margin: 0;
	margin-left: 15px;
	margin-top: 165px;
	width: 135px !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.sidenav ul {
	font-size: 14px;
	padding: 0;
	margin: 0;
	margin-left: 15px;
	margin-top: 165px;
	width: 135px !important;
	
}

.sidenav a:hover {
	color: #ffcc66 !important;
	width: 135px !important;

}

.sidenav a:visited {
	color: #ffffff;
	background-color: none !important;
	text-decoration: none !important;
	width: 135px !important;
}



.sidenav-selected, .sidenav-selected a:hover {
	font-size: 14px;
	color: #336699 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}






/* LOGO SYSTEM */
.MikeFitzpatrick {
	color: #ffcc66 !important;
	font-family: verdana;
	font-size:  22px;
	margin-left: 15px;
	margin-top: 15px;
	}
	
.Art {
	color: #cc6633 !important;
	font-family: times;
	font-size:  12px;
	margin-left: 15px;
	}	
	
/* TOP NAVIGATION SYSTEM  */
.topnav {
	font-size: 18px !important;
	padding: 0 !important;
	margin: 0 !important;
	margin-left: 15px !important;
	margin-right: 50px !important;
	color: #cccc66;
}

.topnav a:hover {
	color: #cc6633;
	text-decoration: underline  !important;
	background-color: none !important;
}

.topnav a:visited {
	color: #cccc33;
	background-color: none !important;
	text-decoration: none !important;
}

.topnav-selected, .topnav-selected a:hover {
	font-size: 18px !important;
	color: #336699 !important;
	font-weight: none;
	text-decoration: none !important;
	margin-left: 15px;
	margin-right: 50px;


/* WHAT IS THIS?  */
/* Mozilla and IE extensions */
  -moz-opacity: 75%;
  filter: alpha(opacity=70);
}
a.help-title:hover img {
  /* Mozilla and IE extensions */
  -moz-opacity: 100%;
  filter: alpha(opacity=100);
}


/*  CONTENT INFO GOES HERE*/
body, td, th, div, p {
	font-family: verdana, arial, sans-serif;
    font-size: 14px;
    cursor: default;
	margin: 0px;
	background color: none;
	color: #336699 !important;
}

.title{
	color: #336699 !important;
	font-family: times !important;
	font-size:  14px !important;
	font-weight: bold !important;
    cursor: default;
	margin: 0px;
	background color: none;
	text-decoration: none !important;
}

.list{
	color: #336699 !important;
	font-family: verdana, arial, sans-serif !important;
	font-size:  12px !important;
	font-weight: none !important;
    cursor: default;
	margin: 0px;
	background color: none;
	text-decoration: none !important;
}
.list a:hover {
	color: #cc6633;
	text-decoration: underline  !important;
	background-color: none !important;
}



/* BACKGROUND INFO GOES HERE*/
.leftstripe{
	height: 100% !important;
	background-color: #ffffff;
	padding: 0px;
    vertical-align: top !important;		
} 

.navstripe{	
	margin-left: 25px;
	height: 100% !important;
	background-color: #CC9900;
	padding: 0px;
    vertical-align: top !important;	
	width: 135px !important;	
}


.content{
	width: 100% !important;
	left: 185px;
	height: 100% !important;
	background-color: #ffffff;
	padding: 0px;
    vertical-align: top;
}


 .c1 { position:absolute;left:417px;top:113px;width:79px;height:79px;clip:rect(0,79,79,0);visibility:hidden;z-index:0
 }

//
</style>


