@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 75%;
	background-color: #FFFFFF;
	line-height: 1.5;
	background-image: url(01-graphics/repeat.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #ECEDEF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 10px;
}
#content {
	color: #333333;
	clear: both;
	margin-top: 10px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #header2 {
	background-color: #666666;
	margin-top: 10px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.AccordionPanelContent ul {
	padding-left: 10px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.AccordionPanelContent li {
	padding-bottom: 3px;
}
.AccordionPanelContent p {
	text-align: center;
	line-height: 1
..25;
}
.AccordionPanelContent a {
	text-decoration: none;
	color: #172059;
	background-color: #FFFFCC;
	display: block;
	text-align: center;
	border: 1px dotted #CCCCCC;
}
.AccordionPanelContent a:hover {
	background-color: #334B98;
	color: #FFFFFF;
}
.AccordionPanelContent .contact {
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #334B98;
	display: block;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #334B98;
}
.oneColFixCtrHdr  #container  #mainContent  .toolbox {
	padding: 5px;
	float: left;
	width: 100%;
}
#toolbox    ul {
	list-style-type: none;
	clear: left;
	font-size: 9px;
}
#toolbox    li {
	display: inline;
}
#toolbox    a {
	text-decoration: none;
	color: #CCCCCC;
	line-height: 1.65;
	background-color: #192356;
	display: block;
	width: 19%;
	float: left;
	text-align: center;
	border: 1px dotted #FFFFFF;
	margin: 2px;
	font-weight: bold;
	letter-spacing: 1px;
}
#toolbox a:hover {
	text-decoration: none;
	color: #192356;
	background-color: #CCCCCC;
	border: 1px dotted #FFFFFF;
}

.TabbedPanelsContent  ol {
	list-style-type: none;
	text-align: center;
	line-height: 2;
}
.TabbedPanelsContent a {
	text-decoration: none;
	background-color: #FFFFCC;
}
#leftHalf {
	width: 270px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FAFBFD;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 0.85em;
	margin-top: 15px;
	height: 435px;
	overflow: auto;
	color: #000000;
}
#leftHalf p {
	line-height: 1.65;
	text-align: justify;
	margin-top: 5px;
}
#leftHalf a {
	text-decoration: none;
	text-align: right;
}
#rightHalf {
	margin-top: 15px;
	color: #333333;
	height: 360px;
	margin-bottom: 10px;
}
#rightHalf p {
	text-align: justify;
}

.newsHeading {
	color: #1F2C4C;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1F2C4C;
	margin-bottom: 10px;
}
.flrt {
	float: right;
}
.fllt {
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
}


a {
	color: #334B98;
}
#appoint   td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #FFFFF0;
	padding-left: 4px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 4px;
	padding-bottom: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-color: #666666;
}
#content ul {
	margin-left: 25px;
}
#content p {
	margin-top: 10px;
	text-align: justify;
}
.oneColFixCtrHdr #container #mainContent #content #mapH {
	margin-right: auto;
	margin-left: auto;
	background-color: #192356;
	padding: 10px;
	border: 2px dashed #666666;
}
.oneColFixCtrHdr #container #mainContent #content #noteImportant {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	overflow: auto;
	background-color: #FFFFEC;
	padding: 10px;
}
.oneColFixCtrHdr #container #mainContent #content ol {
	padding-left: 35px;
}
.oneColFixCtrHdr #container #footer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
