*{
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h1,h2,h3,h4,h5,h6{
	color: #044074;
	font-weight: normal;
}

label{
	float: left;
	width: 125px;
}

#topcontainer{
	width: 800px;
	margin: auto;
}

#doctorlogin{
	float: right;
	width: 215px;
	margin-top: 30px;
}

#doctorlogin{
	border: 0px solid #d1e1ef;
	font-size: 11px;
	color: #044074;
}

#doctorlogin input.InputField{
	height: 16px;
	font-size: 11px;
	width: 150px;
}

#doctorlogin input.LoginButton{
	background-image: url(../images/loginbutton.gif);
	background-color: #fff;
	margin-top: 7px;
	width: 50px;
	height: 25px;
	border: 0px;
	color: #fff;
	padding: 0px;
}


#doctorlogin a{
	color: #044074;
	border-bottom: 1px dotted #044074;
	text-decoration: none;
}

#doctorlogin a:hover{
	color: #ffb51e;
	border-bottom: 1px dotted #ffb51e;
	text-decoration: none;
}

#navbg{
	background-image: url(../images/acrossbg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 198px;
	clear: both;
}

#navcontainer{
	width: 800px;
	margin: auto;
	padding-left: 73px;
}

#nav{
	width: 225px;
	height: 198px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	float: left;
}

#nav ul li{
	list-style-type: none;
	background-image: url(../images/navbg.jpg);
	width: 205px;
	padding: 6px 10px 0px 10px;
	font-size: 13px;
	height: 27px;
}

#nav ul li.current{
	background-image: url(../images/navbg_current.jpg);
}


#nav ul li a{
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	font-variant: small-caps;
}

#nav ul li a:hover{
	color: #ffb51e;
}

#nav ul li.current a{
	color: #044074;
}

#main{
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-x;
}

#maincontainer{
	width: 725px;
	margin: auto;
	clear: both;
	padding-top: 20px;
}

#maincontainer p{
	font-size: 13px;
	line-height: 24px;
	text-align: justify;
}

#maincontainer p a{
	color: #044074;
	border-bottom: 1px dotted #044074;
	text-decoration: none;
}

#maincontainer p a:hover{
	color: #ffb51e;
	border-bottom: 1px dotted #ffb51e;
	text-decoration: none;
}

#maincontainer li a{
	color: #044074;
	border-bottom: 1px dotted #044074;
	text-decoration: none;
}

#maincontainer li a:hover{
	color: #ffb51e;
	border-bottom: 1px dotted #ffb51e;
	text-decoration: none;
}

#maincontainer ul li{
	font-size: 13px;
	line-height: 24px;
	text-align: justify;
	margin-left: 50px;
}

#footer{
	width: 730px;
	border-top: 1px solid #044074;
	margin: 20px auto;
	text-align: center;
	font-size: 11px;
	color: #044074;
	clear: both;
}

div.staffmember{
	clear: both;
	
}

img.staffimage{
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

table.compliance {
	width: 100%;
}

table.compliance th{
	font-size: 13px;
}

table.compliance tr.alt{
	background-color: #ecf2f8;
}

table.compliance td{
	text-align: center;
	font-size: 12px;
	padding: 4px 10px;
}

div.lettersort{
	text-align: center;
	font-size: 12px;
	padding: 10px;
}

div.lettersort a{
	border-bottom: 0px solid #ccc;
}

div.lettersort span.box{
	border: 1px solid #044074; 
	padding: 4px;
}

div.lettersort span.box:hover{
	border: 1px solid #ffb51e; 
}

div.lettersort span.box:hover a{
	color: #ffb51e; 
}

div.lettersort span.box a{
	color: #044074;
	text-decoration: none;
}

div.lettersort span.box a:hover{
	color: #ffb51e; 
}

div.lettersort span.current{
	border: 1px solid #044074; 
	padding: 4px;
	background-color: #044074; 
}

div.lettersort span.current a{
	color: #fff;
	text-decoration: none;
}

div.editlist div{
	clear: both;
}