body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	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
}
a {
	text-decoration: none
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration: underline
}
a:active {
}
dd {
	margin-bottom: 10px;
}
.svc {
	color:#FF0000;
	font-weight: bold;
}
#header {
	background: #ffffff;
	width: 768px 
	/*padding: 0 0 0 0;   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. */
}
#container {
	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative
}
#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 */
}
#mainContent {
	font-size: 9pt;
	margin: 0 0 0 0;
	padding: 0 10px 10px 235px; /*remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF
}
#mainContent h1 {
	margin: 10px 0 0 0;
	padding: 0; /*remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 14pt;
	color: #FF0000
}
#mainContent h2 {
	margin: 10px 0 0 0;
	padding: 0; /*remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12pt;
	color: #000000
}
#navbar {
	margin: 0;
	padding: 0 0 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/navbarbg.gif);
	height: 35px;
	text-align: center
}
#navbar a:link, #navbar a:visited {	
	margin: 0 15px 0 0;
	font-size: 10pt;
	line-height: 2.5em;
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	text-decoration: none
}
#navbar a:hover, #navbar a:active {
	font-size: 10pt;
	line-height: 2.5em;
	color: #ffcd2d; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	text-decoration: underline
}
#navbar2 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/navbar2bg.gif);
	height: 35px;
	text-align: right /* this overrides the text-align: center on the body element. */
}
#collage {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000000;
	height: 150px
}
div.menuBox {
	position: absolute;
	/*padding: 0px 10px 0 0;  this padding matches the left alignment of the elements in the divs that appear above it. */	
	width: 204px;
	height: 254px;
	left: 17px; 
	top: 274px;
	background-image:url(images/servicesbox.gif);
	background-repeat: no-repeat;
	display: block
	/*margin-bottom: 10px;
	margin-left: 10px;*/
}
div.menuBox p {
	margin: 0px !important;
	padding: 20px 10px 0px 0px!important;
	/*background-color: #214BA7;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-align: right;*/
}
ul.subMenu {
	font-size: 10pt;
	margin: 0px;
	padding: 5px;
	list-style-type: none
}
ul.subMenu li {
	margin: 0px;
	padding-left: 20px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px	
}
ul.subMenu li a:link, ul.subMenu li a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold
}
ul.subMenu li a:hover, ul.subMenu li a:active {
	color: #ffcd2d;
	text-decoration: underline;
	font-weight: bold
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/ftrbg.gif);
	height: 35px
}
#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 */
	color: #FFFFFF;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-size: 10pt
}
div.ProudBox {
	position: absolute;
	/*padding: 0px 10px 0 0;  this padding matches the left alignment of the elements in the divs that appear above it. */	
	width: 205px;
	height: 254px;
	left: 0px; 
	top: 525px;
	display: block
	/*margin-bottom: 10px;
	margin-left: 10px;*/
}
.input
{
    BORDER-RIGHT: #666666 1px solid;
    BORDER-TOP: #666666 1px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    BORDER-LEFT: #666666 1px solid;
    COLOR: black;
    BORDER-BOTTOM: #666666 1px solid;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: white
}
.button
{
    BORDER-RIGHT: #333333 1px solid;
    BORDER-TOP: #cccccc 1px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    BACKGROUND-IMAGE: url(../images/btn_back.gif);
    BORDER-LEFT: #cccccc 1px solid;
    COLOR: black;
    BORDER-BOTTOM: #333333 1px solid;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: darkblue
}
.text 
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.TESTcpYearNavigation,
.TESTcpMonthNavigation
		{
		background-color:#6677DD;
		text-align:center;
		vertical-align:center;
		text-decoration:none;
		color:#FFFFFF;
		font-weight:bold;
		}
.TESTcpDayColumnHeader,
.TESTcpYearNavigation,
.TESTcpMonthNavigation,
.TESTcpCurrentMonthDate,
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDate,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDate,
.TESTcpCurrentDateDisabled,
.TESTcpTodayText,
.TESTcpTodayTextDisabled,
.TESTcpText
		{
		font-family:arial;
		font-size:8pt;
		}
TD.TESTcpDayColumnHeader
		{
		border-left:0px solid #6677DD; border-right:0px solid #6677DD; border-top:0px solid #6677DD; border-bottom:1px solid #6677DD; text-align:right;
		
		}
.TESTcpCurrentMonthDate,
.TESTcpOtherMonthDate,
.TESTcpCurrentDate
		{
		text-align:right;
		text-decoration:none;
		}
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDateDisabled
		{
		color:#D0D0D0;
		text-align:right;
		text-decoration:line-through;
		}
.TESTcpCurrentMonthDate
		{
		color:#6677DD;
		font-weight:bold;
		}
.TESTcpCurrentDate
		{
		color: #FFFFFF;
		font-weight:bold;
		}
.TESTcpOtherMonthDate
		{
		color:#808080;
		}
TD.TESTcpCurrentDate
		{
		color:#FFFFFF;
		background-color: #6677DD;
		border-width:1;
		border:solid thin #000000;
		}
TD.TESTcpCurrentDateDisabled
		{
		border-width:1;
		border:solid thin #FFAAAA;
		}
TD.TESTcpTodayText,
TD.TESTcpTodayTextDisabled
		{
		border-left:0px solid #6677DD; border-right:0px solid #6677DD; border-top:1px solid #6677DD; border-bottom:0px solid #6677DD; 
		}
A.TESTcpTodayText,
SPAN.TESTcpTodayTextDisabled
		{
		height:20px;
		}
A.TESTcpTodayText
		{
		color:#6677DD;
		font-weight:bold;
		}
SPAN.TESTcpTodayTextDisabled
		{
		color:#D0D0D0;
		}
.TESTcpBorder
		{
		border:solid thin #6677DD;
		}
dl.subMenu {
	font-size: 11px;
	margin: 0px;
	padding: 5px;
	list-style-type: none;
	text-transform: capitalize;
}
dl.subMenu dd {
	background-image: url(images/check.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin: 0px;
	height: 100%;
}
dl.subMenu dd a:link, dl.subMenu dd a:visited {
	color: #214BA7;
}
dl.subMenu dd a:hover {
	color: #000000;
	text-decoration: none;
}
#credit {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#666666;
	height: 35px
}
#credit 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 */
	color: #FFFFFF;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-size: 10px
}
.small-font { 
	color: #FFFFFF; 
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	text-align: center  
}
a.small-font { 
	color: #FFFFFF; 
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	text-align: center  
}
a.small-font:hover { 
	color: #000000; 
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: underline;
	text-align: center  
}