/* CSS Document */

/* set the web page bacground colour */
body {background-color: #DADDEB; font-family: verdana, arial;}


/* sets the page table border to the correct size and colour */
table.pagestyle {background-color: #E8EBFA;}

/* set attributes of all <p> tagged text on the page */
p {font-family: verdana, arial; font-size: 11px; font-weight: normal; color: #8995E1; text-decoration: none;}

/* set attributes of all standard table cells */
td {background-color: #E8EBFA; vertical-align: middle;}

/* set h3 tag attributes */
h3 {font-size: 15px; color: #B54B4B; padding-top: 5px; padding-bottom: 5px; padding-right: 5px;}
h4 {font-size: 13px; color: #8995E1; padding-top: 5px; padding-bottom: 5px; padding-right: 5px;}

/* set the attributes of tables and table cells placed in the main_info region */
td.maininfo {background-color: #E8EBFA; width: 637px; vertical-align: bottom; padding-left: 10px;}
table.maininfo {background-color: #E8EBFA; width: 100%; border: 0px;}
td.info {vertical-align: middle;}

/* set the colour and size of the main navigation editable region */
td.navigation {background-color: #DADDEB; height: 0; width: 113px; vertical-align: top;}
table.navigation {background-color: #DADDEB; width: 113px;}

/* set the title graphic table cell to have a 10 pixel border at the top and correct colour*/
td.title {background-color: #DADDEB; padding-top: 0px; padding-bottom: 0px;}

/* set the attributes of all standard links on the page*/
a:link {font-family: verdana, arial; font-size: 12px; font-weight: normal; color: #8995E1; text-decoration: none; margin-top: 10px;}
a:visited {font-family: verdana, arial; font-size: 12px; font-weight: normal; color: #8995E1; text-decoration: none; margin-top: 10px;}
a:hover {font-family: verdana, arial; font-size: 12px; font-weight: normal; color: #FFFFFF; text-decoration: none; margin-top: 10px;}
a:active {font-family: verdana, arial; font-size: 12px; font-weight: normal; color: #A64F4A; text-decoration: none; margin-top: 10px;}

/* set the attributes of the footernav table cell */
td.footernav {background-color: #DADDEB; padding-left: 113px; text-align: center; height: 30px;}

/* set the attributes for the privacy table cell and link font size */
td.privacy {background-color: #DADDEB; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; padding-right: 10px; width: 120px;}
a.privacy:link {font-size: 10px;}
a.privacy:visited {font-size: 10px;}
a.privacy:hover {font-size: 10px;}
a.privacy:active {font-size: 10px;}

/* set text positioning and table cell padding for the cnx web solutions link (uses a:link attributes set above) */
td.connexions {background-color: #DADDEB; text-align: center; padding-top: 10px; padding-bottom: 10px;}

/* set text size and table cell padding for copyright notice */
td.copyright {width: 180px; font-family: verdana, arial; background-color: #DADDEB; font-size: 10px; color: #8995E1; padding-top: 10px; padding-bottom: 10px; padding-right: 5px; text-align: right;}
