body {
	background-color: #EABD69;
}

.header {
	border-top: thin solid #474794;
	border-left: thin solid #474794;
	border-right: thin solid #474794;
	border-bottom: thin solid #474794;
}

.title {
	font-size: x-large;
	font-weight: bold;
	margin-left: 3px;
	padding-left: 3px;
/*	color: #474794;*/
	color: #990000;
}

.menu_divider {
	color: #FFFFFF;
}

a.menu {
	font-size: x-small;
	font-weight: bold;
}

.padded {
	margin-left: 3px;
	padding-left: 3px;
}

a.menu:link, a.menu:active, a.menu:visited {
	text-decoration: none;
	color: white;
}

a:focus, a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a.submenu {
	color:red;
}

.border_bottom {
	border-bottom: thin solid #474794;
}

.left_padding {
	margin-left: 6px;
	padding-left: 6px;
}

.right_padding {
	margin-right: 6px;
	padding-right: 6px;
}

.white {
	color:white;
}

a.email {
	color:blue;
}

a.drugs {
	font-size: x-small;
	text-decoration: none;
}

.drug_header {
	font-size:13.5pt;
	font-family:Arial;
	color:#339933;
	font-weight: bold;
}

.drug_subhead {
	font-family:Arial;
	color:#339933;
	font-weight: bold;
}

.purple {
	color:#9338B4;
}


