/* Start of CMSMS style sheet 'Home' */
/* CSS Document */
body {
margin:0px;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
background-image:url(GRAPHICS/bkgd-body.gif);
background-color:#e7e8e9;
}

h1 {
line-height:20px;
}

#container {
position:relative;
margin:0px auto;
width:780px;
}

#page {
position:relative;
float:left;
width:780px;
background-image:url(GRAPHICS/bkgd-body.gif);
background-repeat:repeat-x;
background-color:#FFFFFF;
}

#header {
position:relative;
float:left;
width:780px;
height:89px;
background-color:#FFFFFF;
}

*html #header {
margin-top:-2px;
}

img#request {
position:absolute;
right:0px;
}


#mainnav {
position:relative;
float:left;
width:780px;
height:50px;
top:2px;
z-index:99;
}

#content{
position:relative;
float:left;
width:760px;
padding:10px;
background-color:#FFFFFF;
}

#breadcrumbs {
position:relative;
float:left;
width:100%;
padding-bottom:10px;
color:#b3b2b6;
}

#breadcrumbs a {
color:#b3b2b6;
}

#flash {
position:relative;
float:left;
width:580px;
height:436px;
}

#flashcontent {
position:absolute;
left:0px;
}

#right {
position:relative;
float:left;
width:166px;
margin-left:14px;
}

#news {
position:relative;
float:left;
width:166px;
top:10px;
font-size:10px;
background-image:url(GRAPHICS/news-bkgd.gif);
background-repeat:no-repeat;
background-color:#717073;
margin-bottom:20px;
color:#333333;
}

#news p {
padding:5px;
}

#news span.story {
color:#FFFFFF;
}

#news a:link,
#news a:visited {
color:#333333;
}

#feed {
position:relative;
float:left;
width:166px;
top:-10px;
}

#footer {
position:relative;
float:left;
width:740px;
padding:10px;
text-align:center;
border-top:10px solid #717073;
background-color:#FFFFFF;
margin-top:10px;
color:#b3b2b6;
}

#footer a:link,
#footer a:visited {
color:#b3b2b6;
}
/* End of 'Home' */

