<style type="text/css">
<!-

/* Style sheet for Chordoma inner pages */

/* center page in browser window for IE, define body */

body	        {
                font-family: Georgia, "Times New Roman", "Times Roman", serif;
		font-size: 12px;
                text-align: center;
		}	

/* center page in browser window for other browsers */
		
#container      { 
                position: relative;
                width: 980px; 
                margin: 0 auto;
                text-align: left;
                }
		
p		{ 
		font-family: Georgia, "Times New Roman", "Times Roman", serif;
		font-size: 12px; 
		color: #000000; 
		text-align: left;
		}

/* heads */

.head1, .head2, .head3
                {
                font-family: Georgia, "Times New Roman", "Times Roman", serif;                
                }

		
.head1		{		
		font-size: 18px;
		font-weight:bold;
		color: #00608e; 
		text-align: left;
		}
		
.head2		{ 
		font-size: 16px;
		font-weight: bold;
		color: #2a7463; 
		text-align: left;
		}

.head3
                {
               	font-size: 14px;
		font-weight: bold;
		color: #00608e; 
		text-align: left;       
                }
                
.head4
                {
               	font-size: 12px;
		font-weight: bold;
		color: #2a7463; 
		text-align: left;
                text-transform: uppercase;
                }
                
/* links */

a:link, a:visited, a:active, a:hover
                {
                font-family: Georgia, "Times New Roman", "Times Roman", serif;
		font-size: 12px;
                text-align: left;
		font-weight: bold;
		text-decoration: none;
                }

a:link, a:visited
                {		
		color: #00608e;
		
		}

a:active, a:hover
                {		
		color: #ffae2d;		
		}

a:link.small, a:visited.small, a:active.small, a:hover.small
                {
                font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
                font-weight: normal;
		color: #000000;
                text-decoration: none;
                }

a:active.small, a:hover.small
                {
                color: #00608e;
                }

                
/* text fonts */

.text		{ 
		font-family: Georgia, "Times New Roman", "Times Roman", serif;
		font-size: 12px; 
		color: #000000; 
		text-align: left;
		}

.textcenter	{ 
		font-family: Georgia, "Times New Roman", "Times Roman", serif;
		font-size: 12px; 
		color: #000000; 
		text-align: center;
		}
		
.textitalic	{ 
		font-family: Georgia, "Times New Roman", "Times Roman", serif;
		font-size: 12px;
		font-style: italic; 
		color: #000000; 
		text-align: left;
		}

.textbold	{ 
		font-family: Georgia, "Times New Roman", "Times Roman", serif;
		font-size: 12px; 
		font-weight: bold;
		color: #000000; 
		text-align: left;
		}
                
/* primary navigation bar */

#harriscenter, #aboutchordoma, #patients, #physicians, #researchers, #contactinfo
                {
                position: absolute;
                width: 85px;
                height: 30px;
                top: 75px;
                }
                
#harriscenter
                {
                left: 370px;
                }

#aboutchordoma
                {
                left: 474px;
                }

#patients
                {
                left: 570px;
                }

#physicians
                {
                left: 670px;
                }

#researchers
                {
                left: 774px;
                }

#contactinfo
                {
                left: 876px;
                }

img
                {
                border: none;
                }

/* left side */

.left
                {
                font-family: Georgia, "Times New Roman", "Times Roman", serif;
		font-size: 12px; 
		color: #555555; 
		text-align: left;
                line-height: 18px;
                }
.pad
                {
                padding: 12px 12px 12px 16px;
                }
                
#blueline
                {
                width: 270px;
                height: 3px;
                padding: 8px 0;               
                }
                
/*  background art for top left of a few pages  */

#boxwithdots
                {
                background-image: url(images/box-with-dots.gif);
                height: 279px;
                width: 311px;
                }
                
/*  map on contact us page  */

#map
                {
                cursor: pointer;
                }

/* copyright notice at bottom of pages */

#copyright
                {
                font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px; 
		color: #000000;
                margin-left: 14px;
                }
.quote {
	font-style: italic;
	color: #F00;
	font-size: 14px;
}
</style>

