body {
	margin:0px;
	padding:0px;
	color: #555555;
	background : url('../images/background.png') repeat-x;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:10pt; font-family:sans-serif;
}

textarea,input,td,a,span.normalFont {
	font-style:normal; font-variant:normal; font-weight:normal; font-size:10pt; font-family:sans-serif;
}


td.padded {padding-left:10px;}
th {font-size:10pt;}

div.wrap {
	margin : 0;
	padding : 0;
	width : 800px;
}

div.header {
	margin : 0;
	padding : 0;
	background : url('../images/header.png');
	height:120px;
}

div.menu {
	margin : 0;
	padding : 0;
	text-align:left;
	background: transparent;
	height: 30px;
	max-height: 30px;
	min-height: 30px;
	margin-top:-35px;
}

div.menu ul {
	background: url('../images/menu.png') repeat-x top left;
	overflow : hidden;
	height: 30px;
	padding-left:0px; padding-right:0px; padding-top:7px; padding-bottom:7px
}


div.menu ul li {
	list-style: none;
	display: inline;
}

div.menu ul li a:link, div.menu ul li a:active, div.menu ul li a:visited {
	background: transparent;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 5px 10px 5px;
}

div.menu ul li a:hover {
	color: #000000;
	background: url('../images/menuhover.png') repeat-x center left;
}

div.main {
	margin : 0;
	border-right:1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	background: #ffffff;
	text-align: justify;
	overflow : hidden;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	position: relative;
	top:-24px;
}

div.panel {
	margin : 0;
	background : #efefef;
	border : 1px solid #dfdfdf;
	overflow : hidden;
	padding : 20px;
}

div.left {
	margin : 0;
	float: left;
	clear:left;
	width: 45%;
	padding: 10px;
}

div.right {
	margin : 0;
	border-left: 1px solid #cfcfcf;
	float: right;
	width: 45%;
	padding: 10px;
	padding-left: 30px;
}

div.footer {
	background: #eeeeee;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	font-size : 8pt;
	text-align : center;
	margin : auto;
	padding : 10px;
}

h1 {font-size: 18pt; }
h2 {font-size: 14pt; }
h3 {font-size: 12pt; }
h4 {font-size: 10pt;font-weight:bold;}

main.img, #panel.img {margin : 10px;}

img.left {float : left; margin : 10px 0px 10px 10px;}
img.right {float : right; margin :10px 0px 10px 10px;}
img.fizz {
	margin : 0;
	padding : 0;
	position: relative; 
	left: 21px; 
	top: 31px;
}
div.printable{
	margin-right:5px;
	position:relative;
	top:-5px;
	left:370px;
	width:50px;
}
div.search{
	margin : 0;
	padding : 0;
	position: relative;
	top:-58px;
	left:250px;
	height:25px;
}
input.search{
	background-color:transparent;
	color:white;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
}
input.searchButton{
	background-color:transparent;
	color:white;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
}

a {color : #153b75;}
a:visited {color : #0e2a53;}
a:hover {color : #2364c6;}

a.button,a.button:visited{
	background:transparent url('../images/menu.png') right;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color: #000000;
	font-weight:bold;
	font-size: 12px;
	line-height:20px;
}
input.button{
	background:transparent url('../images/menu.png') right;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
	padding-top:3px;
	padding-bottom:3px;
}
a.button:hover{
	color: #000000;
	background:transparent url('../images/menuhover.png') right;
}
a.yearSwitch{
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;	
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	font-size: 14px;
}
table.calendar{
	width:95%;
}
td.calendar,th.calendar,table.calendar{
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	text-align:center;
}
table.weekA{
	background-color: #99FFCC;
}
table.weekB{
	background-color: #FFFF99;
}
table.advBio{
	background-color:rgb(255, 204, 255);
}
b.newCust,td.newCust{
	background-color: #FFCCCC;
}
b.oldCust,td.oldCust{
	background-color: #CCCCFF;
}

table.simpleStyle, table.simpleStyle td {
	border-collapse:collapse;
	border: 1px solid #000000;
	font-size: .9em;
}

 table.simpleStyle th {
	border: 1px solid #000000;
	background-color: #dddddd;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
}

