/* CSS Document */

h5 {			/*  Default style for page heading */
	font-size:16px;
	color:#7C0426;
	text-align:left;
}

li {
	font-size:8px;
	color:#000000;
	margin-left:15px;
}

heading {
	height:30px;
}

.main_content {
	width:760px;
	color:#000000;
	overflow:visible;
}

.navbar {
	font-weight: bold;
	color: #ffffff;
	text-align:right;
	font-size:12px;
	color:rgb(0, 0, 0);
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
}

.left_content {
	text-align:center;
	width:385px;
	float:left;
	font-size:12px;
}

.page_heading_page_index {
	width:750px;
	margin:10px;
}

.heading_txt {
	width:480px;
	float:left;
	color: #7BA4AD;
	letter-spacing: 2px;
	font-family: Arial, Verdana, sans-serif;
	text-align:left;
	font-weight:bold;
	font-size: 17px; 
}

.page_number_index {
	float:left;
	width:260px;
	margin-left:10px;
}

.page_on {
	float:right;
}

.page_off {
	float:right;
}

.page_on A:link{text-decoration:underline; font-weight:bold;}
.page_on A:hover{text-decoration:none;}

.toc_seperator {
	width:760px;
	height:10px;
}

.first_instruction_container {
	width:760px;
	text-align:left;
}

.step_number {
	width:25px;
	height:25px;
	float:left;
}

.instruction_txt {
	width:735px;
	float:left;
}

.instruction_img {
	width:760px;
}

.anchor_spacer_section_header {
	width:760px;
	height:20px;
	text-align:left;
	color: #7BA4AD;
	font-size:12px;
	font-weight:bold;
}

.right_content {
	background-color:#FFFFFF;
	text-align:left;
	padding-left:10px;
	width:365px;
	float:right;
	font-size:12px;
	background-image:url(img/titleback.jpg);
	background-repeat:repeat-y;
}

#right_end {
	background-image:url(img/titleback_end.jpg);
	height:50px;
}

.lower_pg_index {
	width:765px;
}

.page_heading_page_list A:hover{font-weight:bold; text-decoration:underline;}

.page_off A:Hover{font-weight:normal;}


.navbar A:link{text-decoration:none; color:#ffffff;}
.navbar A:visited{text-decoration:none; color:#ffffff;}
.navbar A:active{text-decoration:none; color:#ffffff;}
.navbar A:hover{text-decoration:underline; color:#ffffff;}

.left_content A:link{text-decoration:none; color:#7C0426;}
.left_content A:visited{text-decoration:none;}
.left_content A:active{text-decoration:none;}
.left_content A:hover{text-decoration:underline;
}

.right_content A:link{text-decoration:none; color:#7C0426;}
.right_content A:visited{text-decoration:none; color:#7C0426;}
.right_content A:active{text-decoration:none; color:#7C0426;}
.right_content A:hover{text-decoration:underline; color:#7C0426;}


/*------------------------- Drop Menu Styles -------------------------*/

#dropmenudiv{
	position:absolute;
	border:1px solid gray;
	border-bottom-width:1px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	color:#669999;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	font:normal 12px Verdana;
	color:#669999;
}

#dropmenudiv a:active {
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	font:normal 12px Verdana;
	color:#669999;
}

#dropmenudiv a:visited {
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	font:normal 12px Verdana;
	color:#669999;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: lightblue;
	background-image:url(img/titlebacklight.jpg);
	color:#7C0426;
	font-weight:bold;
	
}

