@charset "utf-8";
/* CSS Document */


.red_text {
	color: #ff6600;
}
.h1 {
	color:#ff6600;
	font-size:180%;
	font-weight:bold;
}

/* TABS CSS */
	UL.tabNavigation {
	width:683px;
	list-style: none;
	padding-top: 7px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-left: 25px;
	padding-bottom: 5px;
	}

		UL.tabNavigation LI {
	display:inline;

		}

		UL.tabNavigation LI A {
	color: #fff;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	}

		UL.tabNavigation LI A.selected {
	color: #fff;
	padding-top: 0px;
	background-image: url(../images/triangle_bullet_png.png);
	background-repeat: no-repeat;
	background-position: left center;
		}
		
		
		UL.tabNavigation LI A:hover {
		color:#333333;
		padding-top: 0px;
		}
		
		UL.tabNavigation LI A:focus {
			outline: 0;
			
		}

		.tabs {
	width:705px;
	margin-top: 10px;
	margin-left:0px;
	text-align: justify;
	background-image: url(../images/panel_top_spd.gif);
	background-repeat: no-repeat;
		}

		#first {

		}

		#second {
	
		}

		#third {
	
		}
		
    
#tabnav {
	width:650px;
	height: auto;
}

.panel {
	background-image: url(../images/panel_middle.gif);
	background-repeat:repeat-y;
	
}

.paneltext {
	margin-left:auto;
	margin-right:auto;
	width:90%;
	height: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 20px;
}

.paneltext a:link, .paneltext a:visited {
	color:#ff6600;
	text-decoration:none;
}

.paneltext a:hover {
	text-decoration:underline;
}

.panelbottom {
	height: 30px;
	margin:0;
	background-image: url(../images/panel_bottom.gif);
	background-repeat: no-repeat;
}

.paneltext ul {
	font-size:1.1em;
	color:#666;
	list-style-position:outside;
	list-style-image: url(../images/spdbullet.gif);
}
.paneltext li {
	margin-left:15px;
	margin-bottom:5px;
	padding:0px;
}

