/* CSS Document */



body {
	font: 1em; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 25;
	margin-right: 25;
	margin-bottom: 25;
	margin-left: 25;
	background-color: #C7D9ED;
	}

#container {
	width: 770px; /* the auto margins (in conjunction with a width) center the page */
	height: 1750px;
	border: 1px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #C3BCB2;
	}

#container_short {
	width: 770px; /* the auto margins (in conjunction with a width) center the page */
	height: 1000px;
	border: 1px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #C3BCB2;
	}



#container_long {
	width: 770px; /* the auto margins (in conjunction with a width) center the page */
	height: 2000px;
	border: 1px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #C3BCB2;
	}

#header {
	margin-left: 7px;
	margin-right: 7px;
	}

#topContent {
	padding-right: 20px;
	padding-top: 5px;
	margin-left: 7px;
	padding-left: 20px;
	}

#lowerContent {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	height: 950px;
	}

#lowerContent_short {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	height: 400px;
	}

#lowerContent_long {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	height: 1250px;
	}


#mainContent {
	margin-left: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	}


#image {
	float: left;
	margin-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	width: 300;
	height: 200;
	}

#xrayimage {
	float: left;
	margin-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	}
	
#ptimage {
	float: right;
	margin-top: 5px;
	padding-left: 15px;
	padding-bottom: 10px;
	}
		
#titleText {
	margin-left: 200;
	font-size: 13pt;
	font-weight: bold;
	padding-top: 20px;
	}

#sidebar_left_index {
	float: left;
	height: 725px;
	width: 120px;
	border-style: ridge ridge;
	border-width: 2px 2px;
	border-color: black black;
	margin-top: 25px;
	}

#sidebar_right_index {
	float: right;
	height: 600px;
	width: 550px;
	}

#sidebar_left_contact {
	text-align: left;
	float: left;
	height: 225px;
	width: 254px;
	padding-left: 90px;
	}

#sidebar_right_contact {
	text-align: right;
	float: right;
	height: 225px;
	width: 254px;
	padding-right: 110px;
	}

#sidebar_left_town {
	float: left;
	height: 225px;
	width: 45%;
	}

#sidebar_right_town {
	float: right;
	height: 225px;
	width: 45%;
	}

#blockquote {
	width: 320px;
	margin-left: 185px;
	text-align: justify;
	}

#footer {
	font-size: 0.8em;
	}

.style1 {
	font-size: 1.1em;
	font-weight: bold;
	}

.style2 {
	font-size: 1.2em;
	font-weight: bold;
	}
	
.style3 {
	font-size: 1.3em;
	font-weight: bold;
	}
	
.style09 {
	font-size: 0.9em;
	}
	
.footer {
	font-size: 0.8em;
	}
	
.style30 {
	color: #FF0000;
	}
	
.style31 {
	color: #FFCCCC;
	}

.style32 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.style33 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
