/*
CSS for AB Star healthcare site
*/

body {

background-color:#67a2c6;
background-image: url(images/main_bg.gif)	;
background-repeat: repeat-x;
text-align:center;


}

#header {
text-align:center;
}


h1 {
font-family: Verdana, sans-serif;
}

h2 {
font-family: Verdana, sans-serif;
color:green;
}


#copy a:visited {
color:white;
}

#bodycontent {

font-size:small;
font-family: Helvetica, Arial, sans-serif;
line-height: 125%;
margin: 0;
width:800px

}

img
{  border-style: none;
}

#main {

background-color:white;
padding: 30px;
width:800px

}

#copy {

font-family:verdana;
color:white;
font-size:10pt;
}

h1 {
padding-top: 10px;
}


/*
Navlist
*/

#navlist {

font-family: Verdana, Helvetica, Arial;
font-size: small;
padding:0;

}


#navlist
{	
margin: 0;
padding: 0 0 20px 20px;
border-bottom: 1px solid #000;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: right;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #003366;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: green;
}

#navlist a:hover { color: #000; }

/*
Positioning
*/

#header {

padding-left:0px;

}

#bodycontent, #main {

position:relative;
margin-left:auto;
margin-right:auto;
text-align:left;

}

