/* Global Styles */


body {
	margin:0px;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	color:#9CF;
	letter-spacing:0.1em;
	background: #125;
	text-align: justify;}
	
hr {
	height:1px; 
	color: #ccc;
	border: none;}
	
a {
	color: #C30;
	text-decoration:underline;}
	
a:hover {
	color: #FFF;
	text-decoration:none;}

h1 {
	font-size: 1.4em;
	color: #C30;
	letter-spacing: .1em;
	font-weight:normal;
	text-align: center;
	line-height: .55em}

h2 {
	font-size: 1.1em;
	letter-spacing: .3em;
	color: #C30;}

h3 {
	font-size: .8em;}
	
h4 {
	font-size: 1.4em;
	color: #C30;
	letter-spacing: .1em;
	font-weight:normal;
	line-height: .6em;
	text-align: left;}
h4 a{
	font: bold 1.15em "arial black";
	color:  #138;
	letter-spacing: 0em;
	text-decoration:none;}

h4 a:hover{
	background: url(Images/doct_hov.png) repeat-x center;
	color:  #000;}
	

		
	
	
/* ID Styles */

#navigation {
	font: bold .85em arial;
	letter-spacing: 0em;}

#navigation a {
	color: #9CF;
	text-decoration: none;
	letter-spacing:.1em;
	text-align: left;
	line-height:16px;
	display:block;
	padding:8px;
	border: 1pt dotted;
	border-right: 0;
	border-left: 0;
	border-color: #125;}
	
#navigation a:hover {
	color:#fff;
	border: 1pt dotted;
	border-right: 0;
	border-left: 0;
	border-color: #c30;}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;}

#address {}
	
#address a{
	color: #9cf;}

#address a:hover{
	color: #fff;
	font-weight:bold;}
	
#links a{
	letter-spacing: 0em;
	color: #9cf;}

#links a:hover{
	display:block;
	color: #fff;}

	



/* Class Styles */
	
.smalltext {
	font-size: .8em;
	line-height: 1.5em;
	letter-spacing: .02em}

.spacedtext {
	line-height: 1.5em;
	text-align: justify;}

.nospace *{
	margin: 0;
	padding: 0;}

.nospace li {
	margin-left: 3em;
	list-style: disc;
	letter-spacing: .05em;}
.nospace p {
	margin-left: 3em;}
	
.medtext {
	font-size: 1em;
	line-height: 1.2em;
	letter-spacing: .1em}
	
.hlines {
	background: #c30;}
	
.vlines {
	background: #45a;}


	
