body {display: block; font-family: Arial, sans-serif; font-size: 13px; line-height:130%; color: #3C3C3C; background-color: white; margin:0px;} 
/* set the overall font size to 12px this means when stating a font size of 1.5em the result should be 18px */

/* properites for the main page */
div.page {display: block; width:100%; padding: 0px; background-color: transparent}

/* properties for the content */
div.contentMain {margin: 75px; background-color: white}

/* properties for the masthead section */
div.masthead {display: block; width: 100%; height: 100px; margin: 0px; padding: 0px; background-repeat: repeat-x; background-position: top-left}

/* properties for the footer */
div.footer {display: block; margin: 0px; padding: 0px; text-align: center; width: 100%; height:19px; }
div.footer div {display: block; color: #3C3C3C; font-size: 1em; font-weight: normal; padding-top:2px; background-color: transparent}

/* properties for the logo and top navigation sections that sit inside the masthead section */
div.logo {display: block; float: left; background-color: transparent; padding-top:15px; }
div.logo img {display: block; margin-left: 7px; border: 0px;}

div.topNav {display: block; float: right; padding-top:10px; padding-right:10px; background-color: transparent}

/* set the link properties for the secondary navigation */
div.topNav a:link {display: inline; color: #3C3C3C; font-size: 12px; text-decoration: none; font-weight: bold; margin: 0px; padding: 0px; background-color: transparent}
div.topNav a:visited {display: inline; color: #3C3C3C; font-size: 12px; text-decoration: none; font-weight: bold; margin: 0px; padding: 0px; background-color: transparent}
div.topNav a:active {display: inline; color: #3C3C3C; font-size: 12px; text-decoration: none; font-weight: bold; margin: 0px; padding: 0px; background-color: transparent}
div.topNav a:hover {display: inline; color: #CC3333; font-size: 12px; text-decoration: none; font-weight: bold; margin: 0px; padding: 0px; background-color: transparent}
div.topNav a#current {display: inline; color: #CC3333; font-size: 12px; text-decoration: none; font-weight: bold; margin: 0px; padding: 0px; background-color: transparent}

hr { width: 100%; border-bottom: 1px solid #776655; margin: 0px; padding: 0px }

.verticalBar {display:inline; padding: 0px 4px; }

.bottomGapLarge {
display:block;
width: 20px;
height: 250px;
}

p.errorStr {
display: block;
width: 375px;
color: #CC3333;
font-style: oblique;
font-weight: bold;
font-size: 13px;
margin-bottom: 50px;
}
