 /* Normalizes margin, padding */
body, div, ol, ul, li, h1, h2, h3, h4, h5, p , dl, dt, dd { 
margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5 { font-size : 100%; }

/* Removes list-style from lists */
ul, ol { list-style : none; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/*removes underline from hyperlinks*/
a {text-decoration: none;}

/*removes horizontal rules*/
hr {display: none;}
/* Normalises Tables */
table, td, tr {margin: 0; padding: 0;}

body {position: relative; width: 100%;
font: 1em/1.5 Arial, sans-serif;color : #000;}

a {color : #000;}
/* =branding*/
div#branding {position: relative;}
div#branding h1 {font: 1.5em Tahoma, Verdana, Arial, sans-serif; color: #000; font-weight: bold; padding: 10px; border-bottom: 1px solid silver;}
div#branding h1 cite {
font-size: 0.9em;
font-weight: normal;
font-style: normal;
position: absolute;
top: 15px; right: 20px;
} 
/* =search form*/
div#branding form {display: none;}

/* =navigation*/
div#nav {position: relative; z-index: 100;}
div#nav h2 {color: #000; font-weight: bold; font-size: 1.1em;
padding: 10px 10px 5px 10px; text-decoration: underline;}

ul#nav_main {display: none;}
div#nav li {display: none;}
div#sub_title h3 {margin: 10px; font-size: 0.95em;}
/* =Page Title*/

/* =content*/
div#content {position: relative; background-color: white; padding: 0;}

div#content_main {float: left; width: 49%; border: 1px solid white;}
div#content p {font-size: 0.9em; margin: 5px 10px 20px 10px; text-align: left;}

div#content p.page-anchor {display: none;}

div#content p.intro {margin: 5px 10px;}
div#content p.intro-2 {margin: 5px 10px;}
div#content_main a {font-weight: bold;}
div#content_main p.instructions {display: none;}

div#content_sub {position: relative; margin-left: 50%; width: 49%;  border: 1px solid white;}
img#LAN {float: right; margin: 60px 20px 5px 30px;}
div.spacer {clear: both;}

/* =Definition List */
dl.bullet-points_l {position: relative;
border: 3px double silver; margin: 5px 10px 10px 5px;}

dl.bullet-points_r {position: relative;
border: 3px double silver; margin: 5px 5px 10px 10px;}

dd.title h3 {background-color: silver;
padding: 3px 3px 3px 10px; color: black; font-size: 0.9em; text-transform: uppercase;}

dd h4 {
font-size: 0.9em; margin: 12px 10px 0 10px; line-height: 1.1em;}

li.right {
text-align: right; margin: 20px 10px 50px 10px;}

/* =Unordered List */
ul.services {margin: 10px; font-size: 0.9em;}
ul.services li {list-style: inside disc;}

ul.choice li {
position: relative;
padding: 5px 20px 5px 40px;
font-size: 0.9em;
list-style: inside disc;}

ul.choice_2 li {list-style: inside disc; padding: 5px 20px 5px 40px; font-size: 0.9em;}

div#fadeout-main_l, #fadeout-main_r , div#fadeout-sub_l, div#fadeout-sub_r  {display: none;}

/* =site info*/
div#site_info {position: relative; z-index: 200;
text-align: right; color: #c0c0c0; font-size: 0.8em;
border-top: 1px solid silver; padding: 10px 30px 5px 10px;}

div#site_info p#author {display: none;}

