/* CSS Document */

body {
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #060;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	background-color: #fff;

}

a:link, a:visited, a:hover {
	color: #060;
	text-decoration: none;
}

ul {
	list-style-type: square;
}

/*********** #container ***********/
#container {
	background-image: url(prescriptionsheet.jpg);
	background-repeat: no-repeat;
	width: 480px;
	height: 572px;
	margin: 18px auto;
	background-color: #fff;
	clear: both;
	border: 1px solid #000;

}


/*********** #colleft ***********/
#colleft {
	width: 120px;
	position: relative;
}

/*********** #leftnav ***********/

#leftnav {
	float: left;
	width: 118px;
	padding-top: 203px;
	margin: 0px;
	font-size: 11px;
	line-height: 1.6;
}

#leftnav ul a:link, #leftnav ul a:visited {
	display: block;
}

#leftnav ul {
	list-style: none;
	margin: 0px;
	padding: 0;
}

#leftnav li {
	border-top: 1px solid #333;
}

html>body #leftnav li {
	border-bottom: none;
}

#leftnav a:link {
	padding: 1px 0px 1px 7px;
	border-top: 1px solid #333;
}

#leftnav a:visited {
	border-top: 1px solid #333;
	padding: 1px 0px 1px 7px;
}

#leftnav a:hover {
	padding: 1px 0px 1px 7px;
	font-weight:bold;
}

#leftnav li#active a {
	color: #060;
	font-weight:bold;
}

#leftnav p {
	margin: 10px 0;
}


/*********** #colright ***********/
#colright {
	float: right;
	width: 360px;
	position: relative;
	top: 0px;
	right: 0px;
}


/*********** #titlebars ***********/
#titlbar {
	height: 205px;
	width: 360px;
	margin: 0px;
	padding: 0px;
}


/*********** #content ***********/
#content {
	width: 260px;
	background-color: #fff;
	color: #060;
	margin: 20px 0 0 18px;
	padding: 0px;
}

#content a:hover{
	font-weight:bold;
}

#content img{
	float: right;
	padding: 18px 0 0 4px;
}