/*CSC styles document Generic information */
html {
height:100%;
width:100%;
}
body{
min-width: 1003px;
max-width: 100%;
background-color: #CCCCCC;
font-size:1em;
height:100%;
color:#000000;
font-Family: Arial, Helvetica, sans-serif;
background-position:5px 0px;
text-align: center;/*ie 5 hack*/
}
#branding, #content, #footer{
margin-left: auto;
margin-right: auto;
width: 820px;
text-align:left;
border-left: 5px solid #ffffff;
border-right: 5px solid #ffffff;
background-color:#ffffff;
}
#branding{
padding:0px;
height: 100px;
border-top: 10px solid #ffffff;
}
#logo
{
padding:0px;
float:left;
width:160px;
height:100px;
background-image:url("images/csc-logo.jpg");
background-repeat:no-repeat;
background-position:left center;
background-color: #ffffff;
}
#brand{
float:left;
width:660px;
padding:0px;
height: 100px;
background-image: url('images/header.jpg');
background-repeat:no-repeat;
background-position:right 0px;
}
#content
{
font-size:80%;
padding:0px;
height:auto;
overflow:hidden;
}
#left_space
{
float:left;
padding:10px 0px 0px 0px;
width:160px;
height:470px;
background-image:url("images/nav_bg.gif");
background-position: 1px 1px;
background-color:#666666;
}
#sitemap{
padding:0px;
width:160px;
margin:0px;
height:100%;
}
#sitemap li{
display:block;
margin:0px;
text-indent:20px;
padding:8px 0px 12px 0px;
border-bottom: 1px groove #cccccc;
}
#sitemap a{
color:#FFFFFF;
font-size:90%;
font-weight:bold;
display:block;
text-decoration:none;
background-image:url("images/arrow.gif");
background-repeat:no-repeat;
background-position:5px center;
width:160px;
padding:0px 0px 0px 0px;
outline:none;
}
#sitemap a:hover{
color:#cccccc;
font-weight:bold;
display:block;
text-decoration:none;
background-image:url("images/arrow.gif");
background-repeat:no-repeat;
background-position:5px center;
width:160px;
padding:0px 0px 0px 0px;
}
#body_text
{
float:left;
margin:0px;
font-size:95%;
width:600px;
min-height:inherit;
height:auto;
overflow:auto;
background-color: #ffffff;
padding: 0px 20px 0px 20px;
text-align:justify;
}
.image{
padding: 0px 0px 15px 15px;
float:right;
width:250px;
height:156px;
background-color:#FFFFFF;
}
h1{
padding-top:20px;
font-size:120%;
color:#000000;
}
#footer{
padding:10px 0px 0px 0px;
height: 30px;
font-size: 75%;
line-height: normal;
background-color: #fff;
border-bottom:  10px solid #ffffff;
clear:both;
}
#ft_links{
color:#000000;
margin: 0px;
padding: 0px 0px 0px 180px;
height: 30px;
list-style-type: none;
text-decoration: none;	
}
#ft_links li{
float:left;
display:inline;
height: 30px;
margin: 0px;
padding-left: 6px;
list-style-type: none;
}
#ft_links a{
padding: 0px 6px 0px 0px;
color: #000000;
list-style-type: none;
text-decoration: none;
background-color: #fff;
line-height:normal;
border-right:1px solid black;
outline:none;
}
#ft_links a:hover{
padding: 0px 6px 0px 0px;
color: #cccccc;
list-style-type: none;
text-decoration: none;
background-color: #fff;
}
#ft_links a:active{
padding: 0px 6px 0px 0px;
color: #FF0033;
list-style-type: none;
text-decoration: none;
background-color: #fff;
}
/*search results*/
#body_text_search{
float:left;
margin:0px;
width:70%;
height: auto;
background-color: #ffffff;
padding: 0px 20px 0px 20px;
text-align: left;
}
.csc{
font-family: Arial, Helvetica, sans-serif;
FONT-SIZE: 100%;
font-weight: bold;
color: #000000;
text-decoration: none;
}
a:link.csc, a:visited.csc, a:hover.csc, a:active.csc, p.Micro {
font-family: Arial, Helvetica, sans-serif;
FONT-SIZE: 100%;
font-weight: bold;
text-decoration: none;
}
a:link.csc{
outline:none;
}
a:hover.csc{
color: #6699cc;
text-decoration: underline;
}
a:active.csc{
color: #6699cc;
}
p.Micro{
color:#333;
width: 65%;
}
table.Micro{
color:#333;
border-collapse:collapse;
width: 65%;
margin-top:80px;
}
tr.MicroHeader{
FONT-SIZE: 110%;
font-weight:bold;
color:#FFFFFF;
background-color: #999999;
padding:5px 0px 5px 0px;
width: 65%;
height: 20px;
text-align: left;
}
tr.MicroAltItem, tr.MicroItem{
padding:2px;
}