/* css document for global elements */
body {
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
}

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

img {
		_margin: -2px;
		*margin: -2px;
		}
		
#sideLinks {
		float: right;
		width: 200px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding-top: 10px;
		*padding-top: 20px;
		_padding-top: 20px;

		
		}
		
#wrapper {
	width: 850px;
	margin: 0 auto;
	}

.margin {
	margin-left: 30px;
	}
	
ul.square {
	padding: 0px;
	margin: 0px;
	list-style-type: square;
	list-style-position: inside;
	color: #6dc15e;
}

ul.square h1, ul.square span {
	color: #464646;
}

ul.square li span {
	color: #6f96a5;
}

.box_blue {
	background-color: #9bd2e6;
}


.box_bluelight {
	background-color: #eef6f8;
}

.box_bluelight2 {
	background-color: #f7fbfc;
}


.hidden {
	display: none;
}

.sub_navTextBlue_unbold {
	font-size: 11px;
	font-weight: normal;
	/*
	color: #01289D;
	*/
}

.sub_TextBlue_unbold {
	font-size: 12px;
	font-weight: normal;
	/*
	color: #4a97b2;
	*/
}

.page_hdr {
	font-family: "Trebuchet MS";
	color: #5a93ae;
	font-weight: bold;
	font-size: 16px;
}

.contents{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 580px;
}

.contentsPharmacy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 750px;
}

a:link, a:visited {
	color: #6f96a5;
	text-decoration: underline;
}

a:hover, a:active {
	color: #6f96a5;
	text-decoration: none;
}
