@import url("../common/stylesheets/index.css");

#banner	{ 
	background-color: #ccc;
	border-bottom-color: #bbb; 
}

#content-div {
	background-color: #eee;
	border-color: #bbb;
}

#contentinfo { 
	background-color: #ccc;
	border-top-color: #bbb; 
	border-right-color: #bbb; 
	border-bottom-color: #bbb;
}

.ahem { display : none;}

abbr, acronym, .help {border-bottom-color: #bbb;}

body, html {background-color: #ddd; color: black;}

html {
	background: #ddd url(images/graysmallbrick.png) repeat fixed top left; 
}

a:link     {text-decoration:underline; color:blue;    background:transparent;}
a:visited  {text-decoration:underline; color:maroon;  background:transparent;}
a:focus    {text-decoration:none;      color:black;   background:white; }
a:hover    {text-decoration:underline; color:red;     background:white;}
a:active   {text-decoration:none;      color:black;   background:white;}
:focus     {text-decoration:none;      color:black;   background:white;}

#current-icon {
    color: black; background:#eee;
}