body { font-family: optima, verdana, arial; background-color: #ccccff;}

p {color: #0d0c8e; font-size: 11pt; line-height: 16pt; padding-left: 40px; padding-right: 40px; margin-top: 0;}

h1 {color: #196604; font-size: 13pt; line-height: 18pt; padding-left: 40px; padding-right: 40px; margin-bottom: 0;}


/*~~~~~~~~~~~~~~~~~ Button Styles~~~~~~~~~~~~~~~~~*/

a:link 		{color: #0d0c8e;}
a:active 	{color: #0d0c8e;}
a:visited 	{color: #000000;}
a:hover 	{color: #287015;}

.buttons {
    width: 154px; height: 41px;
    margin: 0; padding: 0;
     margin-right: 25px;
     position: relative;
}

.buttons li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;
}

.buttons li, .buttons a {
    height: 35px; display: block;}
    
#btn1 {
	background: url(images/dr_rubman_btn.gif);
	left: 0; margin-top: -3px; width: 154px;
}

#btn2 {
	background: url(images/dr_gordon_btn.gif);
	left: 0; margin-top: 47px; width: 154px;
}
 
#btn1 a:hover {
    background: transparent url(images/dr_rubman_btn.gif)
    0 -41px no-repeat;
}

#btn2 a:hover {
    background: transparent url(images/dr_gordon_btn.gif)
    0 -41px no-repeat;
}

