﻿body
{
	font-family: Tahoma, Arial;
	background-color: #383610;
	vertical-align: top;
	text-align: center;
	background-image: none;
}
h1
{
	font-size: 24pt;
	margin-bottom: 0px;
	color: #d3d3af;
	font-style: italic;
	font-family: Georgia;
	letter-spacing: 1px;
}
#Yahoo
{
	clear: both;
	float: none;
	margin: 5px ;
	background-color: #72723c;
	width: 100%;
	text-align: left;
}
#Google
{
	clear: both;
	float: none;
	margin: 5px ;
	width: 100%;
	background-color: #a1a16b;
	text-align: left;
}
#ABC{
	clear: both;
	float: none;
	margin: 5px ;
	width: 100%;
	background-color: #d3d3af;
	text-align: left;
}
#MSNBC{
	clear: both;
	float: none;
	margin: 5px ;
	width: 100%;
	background-color: #d3d3af;
	text-align: left;
}

.copyright
{
	font-size: 10pt;
	color: #fae977;
	line-height: normal;
	font-style: italic;
	font-family: Arial;
	letter-spacing: normal;
	text-align: center;
	font-variant: small-caps;
}
.pubDate
{
	font-size: 10pt;
	color: Black;
	font-style: italic;
	text-align: right;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* Square Buttons		*/
a.squarebutton{
background: transparent url('media/square-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('media/square-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/*Animated Underlines		*/
a:link
{
	color: #383610;
	white-space: nowrap;
	text-decoration: none;
	font-size: 12pt;
	text-align: left;
}

a:visited
{
	text-decoration: none;
	color: #383610;
	font-size: 12pt;
	text-align: left;
}

a:hover
{
	text-decoration: none;
	background-image: url(media/animated_underline.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 6px;
	color: #d3d3af;
	font-size: 12pt;
	text-align: left;
}

a:active {
	text-decoration: none;
	font-size: 12pt;
	text-align: left;
}
/* Curly Corner */
.curlycontainer
{
	border: 1px solid #b8b8b8;
	margin-bottom: 1em;
	width: 85%;
	background-color: white;
	text-align: left;
}

.curlycontainer .innerdiv{
background: transparent url(media/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}

a.boldbuttons
{
	background: transparent url( 'media/roundedge-brown-left.gif' ) no-repeat top left;
	display: block;
	float: left;
	font: bold 13px Arial; /* Change 13px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span
{
	background: transparent url( 'media/roundedge-brown-right.gif' ) no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper
{
	/* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	text-align: center;
}

