/* Start of CMSMS style sheet 'Homepage Stylesheet' */
* {
margin: 0; 
padding: 0; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
line-height: 14px; 
}
/*Override defaults for all tags. */

BODY {
background-image: url(images/home/background.gif);
background-repeat: repeat-x;
background-color: #507588; 
}

TABLE.layout {
margin-top: 0px; 
margin-right: 0px; 
margin-bottom: 0px; 
margin-left: 0px; 
border-spacing: 0px;
border: inset 0px;
border: outset 0px;
}

TD { 
vertical-align: top; 
}

TD.frame-top {
background-image: url(images/frame-top.gif);
background-repeat: repeat-x;
background-color: #507588;
}

TD.frame-bottom {
background-image: url(images/home/frame-bottom.gif);
background-repeat: repeat-x;
background-color: #507588;
}

TD.frame-left {
background-image: url(images/frame-left.gif);
background-repeat: repeat-y;
background-color: #507588;
}

TD.frame-right {
background-image: url(images/frame-right.gif);
background-repeat: repeat-y;
background-color: #507588;
}

TD.canal_slice {
background-image: url(images/home/canal_slice.jpg);
background-repeat: no-repeat;
background-color: #b25419;
}

TD.blue {
background-color: #507588;
}

TD.orange {
background-color: #b25419;
}

TD.green {
background-color: #699138;
}

TD.white {
background-color: white;
}

TD.home-body_text { 
background-image: url(images/home/body_text_bg.gif);
background-repeat: no-repeat;
background-color: #b59b0a;
padding-left: 30px; 
padding-right: 15px; 
padding-top: 19px; 
padding-bottom: 18px; 
}

TD.image_stack { 
background-image: url(images/home/image_stack_bg.jpg);
background-repeat: repeat-y;
background-color: #699138;
}

TD.home-nav { 
background-color: white; 
padding-left: 30px; 
padding-right: 15px; 
padding-top: 37px; 
padding-bottom: 20px; 
}

TD.post_segment-white { 
background-image: url(images/home/post_segment-white.jpg);
background-repeat: repeat-y;
background-color: gray;
}

TD.news {
padding: 10px; 
color: #777777; 
}

TD.footer {
padding-top: 12px; 
padding-bottom: 0px; 
font-size: 10px; 
line-height: 12px; 
color: white; 
}

TD.credits {
padding-top: 24px; 
padding-bottom: 0px; 
font-size: 10px; 
line-height: 12px; 
color: #1F3E47; 
}

P { 
margin-top: 8px; 
margin-bottom: 0px; 
}

/* sandbag images */
img.sandbag {
float:right;
clear:right;
padding:0;
/* background: green; */
}

/* link attributes */
a {color: #215D73; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; line-height: 12px; text-decoration: none;}
a:hover {text-decoration: underline;}

/* link attributes in footer*/
a.footer {color: white; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; line-height: 12px; text-decoration: none;}
a.footer:hover	 {text-decoration: underline;}

/* link attributes in credits*/
a.credits {color: #1F3E47; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; line-height: 12px; text-decoration: none;}
a.credits:hover {text-decoration: underline;}

/* End of 'Homepage Stylesheet' */

