﻿body
{
	background-color: #E6E4E1;
	}
	
.MainBody
{
	border:thin none;
	margin:0 auto;
	width:900px;
	}

#header
{
	height:80px;
	margin-top:20px;
	overflow:visible;
	padding-bottom:16px;
	position:relative;
	width: 900px;
	}
	
#header_logo {
	float:left;
	padding-top:0;
	position:relative;
	}
	
#header_right_links {
	float:right;
	padding-right:100px;
	padding-top:15px;
	position:relative;
	}
	
#header_right_links a:hover, #header_right_links a:active {
	color:#003366;
	text-decoration:none;
	}
	
#header_right_links a:link, #header_right_links a:visited {
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	letter-spacing:1px;
	line-height:14px;
	text-decoration:none;
	text-transform:capitalize;
	}
	
#header_left_links {
	float:right;
	padding-right:50px;
	padding-top:15px;
	position:relative;
	}
	
#header_left_links a:hover, #header_left_links a:active {
	color:#003366;
	text-decoration:none;
	}
	
#header_left_links a:link, #header_left_links a:visited {
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	letter-spacing:1px;
	line-height:14px;
	text-decoration:none;
	text-transform:capitalize;
	}
	
#header_search {
	float:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	line-height:14px;
	padding-top:15px;
	position:relative;
	}
	
#PageBody
{
	clear: both;
	padding: 10px;
	position: relative;
	background-color: #FFFFFF;
	}
	
.AppointmentBody
{
	width: 450px;
	font-size: 11px;
	font-family: Arial;
	line-height: 16px;
	letter-spacing: 1px;
	
	}

.row
{
	clear: both;
	height: 30px;
	}
	
.colLeft
{
	float: left;
	width: 125px;
	}
	
.colRight
{
	float: left;
	}
	
.textbox
{
	border: 1px solid black;
	margin-right: 5px;
	font-size: 12px;
	
	}
.btn
{
	border: 1px solid;
	font-size: 12px;
	cursor: pointer;
	position: relative;
	}
