body {margin-left: 10%;
      margin-right: 10%;
}

p {
    margin-top: .75em;
    margin-bottom: .75em;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.3;
}

p.center {text-align: center;}

h1,h2,h3,h4,h5,h6 {
    margin-top: 2em;
    margin-bottom: 1em;
    text-align: center; /* all headings centered */
    font-family: verdana, arial, helvetica, sans-serif;
    clear: both;}
	
h3.left {
     text-align: left;	
}

#navbox, #navboxcameras {
     position: absolute;
     margin-left: -300px;
     top: 420px;
     right: 0px;
     bottom: 0px;
     left: 50%;
     height: 35px;
     width: 600px;
     border: 0px none;
     color: #ffffff;
     background: none;
     background-color: #267dc1;
     text-decoration: none;
     font-weight: bold;
     text-align: center;
     clear: both; } /*text is white and bold on blue background used for navigation bar */

#navboxcameras {
     top: 3em;
} 

.navboxtext {
     margin-top: 1em;
     margin-bottom: 1em;
     text-align: center;
     font-family: verdana, arial, helvetica, sans-serif;
     clear: both; }

#text {
     position: absolute;
     margin-left: -300px;
     width: 600px;
     height: 50px;
     top: 470px;
     right: 0px;
     bottom: 0px;
     left: 50%;
     text-align: center;
     font-family: verdana, arial, helvetica, sans-serif;
     clear: both;}



ul.ulbullet {
    list-style-image: url(images/bullet1.png)} /* bullet */	 

ul.ulbullet li {
    padding-bottom: .5em; padding-left: 1em;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: .8em;
    line-height: 1.3;}


a   {text-decoration: none;}

img {border: none;}

a.topnav:link {
    color: #ffffff; 
    background-color: #000099;
    background: none; 
    text-decoration: none; 
    font-weight: bold }/* link for top left column, white text, transparent background, no text decoration, bold */
 
a.topnav:active {
    color: #ffffff;
    background-color: #000099;
    background: none; 
    text-decoration: underline}/* link for top left column, white text, transparent background, text underlined, bold */

a.topnav:visited {
    color: #ff9900;
    background-color: #000099;
    background: none; 
    text-decoration: none}/* visited link in orange */

a.topnav:hover {
    color: #ff9900; 
    background-color: #000099;
    background: none; 
    text-decoration: underline}/* hover text is orange and underlined */

.center    {text-align: center;}
.smcap     {font-variant: small-caps;}

.figcenter  {margin: 5em auto 5em auto; text-align: center;}
.figcenter2 {margin: 7em auto 3em auto; text-align: center;}
.figcenter3 {margin: 1em auto 1em auto; text-align: center;}
.figcenter4 {margin: 7em auto 1em auto; text-align: center;}

.figleft   {float: left; clear: left; margin-left: 0; margin-bottom: 1em; margin-top: 1em; margin-right: 1em; padding: 0; text-align: center;}

.figright  {float: right; clear: right; margin-left: 1em; margin-bottom: 1em; margin-top: 1em; margin-right: 0; padding: 0; text-align: center;}

.block   {width: 470px; margin: 1em auto 1em auto;}
.block2  {width: 600px; margin: 1em auto 1em auto;}

.mt {margin-top: 8em;}
