html,body{
  margin:0; /*** Do NOT set anything other than a left margin for the page or you will break the design ***/
  padding:0;
  border:0;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
body{
  font-family: verdana, arial, sans-serif;
  background:#532f74;
  min-width:827px; /*** This is needed for moz. Otherwise, the header and footer will
slide off the left side of the page if the screen width is narrower than the design.
Not seen by IE. Left Col + Right Col + Center Col + Both Inner Borders + Both Outer Borders ***/
  text-align:center; /*** IE/Win (not IE/MAC) alignment of page ***/
}

.clear{
  clear:both;

/*** these next attributes are designed to keep the div
height to 0 pixels high, critical for Safari and Netscape 7 ***/

  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}
* html .clear{height:auto;margin-bottom:0} /*** stops IE browsers from displaying
the clear div/br in the page, as these are for Moz/Opera and
Safari only. If IE 5.x Win DID display these, the page is too high ***/


/*#top {
	width:825px;
	height:35px;
	background: #532f74;
	margin: 0 auto 0 auto;
	border-bottom:2px solid #c5acdd;
	}*/
	
#top {
	height:5px;
	width: 825px;
	background: #fff;/*#532f74;*/
	margin: 0;
	padding: 0;
	/*border:1px solid #c5acdd;*/
	}	

#fullheightcontainer{
  margin-left:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  margin-right:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
  text-align:left; /*** IE Win re-alignment of page if page is centered ***/
  position:relative; /*** Needed for IE, othewise header and footer aren't contained
directly above and below the body ***/
  width:827px; /*** Needed for Moz/Opera to keep page from sliding to left side of
page when it calculates auto margins above. Can't use min-width. Note that putting
width in #fullheightcontainer shows it to IE and causes problems, so IE needs a hack
to remove this width. Left Col + Right Col + Center Col + Both Inner Border + Both Outer Borders ***/
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for Moz to give full height design if page content is
too small to fill the page ***/
}

#wrapper{
  min-height:100%; /*** moz uses this to make full height design. As this #wrapper
is inside the #fullheightcontainer which is 100% height, moz will not inherit heights
further into the design inside this container, which you should be able to do with
use of the min-height style. Instead, Mozilla ignores the height:100% or
min-height:100% from this point inwards to the center of the design - a nasty bug.
If you change this to height:100% moz won't expand the design if content grows.
Aaaghhh. I pulled my hair out over this for days. ***/
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Fixes height for non moz browsers, to full height ***/
  border-right:1px solid #000000; /*** Sets the external right side border. ***/
  border-left:1px solid #000000; /*** Sets the external left side border. ***/
  background:#EEEEEE; /*** Set background color for side columns for Safari & IE ***/
}

#wrapp\65	r{ /*** for Opera and Moz (and some others will see it, but NOT Safari) ***/
  height:auto; /*** For moz to stop it fixing height to 100% ***/
}
/* \*/
* html #wrapper{
  height:100%;
}
/* Last style with height declaration hidden from Mac IE 5.x */
/*** Fixes height for IE, back to full height,
from esc tab hack moz min-height solution ***/

#outer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:relative; /*** IE needs this or the contents won't show outside the parent container. ***/
  margin-left:175px; /*** Critical left col dimension value = left col width ***/
  width:473px; /*** Critical left and right col/divider dimension value (moves inversly) = center col width ***/
  border-right:1px solid #CCCCCC; /*** Sets the internal right side border. ***/
  border-left:1px solid #CCCCCC; /*** Sets the internal left side border. ***/
  background:#FFFFFF; /*** Sets background of center col***/
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
/*** Needed for full height inner borders in Win IE ***/
}
/*** The next style hack for widths are NOT needed if no internal side borders are needed ***/
* html #outer{ /*** IE5.x/win box model fix ***/
  width:475px; /*** Critical left and right col/divider dimension value
(moves inversly) = Center Col Width + Both Inner Borders ***/
  w\idth:473px; /*** Critical left and right col/divider dimension value (moves inversly) = Center Col Width ***/
}

#float-wrap{
  width:473px; /*** Critical left and right col/divider dimension value (moves inversly) = Center Col Width ***/
  margin-right:-1px; /*** Static fix, doesn't change ***/
  float:left;
  display:inline;
}

