.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.sote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.bodysmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.hed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #333366;
}
.subhed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333399;
}
.bodytablewhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #EEEEEE;
}
.bodytable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.main {
	float: left;
	white-space: normal;
	display: block;
	margin: 5px;
	padding: 5px;
	width: 575px;
	position: fixed;
	visibility: visible;
	text-align: left;
	vertical-align: top;
}
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(http://salt.claretianpubs.org/graphics/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(http://salt.claretianpubs.org/graphics/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(http://salt.claretianpubs.org/graphics/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(http://salt.claretianpubs.org/graphics/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
.widthlessbox {
			margin: 0 25%; /* NO WIDTH! Opens up a world of possibilities! */
			background: url(http://salt.claretianpubs.org/graphics/sbbody-r.gif) no-repeat bottom right;
			font-size: 100%;
}

/* assume intended width is 350px with 15px image gap on either side and 25px in-image padding*/
.measure { width: 800px; background: blue; margin: 20px auto 0; } /* max image width inc outside gap = measure2 + outside gap */
.measure2 { width: 750px; background: red; margin: 0 auto 0; }    /* Interior Image = max interior width excluding drop shadows/glows */
.measure3 { width: 700px; background: green; margin: 0 auto 0; }  /* Interior padding = max interior width */
.measure, .measure2, .measure3 {
    font-size: 62.5%;
    text-align: center;
    padding: 1px 0 2px;
    color: #fff;
}

/* set the image to use and establish the lower-right position */
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(http://salt.claretianpubs.org/graphics/background2625.jpg) no-repeat bottom right;
    margin: 0;
    padding: 0; 
}

.cssbox {
	width: 800px !important;   /* intended total box width - padding-right(next) */
	width: 750px;              /* IE Win = width - padding */
	padding-right: 15px;         /* use to position the box */
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

/* set the top-right image */
.cssbox_head {
	background-position: top right;
	margin-right: -15px;       /* pull the right image over on top of border */
	padding-right: 40px;       /* right-image-gap + right-inside padding */
	height: auto;
}

/* set the top-left image */
.cssbox_head h2 {
    background-position: top left;
    margin: 0;                 /* reset */
    border: 0;                 /* reset */
    padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */
    height: 200 px; 
    height: 1%;                /* IE Holly Hack */
}

/* set the lower-left corner image */
.cssbox_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-position: bottom left;
	margin-right: 25px;        /* interior-padding right */
	padding: 15px 0 15px 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* Misc Text formatting */
.cssbox_head h2 {
    color: white;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 16px;      /* this is tricky if box width is in ems */
    text-align: center; 
    text-shadow: rgb(0,0,0) 0px 2px 5px; /* Safari-only, but I'm doing it just 'cause I can */
}
.cssbox_body p {
    margin: 0 0 20px;
}
.cssbox_body a, .css_body a:hover {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-decoration: underline;
}

code { 
    white-space: pre; 
}
.cssbox_head1 {    background-position: top right;
    margin-right: -15px;       /* pull the right image over on top of border */
    padding-right: 40px;       /* right-image-gap + right-inside padding */
}
.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	background-color: #79B3EC;
	display: block;
	margin: 10px;
	padding: 10px;
	float: right;
	height: 350px;
	width: 160px;
	border: 1px dotted #999999;
	position: relative;
	visibility: inherit;
	overflow: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	clear: left;
	padding-top: 10px;
}
.sidebarleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	background-color: #3366CC;
	background-repeat: repeat;
	background-position: left top;
	text-align: left;
	vertical-align: text-top;
	white-space: normal;
	display: inline;
	margin: 10px;
	padding: 10px;
	float: left;
	height: auto;
	width: auto;
	border: 1px dotted #003366;
	position: fixed;
	visibility: visible;
	z-index: auto;
	clear: both;
	overflow: hidden;
}
.navbox {
	background-color: #CCCCCC;
	border: 1px dashed #999999;
	height: 25px;
	width: auto;
}
