body {
	font: 100% Arial, Helvetica, sans-serif;
	background-image: url(images/gradient1.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #233682;
	/*background: #5971d1;*/
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000
}
#frameOut {
	text-align: center;
}

#frameInside {
	width: 768px;
	
	margin-right: 0;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	padding: 0px;
	clear: both;
	background-color: #FFFFFF;
} 
a {
	text-decoration: none;
	font-weight: bold
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration: underline
}
a:active {
}
h1 {
	font-size: 16pt;
	color: #000000;
	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 25px; /*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: 18pt;
	color: #c40821
}
#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: 14pt;
	color: #000000
}
#mainContent h3 {
	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;
	font-style: italic;	
	color: #233682
}
#mainContent p {
	font-size: 9pt;
	/*margin: 0 0 0 0;
	padding: 0 15px 15px 15px; remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent td {
	font-size: 9pt;
	/*margin: 0 0 0 0;
	padding: 0 15px 15px 15px; remember that padding is the space inside the div box and margin is the space outside the div box */
}
#subContent {
	font-size: 9pt;
	margin: 0 0 0 0;
	padding: 0; /*remember that padding is the space inside the div box and margin is the space outside the div box */
}
#subContent p {
	font-size: 9pt;
	margin: 0 0 0 0;
	padding: 0 15px 15px 15px; /*remember that padding is the space inside the div box and margin is the space outside the div box */
}
#slogan p {
	color: #FFFFFF;
	font-size: 10pt;
	font-style: italic;
	margin: 0;
	padding: 90px 0 15px 35px; /*remember that padding is the space inside the div box and margin is the space outside the div box */
}
#date p {
	color: #333333;
	text-align: right;
	font-size: 10pt;
	font-style: italic;
	margin: 0;	
	padding: 5px 0 5px 0; /*remember that padding is the space inside the div box and margin is the space outside the div box */
}
#navbar {
	margin: 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center
}
#navbar a:link, #navbar a:visited {	
	margin: 0;
	padding: 0;
	font-size: 10pt;
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	text-decoration: none
}
#navbar a:hover, #navbar a:active {
	font-size: 10pt;
	color: #ffcd2d; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	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: 25px 10px 0px 0px!important;
	/*background-color: #214BA7;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-align: right;*/
}
#credits {
	color: #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-size: 8pt
}
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);*/
}
#footer a:link, a:visited {
	color: #233682;
	font-size: 9pt
	text-decoration: none;
	font-weight: normal
}
#footer a:hover, a:active {
	color: #c40821;
	font-size: 9pt
	text-decoration: underline;
	font-weight: normal
}
#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: #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-size: 9pt
}
.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
}