#left{
  width:177px; /*** Critical left col/divider dimension value = Left Col Width + 1px + One Internal Border Width ***/
  float:left;
  display:inline;
  position:relative; /*** IE needs this or the contents won't show
outside the parent container. ***/
  margin-left:-176px; /*** Critical left col/divider dimension value = left col width + one internal border width ***/
}
*>html #left{width:176px;} /*** Fix only for IE/Mac = left col width + one internal border width ***/

#container-left{
  width:175px; /*** Critical left col dimension value = left col width - 1px ***/
}

#right{
  float:left;
  display:inline;
  width:177px; /*** Critical right col/divider dimension value = right col width + 2px ***/
  margin-right:-175px; /*** Critical right col/divider dimension value = negative right col width ***/
  margin-left:-1px; /*** Static fix ***/
  position:relative; /*** IE needs this or the contents won't show
outside the parent container. ****/
}
/* \*/
* html #right{
  width:177px;
  margin-left:0px;
  margin-right:-500px;
  mar\gin-right:-177px;
}
/* Above style hidden from Mac IE */
/*** These commented-out rules below are there to explain the "Critical" info
     for the rules above, because comments must not appear within the Mac-hack.
     The "rules" below are not active, they are just for teaching purposes.

* html #right{
  width:177px; Critical right col/divider dimension value = right col width + one internal border width + 1px ***
  margin-left:0px; *** Critical right divider dimension value = a static 0px ***
  margin-right:-500px; *** IE5.x/win fix, must be above a critical number, but very high values appear okay ***
  mar\gin-right:-177px; *** Critical right col/divider dimension value  = negative (right col width + one internal border width + 1px) ***
}
***/

#container-right{
/* \*/
  width:175px;
/* Above hidden from IE-Mac */
/*** Critical right col dimension value = right col width ***/
  margin-left:3px; /*** Critical right divider dimension value = one internal border width + 2px ***/
  font-size:75%;
}
/* \*/
* html #container-right{
  fl\oat:right;
  di\splay:inline;
  margin-left:2px;
  mar\gin-left:0px;
}
/* Above style hidden from Mac IE */
/*** Above margin left set to = one internal border width + 1px ***/
/*** Static fixes ***/

/*** a Note on the Holly hack: if IE/Win shows bugs it's a good idea to apply the height:1%
     hack to different elements and see if that fixes the problem. Sometimes it may be
     necessary to use "position: relative;" on certain elements, but it's hard to tell in
     advance which elements will need such fixes. ***/
/*** This is a STATIC fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html #left{margin-right:-3px;}
/* Above style hidden from Mac IE */
/*** All the IE fixes that are inside seperate "Mac-hacks" may be grouped within
     just one Mac-hack for convenience if desired. However, each fix must come
     later than the rule it is fixing or the fix itself will be overridden. ***/

#center{
  width:473px; /*** Set to = center col width ***/
  float:right;
  display:inline;
/* \*/
  margin-left:-1px;
/* Hidden from IE-mac */
}
/*** clearheader heights are made from header height + borders +
any sidebar box height, less any sidebar intrusion.
Similar calcs for footers. ***/
#clearheadercenter{
  height:208px; /*** needed to make room for header in center column ***/
  overflow:hidden;
}

#clearheaderleft{
  height:198px; /*** needed to make room for header in left column ***/
  overflow:hidden;
}

#clearheaderright{
  height:198px; /*** needed to make room for header in right column ***/
  overflow:hidden;
}

#clearfootercenter{
  height:183px; /*** needed to make room for footer in center column ***/
  overflow:hidden;
}

#clearfooterleft{
  height:183px; /*** needed to make room for footer in left column ***/
  overflow:hidden;
}

#clearfooterright{
  height:183px; /*** needed to make room for footer in right column ***/
  overflow:hidden;
}

#footer{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  clear: both;
  width:827px; /*** Set to Left Col + Right Col + Center Col + Both Inner Borders +
Both External Borders ***/
  height:52px; /*** = Bottom Margin + One Outer Border + body to footer divider depth +
subfooter1 height + any other subfooter heights ***/
  overflow:hidden;
  margin-top:-52px; /*** negative height ***/
}

