/* Stylesheet for the Feorag's Free Stuff section */

/* Links */

a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #663399;
	text-decoration: underline;
}

a:hover {
    background: #FFFF99;
    text-decoration: underline;
}

a:active {
    color: red;
    font-weight: bold;
    text-decoration: underline;
}



/* White body, black serif type */
body {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: medium;
	line-height: normal;
	font-family: serif;
	color: #000000;
	background-color: #FFFFFF;
}

/* headers */

h2.sidebar
{
	text-align: center;
}

h3.sidebar {
    text-align: left;
    margin: 1em 0em 0em;
    font-weight: bold;
    font-size: small;
    
}

/* DIVs */

#main
{
	background: #FFFFFF;
	vertical-align: top;
}

#sidebar
{
	font-size: small;
	vertical-align: top;
	margin: 0px 8px 0px 4px;
	float: left;
	min-width: 15%;
	max-width: 25%;
}

#uppersidebar
{
	background: #FFCC66;
	float: left;
	border-color: #000;
	border-width: 12px 2px 12px 2px;
	border-style: solid;
	padding: 4px 4px 8px 4px;
}

#lowersidebar
{
	background: #FFFFFF;
	clear: left;
	padding: 12px 4px 4px 4px;
}


/* Paragraph Styles */

p.sidelist {
    margin: 0em 0em 0em 1em;
}

p.footer {
    font-size: small;
    text-align: center;
}

/* Spans */

span.here {
    font-weight: bold;
    color: #006600;
}

span.new {
    font-weight: bold;
    color: #CC0000;
}

span.updated {
    font-weight: bold;
    color: #00CC00;
}

/*images */
img.noborder { 
border-style: none;
}