@charset "utf-8";
/* CSS Document */

A:link { text-decoration: none; color: #000066 }
A:visited { text-decoration: none; color: #003366 }
A:hover { text-decoration: underline; color: #333399 }
A:active { text-decoration: none; color: #000066 }


body {
		font-family: Arial, Helvetica, Geneva, sans-serif;
		background-color:#000000;
		color:#000000;
	 }
	
		
#wrapper {
			width: 900px;
			margin-right: auto;
			margin-left: auto;
		 }
		 
p		{
		color: #000000;
		font-size:15px;
		margin-left: 2em;
		margin-right: 2em;
		margin-bottom: 1em;
		}
		
p.indent {
			text-indent: 15px;
			}
			
.about {
		margin-left:60px;
		font-weight:bold;
		}

.bolditalic {
				font-weight:bold;
				font-style:italic;
				}
		
.picLabel {
			font-size:12px;
			font-weight:bold;
			color:#FFFFFF;
			background-color:#000000;
			text-align:center;
			}


		
ul		{
		font-size:15px;
		margin-left: 2em;
		margin-right: 2em;
		margin-bottom: 1em;
		}

li		{
		margin-top: 1em;
		margin-left: 2em;
		margin-right: 2em;
		list-style-image: url('../images/VTRadiologistSymbolLogoSm.gif'); 
		}
li.nobull
		{
		list-style-image: url('../images/spacer.gif'); 
		}	

		
.type	{
		font-weight: bold;
		font-style: italic;
		color: #000033;
		}
.address
		{
		color: #000033;
		font-weight: bold;
		text-align: center;
		}
			
h1		{
		color: #000033;
		font-family: Times, Georgia, serif;
		font-weight: bold;
		font-style: italic;
		font-size: 22px;
		margin-top: 1em;
		text-align: center;
		}
h3		{
		color: #000000;
		font-family: Times, Georgia, serif;
		font-weight: bold;
		font-style: normal;
		font-size: 18px;
		margin-top: 1em;
		margin-left: 1.5em;
		}
.bordered	{
			border-style: solid;
			border-color: #000033;
			border-width: 1px;
			padding: 6px;
			font-size: 13px;
			margin-left: 2em;
			margin-right: 23em;
			}
.copyright	{
			color: #cccccc;
			font-size: 13px;
			font-style: normal;
			font-family: Arial, Helvetica, Geneva, sans-serif;
			text-align: center;
			}
.designer	{
			color: #bfc3cc;
			font-size: 13px;
			font-style: italic;
			font-family: Times, Georgia, serif;
			text-align: center;
			margin-top: 1em;
			}
a.designer:link {
					color: #bfc3cc;
					background-color: inherit;
					text-decoration: none;
					}
a.designer:visited {
					color: #bfc3cc;
					background-color: inherit;
					text-decoration: none;
					}
a.designer:hover {
					color: #cccccc;
					background-color: inherit;
					textext-decoration: none;
					}
a.designer:active {
					color: #bfc3cc;
					background-color: inherit;
					textext-decoration: none;
					}
	  
.menu_links a:hover {
					 color: #3333cc;
				}
					
.menu_links {
			 text-align:center;
			 font-size:14px;
			 font-weight:bold;
			 color:#000000;
			 text-decoration:none;
			 padding-top: 2px;
			}
			
.heading {
			font-size:18px;
			color:#CCCCCC;
			background-color:inherit;
			}

.text {	
		font-size:14px;
		color:#CCCCCC;
		background-color:inherit;
		}		
			
#dropmenudiv{
position:absolute;
font-size: 13px;
border:1px solid black;
border-bottom-width: 0;
line-height:16px;
z-index:100;
padding: 2px;
}

#dropmenudiv a{
width: 100%;
display: block;
color:#FFFFFF;
border-bottom: 1px solid black;
text-decoration: none;
font-weight: bold;
padding: 2px 0;
text-indent: 4px;
}

#dropmenudiv a:hover{ /*hover background color*/
color:#000000;
background-color: #cfced6;