#sub-footer1 {
  background:#EEEEEE; /*** Background Color of Sub-footer #1 ***/
  text-align:center;
  margin:0 1px; /*** Margin to show left and right External Borders - all sub-headers (masthead) and the sub-footer ***/
  height:50px; /*** sub-footer row height ***/
}

#header{
  z-index:1; /*** Critical value for Moz/Opera Background Column colors fudge to work ***/
  position:absolute;
  top:0px;
  width:827px; /*** Set to Left Col (not if left sidebar fully intrudes into header or left sidebar is off)
+ Right Col (not if right sidebar fully intrudes into header or right sidebar is off) + Center Col + Both Inner
Borders (not if any sidebar intrudes into masthead or footer, or Inner Borders are off) + Both External Borders
(not if external borders are off) ***/
  height:203px; /*** = Top Margin + One Outer Border + header to body divider depth +
masthead height + any other subheader heights ***/
  overflow:hidden;
}

.outer_horiz_border, .sb_outer_horiz_border{
  background:#EEEEEE;
  height:0px;
  overflow:hidden;
  font-size:0px
}

#masthead {
  background:#532f74; /*** Background Color of Masthead ***/
  text-align:center;
  margin:0 1px; /*** Margin to show left and right External Borders - all sub-headers and sub-footers ***/
  height:196px; /*** sub-header row height ***/
}

#gfx_bg_middle{
  top:0px;
  position:absolute;
  height:100%;
  overflow:hidden;
  width:473px; /*** = Center Col Width ***/
  margin-left:175px; /*** = Left Col Width ***/
  background:#FFFFFF; /*** Set background color for center column for Mozilla & Opera ***/
  border-right:1px solid #CCCCCC; /*** Sets the internal left side border.
Remove border styles if no Internal Borders. ***/
  border-left:1px solid #CCCCCC;
  border-left:1px solid #CCCCCC;
}
* html #gfx_bg_middle{
  display:none; /*** Hides the moz fix from IE ***/
}




/*body {
	height: 1%;
	font-family: verdana, arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #532f74;
	}*/

p.announce {
	font-size: 1.2em;
	text-align: center;
	color: #fff;
	line-height: 130%;
	border: none;
	}

p.indent {
	margin: 0px 25px 0px 25px;
	line-height: 100%;
	}

a {
	color: #532f74;
	text-decoration: none;
	font-weight: bold;
	}

a:link {
	color: #532f74;
	text-decoration: none;
	}

a:visited {
	color: #532f74;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	text-decoration: none;
	}

h1 {
	font-family: verdana, arial, sans-serif;
	font-size: 120%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	}

h2 {
	font-family: verdana, arial, sans-serif;
	font-size: 114%;
	color: #006699;
	margin: 0px;
	padding: 0px;
	}

h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	}

h4 {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	}

h5 {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	}

h6 {
	font-family: verdana, arial, sans-serif;
	font-size: 70%;
	color: #BDBDBD;
	margin: 0px;
	padding: 0px;
	}

ul {
	margin: 0;
	padding: 0;
	}

li {
	margin: 0;
	padding: 0;
	}

ul.disk {
	list-style-type: disc;
	}

ul.noBullet {
	list-style-type: none;
	}

label {
	font-family: arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #334d55;
	}

/*---------------IDs---------------*/

#container-center ul {
	list-style-type: square;	
	margin: 15px 15px 15px 55px;
	}

#advert {
	padding: 7px 7px 7px 7px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 15px 9px 15px 9px;
	}

#advert img {
	display: block;
	margin: auto;
	}

#advert p {
	text-align: center;
	}

#advert a:hover {
	color: #8c8c8c;
	text-decoration: none;
	}

#container {
	position: relative;
	height: 1%;
	width:825px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 4px solid #bbb;
	}

#content {
	width: 473px;
	height: 100%;
	text-align: left;
	background-color:#ffffff;
	float: left;
	clear: right;
	}

#content ul {
	font-weight: bold;
	text-align: left;
	list-style-type: square;	
	margin: 15px 15px 15px 15px;
	}

#content li {
	line-height: 50%;
	margin: 10px 15px 10px 30px;
	}

