﻿body {
	background-color: #3333CC;
	color: black;
	font-size: x-small;
	font-family: verdana, arial;
	margin: 0px;
	padding: 0px;
}

td {
	text-align: left;
	vertical-align:top;
	padding: 3px;
}

#linkbar {
	background-color: black;
	text-align:center;
	padding: 5px;
}

div#title {
	background-image:url('images/top.jpg');
	background-repeat:no-repeat;
}

div#main {
	width: 740px;
	background-color: white;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size:large;
	border-bottom:thin gray dotted;
}

#footer {
	text-align:	center;
	background-color: #e5e5e5;
	border-top: 1px solid gray;
	padding:6px;
	
}

#google {
	text-align:center;
}

#dropdown {
	vertical-align:top;
	text-align: right;
	padding: 4px;
}

#left {
	background-color: black;
	color: white;
	width: 180px;
}

#remedylist {
	padding-left: 12px;
}

.leftmenu {
	color: white;
	font-weight: bold;
	display:block;
	margin-bottom: 2px;
}

h1 {
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

.h1link {
	color: white;
	text-decoration:none;
}