/*body: Obviously controls the look of the overall page*/

body{
color: #000000;
font-size: 12pt;
font-family: arial, verdana;
margin-left: 0px;
margin-right: 0px;
margin-top: 5px
}

/*navigation: Sets the look of the content displayed in the drop down menus.*/

#navigation{
color: #FFFFFF;
text-align: center;
line-height: 150%
}


/*nav_link: Sets the look of the links in the drop down menu.*/

a.nav_link:link{
color: white;
text-decoration: none
}

#side_middle{
background-image: url('images/side_middle.jpg');
}

/*ul: Sets the bullets of a list to appear differently.*/

ul
{
list-style-image: url('bolt.jpg')
}