#events {
	font-size:80%;
	}

#events th {
	background-color:#ffffff
	}

#globalNav {
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCC;
	color: #cccccc;
	}

#globalNav img {
	display: block;
	}

#globalNav a {
	font-size: 80%;
	padding: 0 4px 0 0;
	}

/*#headlines {
    float: right;
	clear: right;
	width: 175px;
	height: 100%;
	border-left: 1px solid #cccccc;
	background-color:#eeeeee;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 75%;
	}*/

#container-right h3 {
	padding: 0;
	margin: 10px 0 0 0;
	text-align: center;
	}

#container-right h4 {
	padding: 0;
	margin: 0;text-align: center;
	}

#container-right p {
	margin: 7px 0px 7px 0px;
	}

#container-right ul {
	font-weight: normal;
	text-align: left;
	list-style-type: square;	
	padding: 0 10px 0 10px;
	}

#container-right li {
	line-height: 140%;
	margin: 12px 10px 10px 25px;
	font-size: 95%;
	}	

#navbar {
	width: 825px;
	margin: 0 auto 22px 0px;
	padding: 0;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	/*border: 1pt solid #000;*/
	}

* html #navbar {
	margin: 0 0 0 0;
	}

#navbar ul {
	font-family: arial, verdana, helvetica, geneva, tahoma, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#navbar li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: lowercase;
	}

#navbar a {
	float: left;
	color: white;
	background: #532f74 url(images/color_tabs_left.gif) no-repeat left top; /*#779e83*/
	margin:0 2px 0 0;
	padding: 0 0 2px 3px;
	text-decoration: none;
	letter-spacing: 1px;
	}

#navbar a span {
	float: left;
	display: block;
	background: transparent url(images/color_tabs_right.gif) no-repeat right top;
	padding: 4px 3px 2px 2px;/*padding:4px 9px 2px 6px;*/
	}
	
#navbar a span {
	float: none;
	}

#navbar a:hover {
	background-color: #dfd0eb;
	color: #532f74;
	}

#navbar a:hover span {
	background-color: #dfd0eb;
	}

#navbar #current a, #current #span { /*currently selected tab*/
	background-color: #dfd0eb;
	color: #532f74;
	font-weight: bold;
	}

#navbar #special #span { /*special category tab*/
	background-color: #53745c;
	color: #fff;
	}

#navbar #special a { /*special category tab*/
	background-color: #53745c;
	color: #fff;
	}
	
#navbar #special a:hover {
	background-color: #dfd0eb;
	color: #007000;
	}	

#navbar #special a:hover span {
	background-color: #dfd0eb;
	}


#logoMain {
    background-color: #ffffff;
	padding: 0px 10px 0px 10px;
	margin: 0;
	width: 175px;
	float:left;
	*/clear: right;*/
	}

/*#masthead {
    background-color:#ffffff;
	padding: 0;
	margin: 0;
	width: 825px;*/
	}

#masthead a:hover {
	background-color: #fff;
	}

#masthead a img {
	border: none;
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	float:right;
	clear: right;
	}

#masthead a:hover img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
	background-color: #fff;
	}

#mast1 {
    background-color:#fff;
	padding: 0;
	margin: 0;
	width: 126px;
	height:161px;
	float:left;
	clear:right;
	}

#mast2 {
    background-color:#fff;
	margin: 0;
	padding: 0;
	width: 126px;
	height:161px;
	float:left;
	clear:right;
	}

#mast3 {
    background-color:#fff;
	margin: 0;
	padding: 0;
	width: 126px;
	height:161px;
	float:left;
	clear:right;
	}

#mast4 {
    background-color:#fff;
	margin: 0;
	padding: 0;
	width: 126px;
	height:161px;
	float:left;
	clear:right;
	}

#mast4d {
    background-color:#fff;
	margin: 0;
	padding: 0;
	width: 252px;
	height:161px;
	float:left;
	clear:right;
	}

#mast5 {
    background-color:#fff;
	margin: 0;
	padding: 0;
	width: 126px;
	height:161px;
	float:left;
	clear:right;
	}

/*#navBar {
	float: left;
	clear: right;
	width: 175px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#eeeeee;
	border-right: 1px solid #cccccc;
	}*/
 
