/* CSS Document */
BODY {font-family:  Garamond, "Times New Roman", Times, serif;
font-size:18px;
color: #000000;
/*background-image: url("graphics/sitebgs.jpg");*/
background-color:#ECE9B9;
}

H1, H2, H3{color:#5DC9CC;}

TD{font-size:18px;}

A:link { color: #0000FF;
font-family:  Garamond, "Times New Roman", Times, serif;
font-size:18px;
}
A:visited { color: #0000FF;
font-family:  Garamond, "Times New Roman", Times, serif;
font-size:18px;
}
A:active { color: #0000FF;
font-family:  Garamond, "Times New Roman", Times, serif;
font-size:18px;
}
A:hover { color: #D32222;
font-family:  Garamond, "Times New Roman", Times, serif;
font-size:18px;
}

A:link.leftnav { font-family: Garamond, "Times New Roman", Times, serif;
color: #FFFFFF;
font-size:25px;
font-weight:bold;
text-decoration: none;
}
A:visited.leftnav { font-family: Garamond, "Times New Roman", Times, serif;
color: #FFFFFF;
font-size:25px;
font-weight:bold;
text-decoration: none;
}
A:active.leftnav { font-family: Garamond, "Times New Roman", Times, serif;
color: #FFFFFF;
font-size:25px;
font-weight:bold;
text-decoration: none;
}
A:hover.leftnav { font-family: Garamond, "Times New Roman", Times, serif;
color: #188AD7;
font-size:25px;
font-weight:bold;
text-decoration: none;
}

A:link.reftext { color: #0000FF;
font-family:  Verdana, Arial, Tahoma;
font-size:11px;
}
A:visited.reftext { color: #0000FF;
font-family:  Verdana, Arial, Tahoma;
font-size:11px;
}
A:active.reftext { color: #0000FF;
font-family:  Verdana, Arial, Tahoma;
font-size:11px;
}
A:hover.reftext { color: #0000FF;
font-family:  Verdana, Arial, Tahoma;
font-size:11px;
}

.maintable{
background-color: #008080;
/*background-image: url("graphics/contentbg.jpg");*/
background-repeat:repeat-y;
border: 2px solid #000000;
}
.medical{background-image: url("graphics/medical2.gif");
background-repeat:no-repeat;
background-position:center;
}
.lefttext1{font-family: Garamond, "Times New Roman", Times, serif;
color: #FFFFFF;
font-size:14px;
font-weight:bold;
}

.lefttext2{font-family: Garamond, "Times New Roman", Times, serif;
color: #7FF9FF;
font-size:23px;
font-weight:bold;
}



li.page_item a:link { font-family: Garamond, "Times New Roman", Times, serif;
color: #FFFFFF;
font-size:23px;
font-weight:bold;
text-decoration: none;
}
li.page_item a:visited{ 
font-family: Garamond, "Times New Roman", Times, serif;
color: #FFFFFF;
font-size:23px;
font-weight:bold;
text-decoration: none;
}
li.page_item a:active{ 
font-family: Garamond, "Times New Roman", Times, serif;
color: #FFFFFF;
font-size:23px;
font-weight:bold;
text-decoration: none;
}
li.page_item a:hover{ font-family: Garamond, "Times New Roman", Times, serif;
color: #188AD7;
font-size:23px;
font-weight:bold;
text-decoration: none;
}

ul.sidelinks, ul.sidelinkstop{padding:0px; margin:0px;}
.widgettitle{display:none; margin:0px; padding:0px;}
li.widget{list-style: none; margin:0px; padding:0px;}
li.page_item{list-style: none; margin-bottom:15px; padding:0px; text-align:right; margin-left:0px; margin-right:0px; margin-top:0px;}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
