/* CSS Document for PTA */
body
{
	margin: 0px;
}

body, td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #494949;
}

a, a:visited
{
	text-decoration: none;
	color: #007E8C;
	font-weight: bold;
}

a:hover
{
	color: #C8013A;
}

ul
{
	list-style-image: url(../images/bullet_cross.gif); 
	line-height: 13px;
}

ul li
{	
	margin-left: -20px;
}

.red_text
{
	font-weight: bold;
	color: #C8013A;
}

.blue_text
{
	color: #00566C;
}

.teal_text
{
	color: #007E8C;
	font-weight: bold;
}

.subtitle
{
	color: #00566C;
	font-size: 12px;
}

#header_img
{
	margin-top: -17px;
	margin-left: -32px;
}

#leftnav_area
{
	background-image: url(../images/leftnav_tile.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	width: 165px;
}

#content_area
{
	background-image: url(../images/sub_header_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-left: 60px;
	padding-right: 15px;
	padding-bottom: 30px;
	vertical-align: top;
	width: 520px;
}

#new_patient_area
{
	padding: 15px;
}
.criteria{margin-left:10px;}