/* CSS Document */
body {
	background-color: #000000; /* set background color for the page */
	text-align:center; /* dont change */
}

div.banner{
	width:780px; /*set this while setting image*/
	height: 30px; /*set this while setting image*/
	background-image: url("/images/top_bar.jpg"); /*insert image url here*/
	background-color: #ffffff; /*background image color is set to white*/
	margin:auto; /* dont change */
}

div.nav_panel{
	width:950px; /*set this for the width of the navigation panel*/
	height:27px; /*set this for the height of the navigation panel*/
	background-color: #ffffff; /* background color for the navigation panel */
	text-align: left; /* dont change */
	position:relative;
	
	
}

.aboutus_pic {
   padding-left:15px;
   padding-right:15px;
   padding-bottom:20px
}

.aboutus_text {
   padding-top:15px;
}

div.nav_panel div.nav_link1{
	width:160px; /*sets the width of the panel for link 1 which is "Home" */
	height:27px; /*sets the width of the panel for link 1 which is "Home" */
	
    position:absolute; /* dont change */
	z-index:15; /* dont change */
    left:20px; /* dont change */
    top:0px; /* dont change */
}

div.nav_panel div.nav_link2{
	width:160px; /*sets the width of the panel for link 1 which is "Home" */
	height:27px; /*sets the width of the panel for link 1 which is "Home" */
	
    position:absolute; /* dont change */
	z-index:14; /* dont change */
    
	left:169px; /* change if the width of the navigation panel is changed */
	/* this is the x-axis positioning for the the navigation link */
    
	top:0px; /* dont change */
}
div.nav_panel div.nav_link3{
	width:160px; /*sets the width of the panel for link 1 which is "Home" */
	height:27px; /*sets the width of the panel for link 1 which is "Home" */
	
    position:absolute; /* dont change */
	z-index:13; /* dont change */
	
    left:318px; /* change if the width of the navigation panel is changed */
	/* this is the x-axis positioning for the the navigation link */
    
	top:0px; /* dont change */
}
div.nav_panel div.nav_link4{
	width:160px; /*sets the width of the panel for link 1 which is "Home" */
	height:27px; /*sets the width of the panel for link 1 which is "Home" */
	
    position:absolute; /* dont change */
	z-index:12; /* dont change */
    
	left:467px; /* change if the width of the navigation panel is changed */
	/* this is the x-axis positioning for the the navigation link */
    
	top:0px; /* dont change */
}
div.nav_panel div.nav_link5{
	width:324px;
	height:27px;

    position:absolute; /* dont change */
	z-index:11; /* dont change */
    
	left:616px; /* change if the width of the navigation panel is changed */
	/* this is the x-axis positioning for the the navigation link */
    
	top:0px; /* dont change */
}
div.helpful{
	font-family: verdana;
	font-size: 11pt;
	color: #ffffff;
	background-color: #4573B3;
	padding:10px;
	margin-left:30px;

}
div.sub_headers{
	font-family: verdana;
	font-weight: bold;
	font-size: 15pt;
	color: #083F7F;
	margin-left: 20px;
	text-align:left;
	background-color: #ffffff;
}
div.content{
	font-family: verdana;
	font-size: 11pt;
	color: #000000;
	margin-left: 20px;
	text-align:left;
	background-color: #ffffff;
}
div.content_panel{
	width:950px;
	text-align: center; /* dont change */
	position:relative; /* dont change */
	background-color: #ffffff;
	text-align:center;
}
div.content_panel div.left_panel{
    width:644px;
	position:absolute; /* dont change */
	z-index:10; /* dont change */
    left:00px; /* dont change */
    top:0px; /* dont change */
	text-align:left; /* dont change */
	background-color: #ffffff;
}
div.content_panel div.right_panel{
	width:229px;
    position:absolute; /* dont change */
	z-index:11; /* dont change */
    left:650px;
	top:0px; /* dont change */
	text-align:left; /* dont change */
	margin-left:40px;
	margin-top:20px;
	background-color: #ffffff;
}
a.dyton{
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
	margin-left: 20px;
	text-align:left;
	background-color: #ffffff;
	text-decoration: none;
}
a.dyton:hover{
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
	margin-left: 20px;
	text-align:left;
	background-color: #ffffff;
	text-decoration: none;
}
