body {
    font-family: Arial;
    font-size: small;
	font-weight: normal;
	text-decoration: none;
    background-color: #A9A9A9;
}

div.container {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

div.header {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

div.menu {
    margin: 0px;
    padding: 6px 20px 6px 20px;
    height: 18px;
    background-color: black;
    color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    font-weight: normal;
	font-family: Verdana;
	font-size:12px;
	
}

div.menu a:link {
    color: white;
    text-decoration : none;
}

div.menu a:visited {
    color: white;
    text-decoration : none;
}

div.menu a:hover {
    color: sienna;
    text-decoration : none;
}

div.menu a:active {
    color: sienna;
    text-decoration : none;
}


div.content {
    height: 100%;
    background-color: #FFFFFF;
    border-top: 1px solid #101010;
    border-bottom: 1px solid #101010;
    padding: 0px;
}

table.columnsTable {
    width: 100%;
}

td.mainColumn {
    padding: 10px 25px 10px 25px;
}

td.rightColumn {
    width: 200px;
    border-left: 1px solid #303030;
    padding: 10px;
}

div.clear {
  clear: both;        /* extend height of content to longest column */
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}

div.banners {
    background-color: #FFFFFF;
    border-bottom: 1px solid #101010;
    padding: 20px 0px 20px 0px;
}

div.footer {
    background-color: #166789;
    color: #FFFFFF;
    padding: 6px 20px 6px 20px;
    border-top: 2px solid #FFFFFF;
}

div.textHeader {
    color: saddlebrown;
	font-family: Verdana;
    font-weight: bold;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
		
}

div.textHeader2 {
    color: maroon;
    font-weight: bold;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.textMain {
    color: darkslategray;
	font-family: Verdana;
    text-align: justify;
}

div.textError {
    color: red;
    text-align: left;
}

div.secondaryMenu {
	text-align: center;
	font-size: 12px;
    font-weight: bold;
}

div.secondaryMenu a:link {
    color: #000000;
    text-decoration: none;
}

div.secondaryMenu a:visited {
    color: #000000;
    text-decoration: none;
}

div.normalForm {
    color: #000000;
}

table.listTable {
	background-color: #000080;
}

table.listTable tr.listTableHeader {
	background-color: #ADD8E6;
}

table.listTable tr.listTableData {
	background-color: #ffffff;
}

ul.featuresList {
    list-style-image: url(images/point.gif);
    padding: 0px;
    margin: 0px 0px 0px 16px;
}

ul.featuresList li {
    padding: 0px 0px 8px 5px;
}

ul.featuresList2 {
   	padding: 0px;
    margin: 0px 0px 0px 16px;
}

ul.featuresList2 li {
    padding: 0px 0px 4px 5px;
}

a img {
    border-style: none;
}

table.templatesTable td {
    text-align: center;
}

table.templatesTable td.pic {
    padding: 5px 6px 0px 6px;
    margin: 0px;
}

table.templatesTable td.text {
    padding: 0px 6px 5px 6px;
    margin: 0px;
}

table.data {
    border-collapse: collapse;
    background-color: #F1F1F1;
}

table.data td {
    border: 1px solid black;
    padding: 3px 5px 3px 5px;
}

table.data tr.header {
    text-align: center;
    font-weight: bold;
    background-color: #B0E0E6;
}

table.data tr.joinedup {
    background-color: #EEE8AA;
}

div.pagination {
    margin: 5px 0px 5px 0px;
}
