/* CSS Document */

body {
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	}
 a {
	color: #0033CC;
	text-decoration: none;
	
}
 a:hover {
	color: #B5242B;
	
}

#header {
	width: 100%;
	height:100px;
	background-color: #FFFFFF;
	background-image: url(pathways/header_bg.jpg);
	background-repeat: repeat-x;
}
#header2 {
	width: 100%;
	height:100px;
	background-color: #FFFFFF;

}
#table2 {
	width: 100%;
	height:465px;
	background-color: #FFFFFF;

}
#tableSidebar {
	width: 100%;
	height:100%;
	padding:5px;

	background-color: #FFD536;

}
.divSidebar {
	margin: 0 auto;
	width: 90px;
	border: dashed #b5242b 1px;
	text-align: center;
	background-color: #fff;
	font-size: 10px;
}
.divSidebar a{
	color: #ff0000;
	text-decoration: none;
}

.divSidebar a:hover{
	color: #ff0000;
	text-decoration: underline;
}

.filler {
		
	background-image:url(/images/balsa-flip.jpg);
	background-repeat:no-repeat;

}
.lineHEIGHT {
	line-height: 2.5;	

	
}

.lineHEIGHT2 {
	line-height: 2.5;	
	padding:5px;
	
}

.limeBRDR {
	border: solid #B3EF32 2px;
	padding: 5px;
	background-color: #FFFFCC;
	margin-top: 8px;
	
}
.blackBRDR {
	border: dashed #000 2px;
	padding: 5px;
	background-color: #FFFFCC;
	margin-top: 8px;
	
	
}
.blackBOX{
	
	background-color: #000000;
	margin:0 auto;
	width: 272px;
	height: 212px;	
}
.pathways {
	
	padding: 5px;
	background-color: #000;
	margin-top: 8px;
	color:#FFFFFF
	
	
}
.blackBRDR2 {
	border: dashed #000 2px;
	padding: 5px;
	background-color: #FFFFCC;
	margin-top: 8px;
	line-height: 1.5;	
	
}
.redBRDR {
	border: dotted #ff0000 2px;
	padding: 5px;
	background-color: #FFFFff;
	margin-top: 8px;
	}
.redBRDR2 {
	border: dotted #ff0000 2px;
	padding: 5px;
	background-color: #FFFFff;
	margin-top: 20px;
	line-height: 1.4;
	margin-left: 15px;

}
.simpleBRDR {
	border: solid #666666 1px;
	padding: 10px;
	background-color: #FFFFff;
	line-height: 1.4;
	width:90%;
	margin: 0px auto;

}
.orangeBRDR {
	width: 100%;
	border-top: solid #FFD536 16px;
	
}
.orangeDASHES {
	
	border: dashed #FFD536 3px;
	
}
.blueDASHES {
	border: dashed #4579CA 3px;
	padding: 10px;	
}
.tealBRDR {
	width: 100%;
	border-top: solid #2F89DD 16px;
	
}

.BRDRright {
	
	border-right: solid #000 1px;
	
}
.BRDRright a{
	
	
	
}
.BRDRright a:hover{
	background-color: #FFD536;
	
	text-decoration: none;
	
	
}
.nav {
	font-size: 13px;

	text-align: center;
	width: 100%;
	border: solid #000 1px;
	text-align: center;
	background-color: #000000;
}
	

.nav a {
	border: solid #000 1px;
	padding-right: 5px;
	text-decoration: none;
	color: #FFD536;
	padding-left: 5px;
}
.nav a:hover {
	border: solid #000 1px;
	text-decoration: none;
	color: #B5242B;
	background-color: #FFFFFF;
}
#content {
	width: 100%;
	height: auto;
	margin: auto;
	border: solid #000 1px;
	background-color: #000000;
}

#contentleft {
	width: 350px;
	height: auto;
	border-right: solid #000 1px;
	padding-left :5px;
	margin-left:0px;
	line-height: 1.3;
	background-color: #FFFFFF;
	
	
}
#contentleft a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#contentleft a:hover {
	color: #000;
	text-decoration: none;
}
#contentRight {
	height: auto;
	background-color: #000000;
	line-height: 1.3;
	width: 334px;
	color: #FFFFFF;
	padding: 5px;
}
#contentright a {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
#contentright a:hover {
	color: #000;
	text-decoration: none;
}
#contentSmall {
	border: solid #698EC3 1px;
	width: 95%;
	height: auto;
	margin: 0px auto;
	padding: 5px;
	
}
#contentabout {
	border: solid #000 1px;
	border-top: solid #698EC3 10px;
	margin-bottom: 25px;
	margin-left: 25px;
	text-decoration: none;

	height: 580px;
	padding:5px;
	
}
.picbox {
	width: 350px;


	margin-left:0px;
	background-color: #CCCCCC;
	
	
}
#footer {
	font-size: 10px;
	width: 800px;
	height: auto;
	margin-left: 20px;
	color: #CCCCCC;
	margin-top: 15px;
	margin-bottom: 15px;
}
#footer a {
	
	color: #ccc;

	
	font-size: 9px;
}
#footer a:hover {
	color: #ff0000;
	font-size: 9px;
	text-decoration: underline;
}

