img, div { /* png transparency fix */
	behavior: url(/iepngfix.htc)
}

h1 {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-variant: small-caps;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin: 0 auto;	
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #d9d9d9;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
}

.wrap {
	margin: 0 auto;
	width: 985px;
}

.container {
	width: 985px;
	min-height: 500px;
	text-align: center;
	background-color: #FFF;
	padding: 0 1px;
	float: right;
}

.logoText {
	width: 405px;
	height: 106px;
	background-image: url(images/allergy-logo.gif);
	background-repeat: no-repeat;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-variant: small-caps;
	font-size: 34px;
	font-weight: bold;
	color: #000;
	text-align: left;
	margin-left: 18px;
	margin-top: 10px;
	float: left;
}

.smallNav {
	width: 250px;
	float: right;
	padding-right: 18px;
	margin-top: 50px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5189AF;
}

.smallNav a {
	color: #5189AF;
	text-decoration: none;
}

.smallNav a:hover {
	color: #666;
	text-decoration: none;
}

.slogan {
	width: 500px;
	float: right;
	padding-right: 18px;
	margin-top: 20px;
	text-align: right;
	font-family: "Palatino Linotype";
	font-size: 18px;
	color: #999;
}

.header {
	width: 985px;
	height: 170px;
	background-color: #FFF;
	text-align: center;
	margin: 0 auto;

}

.guts {
	width: 985px;
	height: 369px;
	background-image: url(images/photos.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 auto;

}

.navBox {
	width: 973px;
	height: auto;
	text-align: right;
	padding-top: 7px;
	padding-right: 12px;
	margin-top: 12px;
	float: left;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-variant: small-caps;
	font-size: 15px;
	color: #5189AF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5189AF;
}

.navBox a {
	color: #5189AF;
	text-decoration: none;
}

.navBox a:hover {
	color: #666;
	text-decoration: none;
}

.columnLeft {
	width: 226px;
	height: 349px;
	text-align: left;
	padding: 10px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #6FA5CA;
}

.columnLeft a {
	color: #FFF;
	text-decoration: underline;
}

.columnLeft a:hover {
	color: #CCC;
	text-decoration: none;
}

.columnRight {
	width: 227px;
	*width: 226px;
	height: 349px;
	text-align: left;
	padding: 10px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(images/bg-blue.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.columnRight a {
	color: #FFF;
	text-decoration: underline;
}

.columnRight a:hover {
	color: #CCC;
	text-decoration: none;
}

.bottomBoxes {
	width: 984px;
	min-height:350px;
	height:auto !important;
	height:350px;
	margin: 0 auto;
	background-position: center top;
	padding-top: 12px;
	padding-bottom: 12px;
	clear: both;
	background-image: url(images/bg-boxes.jpg);
	background-repeat: no-repeat;
}

.boxOne {
	width: 236px;
	height: 280px;
	min-height:250px;
	height:auto !important;
	text-align: center;
	padding-bottom: 12px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 12px 5px 5px 18px;
	_margin: 5px 5px 5px 10px;
	padding-left: 10px;
	padding-right: 10px;

}

.boxTwo {
	width: 650px;
	height: 280px;
	min-height:250px;
	height:auto !important;
	text-align: left;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 12px 9px 9px 22px;

}

.footer {
	width: 985px;
	height: 80px;
	font-size: 8pt;
	color: #000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	clear: both;
	line-height: 2em;
}

.footer a {
	color: #000;
	text-decoration: none;
}

.footer a:hover {
	color: #666;
	text-decoration: none;
}

a {
	color: #316AC5;
	text-decoration: underline
}

a:hover {  
	color: #666; 
	text-decoration: none
}

.login_table {
	background-color: #AAAAAF;
	font: 13px arial,helvetica;
}

.login_hdr_row {
	background-color: #E8E8E6;
	color: #777777;
}

.login_row {
	background-color: #F4F4F2;
	color: #666666;
}

.login_button {
	font-size: 13px;
	color: #777777;
	font-weight: bold;
	background-color: #E8E8E6;
	border: 1px solid #AAAAAF;
	margin: 0px;
	padding: 0px;
}

