/* CSS Document */

html, body, #total {
      height:100%;
      margin: 0 auto;
      padding: 0;
      border: none;
	  background: url("../images/page_repeat.jpg");
	  
   }
.contentText {
font-family: Arial;
font-size: 12px;
list-style-type: circle; 
}

.contentText a {
 color: #1c5e8e;
}

.contentText a:visited {
 color: #660000;
}
.footer{
font-family: Arial;
font-size: 10px;
}
.footer a {
 color: #1c5e8e;
}

.footer a:visited {
 color: #660000;
}

/*#total {
 height: 100%;
 background-color: #e0eced;
  margin: 0;
 padding: 0;
}*/
table, tr, td {
 padding: 0;
 margin: 0;
 border: 0;
 vertical-align: top;
}

table#Maincontent {
 width: 100%;
 height: 100%;
 padding: 0;
 margin: 0;
}

#header {
 background: #014A7F;
 color: #ffffff;
 height: 112px;
}

#header td {
 height: 112px;
}
#whitecontent {
background-color:;
}
img {
 margin: 0;
 padding: 0;
}

#top td {
 height: 61px;
 background: url("../images/top_repeat.jpg");
}

#top .BlueGallow {
 background-color: #e0eced;
 background-image: none;
}

#menuBlock {
 width: 175px;
 background-color: #e0eced;
}
#total {
 background-color: #e0eced;
}
#content {
 
}

#contentBlock {
 padding: 5px;
 width: 625px;
  height: 100%;
}

.mainMenu, .solutionlink, .Text {
 color: #1c5e8e;
 font-family: Arial;
 font-size: 12px;
 font-weight: bold;
 padding-left: 10px;
}

.Text {
 font-weight: normal;
}
/* Menu System */
.mainMenu a, .solutionlink a, .Text a {
 color: #1c5e8e;
 text-decoration:none;
}

.mainMenu a:visited, .solutionlink a:visited, .Text a:visited {
 /* color: #660000; */
 color: #1c5e8e;
 text-decoration:none;
}

.Text ul {
 margin: 0;
 padding: 0;
}

.Text ul li {
	padding: 0;
	margin: 0;
	padding-left: 10px;
	list-style-type: none;
}
#solution {
padding-top: 5px;
}

.imageLabel {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.subTitle {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #014A7F;
}
.subTitleRed {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
}
.pageTitle {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #014A7F;
}
.checklist {
	list-style-image: url(../images/check.gif);
}
.numberedlist {
	font-family: Arial;
	font-size: 12px;
	list-style-type: decimal;
}
