/* KAMP Style Sheet

	Created 09/15/2009 by Carol Buck

File name: kamp.css
Supporting Files: none
*/

body	{font-family: Arial, Helvetica, sans-serif}


h2	{font-size: 2em; letter-spacing: 0.2em; text-indent: 1em}
h3	{font-size: 2em; letter-spacing: 0.1em: text-indent: 0.5em}
h4	{font-size: 1em; letter-spacing: 0.05em: text-indent: 0.5em}

a	{display: block; margin: 0.3em}

#outer	{width: 55em}

#inner	{margin-left: 15em; padding-left: 1em; border-left: 0.3em solid gold}

#links	{float: left; width: 13em; border-style: outset; border-width:0.5em; border-color: sienna}
#links a:link	{text-decoration: none}
#links a:visited {text-decoration: none; color: black}
#links a:hover	{text-decoration: underline; color: #0000FF}
#links a:active	{text-decoration: none; color: #00CC33}

#name, #address, #degree, #specialty {width: 50em}

#pullout           {float: center; width: 500px; margin: 0px 0px 0px 0px; 
                    border: 5px outset orange; background-color: ivory;
                    font-size: 10pt; font-family: Arial, Helvetica, sans-serif}


#pullout h1	   {margin-top 0px; border botton: 2px solid orange}
