body {
    padding-top: 40pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 0pt;
    -x-background-x-position: 0%;
    -x-background-y-position: 0%;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    background-color: rgb(205, 205, 205);
    font-family: arial;
    text-align: center; /* for IE */
    background-image: url(../shared/images/bodybg.gif);
}

img
{  border-style: none;
}

#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 70%;
}

#mainShadow{
	background-image: url(../shared/images/shadowdark.gif);
	background-repeat: repeat;
	float:left;
}

#mainBorder{
	width: 800px;
	border: 4px solid;
	border-color: black;
	background-color: white;
	background-image: url(../shared/images/contentbg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	float:left;
	position:relative;
	top: -10px;
	left: -10px;
}

#mainHeader{
	background-image: url(../shared/images/yellowBG.jpg);
	width:100%;
	height:99px;
}

#mainHeaderPic{
	background-position: right;
	background-repeat: no-repeat;
	width: 572px;
	height: 99px;
	float: right;
	width: 100%;
}

#pageTitle{
	position:relative;
	top: 50px;
	float: right;
}

#mainLogo{
	position:relative;
	top: -55px;
	left: -85px;
	float: left;
	margin-bottom: -150px;
	
}

#contentHeader{
	background-image: url(../shared/images/contentCorner.jpg);
	background-repeat: no-repeat;
	height: 41px;
	float:left;
	width:25px;
}

#theContent {
	padding-top: 35px;
	padding-left: 220px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#mainSideBar{
	background-image: url(../shared/images/yellowBG.jpg);
	float: left;
	text-align: right;
	padding-top: 60px;
	width:200px;
}

#mainSideBarContent{
	margin-left: 20px;
	margin-right: 10px;
}

.photos {
	padding: 5px;
	margin: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

#mainSideBarContent A:link {text-decoration: none;  color: Black; }
#mainSideBarContent A:visited {text-decoration: none;  color: Black; }
#mainSideBarContent A:active {text-decoration: underline; color: red;}
#mainSideBarContent A:hover {text-decoration: underline; color: red;}


#mainSideBarPicture{
	background-repeat: repeat-x;
	background-image: url(../shared/images/yellowwhiteVertFade.jpg);
	width: 100%;
	float: left;
	height: 155px;
}

#copyrightText{
	font-size: .8em;
	clear: both;
}

#rotateimage{
	padding-right: 15px;
}

.sectionHeader{
	height: 35px;
	font-weight: bolder;
	font-variant: small-caps;
	margin-bottom: 15px;
	background-image:url(../shared/images/bgline.gif);
	background-repeat:repeat-x;
}
.sectionHeader img{
	float: left;
	padding-left: 15px;
	padding-right: 5px;
}
.sectionHeader h2{
	font-size: 20px;
	padding-top: 13px;
}

.giantBullet{
	height: 35px;
	font-weight: bolder;
	font-variant: small-caps;
	margin-bottom: 15px;
}
.giantBullet img{
	float: left;
	padding-left: 15px;
	padding-right: 5px;
}
.giantBullet h2{
	font-size: 20px;
	padding-top: 13px;
}

.smallText{
	font-size: .9em;
}

.mediumText{
	font-size: 1em;;
}

#printNag{
  display:none;
}

#signalsLogoBox{
  background-color:white;
  text-align: center;
  padding-bottom: 2px;
}
