/* CSS Document */

body  {
	background-color: #ffffff;
	margin: 10px auto auto 10px;
	padding: 0px;
    font-family:Verdana, Arial, Helvetica, sans-serif; 
    font-size: 9pt;
	}
	
h1{ font-size: 16px;
    text-align: center;
}

a  {
	color : #660000 ;       <!-- #e8c000 yellow -->
	text-decoration : none;
}

a:visited  {}

a:active  {}

a:hover  {
	color : Red;
	text-decoration : underline;
}

img {

            margin-right:  5 px;

}

#leftcol {
    width: 150px;
	padding-top: 5px;
}

#rightcol {
    width: 130px;
    padding-top: 75px;
    padding-left: 10px; <!-- 40 -->
}

.colad {
    width: 120px;
}

.bannerad {
    width: 750px;  <!-- 468 -->
    height: 600px;
    margin: 10px 0px;
}
.callout  {
	text-decoration : none;
	border: 1px solid #000000;
	margin: 4px;
	width: 120px; <!-- 130 -->
	font-size: 10px;
	padding: 5px;
}


.box {margin: 4px;}


#swoosh  {
    background-image: url(images/bg_brush1d.gif);
    background-repeat: no-repeat;
    padding: 40px 0px 0px 40px;
    // set min width to control content page resize
    width: 500px; <!--min- 600 -->
}


.topbar {
    <!-- width: 130px; -->
	width: 133px;
	list-style-type: none;
	margin: 60px 0px 0px 0px;
	padding: 0px;
}

.topbar a {
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight: bold;
	text-align: center;
	border: 1px solid #c0c0c0;		
	display: block;
	margin: 2px 0px 2px 0px;
 }   

.topbar a:link, a:visited  {
	color: #808080;
}
.topbar a:hover,  a:active  {
	background-color: #d8d9b9;
	border: 1px solid #666666;
	color: #000000;
}

#copyright{
	font-size : 7pt;
	text-align: center;
}

#footer{
	text-align: left;
}
