body {
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	color: #0e0e0e;
	text-align: center; /* IE */
}
img { padding: 5px; }
a { color: #29365D; }
a:visited, a:hover { color: #697182; }
p, h1 {
	padding: 5px;
	line-height: 1.25em;
}
h1 {
	font-weight: bold;
	color: red;
	font-size: 24px;
	font-family: helvetica, arial, sans-serif;
}
h2 {
	font-size: 17px;
	color: #000;
}
h3 {
	color: #000;
}
#logo { 
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#logo img { padding: 20px 0; text-align: left; }
#valid { display: none; }
#container {
	width: 1000px;
	margin: 0 auto 15px auto;
	clear: both;
}
#container p, #container h1 { margin: 5px; }
#container p { padding-top: 0; }
#navigation { border-bottom: 3px solid #448; background: #89aac9; }
#navigation ul { margin: 0; padding: 0; }
#navigation ul li { display: inline; margin: 0; padding: 0; list-style: none; }
#navigation ul li a {
	display: inline-block;
	width: 100px;
	height: 45px;
	margin-top: 5px;
	background: url('../images/tab.png');
	text-decoration: none;
	line-height: 55px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 15px;

}
#navigation ul li a:visited { color: #29365D; }
#navigation ul li a:hover {
	background: url('../images/tab-over.png');
	color: white;
}
#sidebar {
	width: 225px;
	vertical-align: top;
}
#sidebar a {
	text-decoration: none;
	font-size: 12px;
	color: #29365d;
}
#sidebar .width { width: 225px; margin-left: auto; margin-right: auto; clear: both; }
#sidebar ul { margin: 0; padding: 0; }
#sidebar li { margin: 0; padding: 0; list-style: none; }
#sidebar ul li a {
	background: #a6afc0;
	padding: 5px 15px;
	display: block;
	border-top: 1px solid #ccc;
}
#sidebar ul li a:hover, a:active { background-color: #e7e4ea; }
#sidebar .header {
	background: #a6afc0;
	vertical-align: bottom;
	width: 100%;
}
#sidebar .header p { 
	padding: 10px 0 0 10px; 
	color: #003;
	vertical-align: bottom;
	margin: 0;
	font-weight: bold;
	font-size: 14px;
}
#sidebar .top {
	background: transparent url('../images/sidebar-top.png') no-repeat top;
	height: 12px;
}
#sidebar .bottom {
	background: transparent url('../images/sidebar-bottom.png') no-repeat bottom;
	height: 15px;
}
#main { width: 1000px; clear: both; }
#content { vertical-align: top; padding: 0 0 0 20px;}
#content li { line-height: 16px; }
#footer {
	clear: both;
	width: 100%;
	background: url(../images/footer-bg.png) repeat-x top;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
#footer table { margin-right: auto; margin-left: auto; }
#footer img { padding: 0 3px; vertical-align: middle; }
#footer td { padding: 5px 0 12px 0; }


div#imgbox {
	float: right;
	width: 310px;
	padding: 4px;
	margin: 4px;
	clear: right;
}
div#links { 
	float: right;
	width: 410x;
	padding: 4px; 
}
div#links img{
	border: 0;
	padding: 2px;
	margin: 10px;
}

div#lbox{
	border: solid 1px #ddd;
	background: #FFFFFF;
	padding: 8px 0px 8px 0px;
	margin-top: 4px;
	text-align: center;
}
div#articlebox{
	border: solid 1px #999;
	width: 325px;
	background: #F9F9F9;
	padding: 7px 0px 7px 3px;
	margin-left: 30px;
	margin-top: 10px;
	font-size: 95%;
}
div#articlebox ul{ margin-left: 10px; padding-left: 5px; border-left: 1px dotted #aaa;}
div#articlebox li { list-style: none; }
ul.boxed { border-left: 1px dotted #999; padding-left: 10px; margin-left: 40px; }
.boxed li { list-style: none; }
.action { padding: 10px; font-size: 18px; font-weight: bold; }
.appt {
	background-color: red;
	color: #FFF;
}

.appt a{
	color: #FFFFFF !important;
	font-weight: bold;
	text-decoration: none;
}
.apptb {
	color: red; 
	text-decoration: none;
}
.apptb a {
	text-decoration: none;
}