#container-left ul a:link, #navBar ul a:visited {
	display: block;
	border-bottom-color: #4866AC;
	}

#container-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */

#container-left li {
	border-bottom: 1px solid #EEE;
	}

/* fix for browsers that don't need the hack */

html>body #container-left li {
	border-bottom: none;
	}

#news {
	font-family: arial, verdana, san-serif !important;
	margin: 10px 7px 10px 7px;
	color: #000;
	background-color: #fff;
	border: 1px solid #bbb;
	}

#news img {
	display: block;
	margin: auto;
	}

#news p {
	text-align: center;
	margin: 10px 7px 10px 7px;
	}

#news ul {
	font-family: arial, verdana, san-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	list-style-type: square;	
	margin: 10px 0px 10px 0px;
	padding: 0px 15px 0px 25px;
	}

#news li {
	line-height: 75%;
	margin: 0px 7px 5px 0px;
	}	

#news a {
	color: #fff;
	}

#news a:link {
	color: #000;
	}

#news a:visited {
	color: #000;
	}

#news a:hover {
	color: #532f74;
	text-decoration: none;
	background-color: transparent;
	}		


#pageName {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}

#picbox {	
	width: 423px;
	background-color: #eee;
	border: 2px solid #ccc;
	margin: 20px auto 0 auto;
	padding: 30px 0px 30px 0px;
	}

#picbox img {	
	display: block;
	margin: auto;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #bbb;
	border-left: 4px solid #bbb;
	}

#sectionLinks {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	}

#sectionLinks li {
	font-size: 90%;
	}

#sectionLinks h3 {
	padding: 10px 0px 2px 10px;
	text-align: left;
	}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	font-weight: normal;
	text-align: left;
	}

#sectionLinks a:hover {
	display: block;
	color: #532f74;
	background-color: #bbb;
	text-decoration: none;
	}

#siteInfo {
	background-color:#bbbbbb;
	font-size: 75%;
	color: #ffffff;
	line-height: 300%;
	}

#siteInfo img {
	padding: 4px 4px 4px 10px;
	}

#siteInfo a {
	color: #ffffff;
	font-weight: bold;
	}

#siteInfo a:hover {
	color: #8651b8;
	font-weight: bold;
	text-decoration: none;	
	background-color: transparent;
	}

#siteName {
	margin: 0;
	padding: 0 0 0 10px;
	}

/*---------------Classes---------------*/

.announce {
	background: #532f74;
	padding: 3px 3px 3px 3px;
	color: 808080;
	font-weight: bold;
	margin: 10px 10px 10px 10px !important;
	border: 2pt solid #c5acdd;
	}	

.dropcap {
	float: left;
	margin: 0 0 -1px 0;
	font-family: verdana,arial,sans-serif;
	margin-right: 0px;
	font-size: 5.2em;
	font-weight: bold;
	color: #c5acdd;
	line-height: 80%;
	}

.feature {
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	}

.feature h3 {
	padding: 30px 0px 5px 0px;
	text-align: center;
	}

.feature img {
	float: left;
	padding: 10px 10px 0px 0px;
	}

.relatedLinks {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	}

.relatedLinks h3 {
	padding: 10px 0px 2px 10px;
	text-align: left;
	}

.relatedLinks a {
	font-size: 80%;
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	font-weight: bold;
	text-align: center;
	}

.relatedLinks a:hover {
	display: block;
	background-color: #dddddd;
	text-decoration: none;
	font-weight: bold;
	}

.relatedLinks p {
	text-align: center;
	font-size: 75%;
	margin-top: 0px;
	margin-bottom: 5px;
	}

.sdLogo {
	width: 100px;
	height: 18px;
	margin: 0 auto 0 auto;
	text-align: center;
	float: none;
	}

.story {
	clear: both;
	font-size: 80%;
	padding: 10px;
	}

.story p {
	color: #8c8c8c;
	text-align:left;
	line-height: 150%;
	margin: 10px 15px 10px 15px;
	}

.story ul {
	font-weight: bold;
	}
	
p.lessSpace {
	color: #8c8c8c;
	text-align:left;
	line-height:100%;
	margin: 0px 15px 0px 15px;
	}
