body {
    /*background-color:#125b67;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color:#ffffff;
    margin: 0 0 0 0;
    padding:  0 0 0 0;
    color:#333333;
}

body.normal {
    padding:15px 0 15px 0;
    background-color:#444444;
    background-image:url(/assets/images/template/PageBgnd.jpg);
    background-repeat:repeat-x;
}

/***********************************************************************************/
/* Main content ********************************************************************/
/***********************************************************************************/

.banner
{
    width:750px;
    height:120px;
    overflow:hidden;
    background-color:#eeeeee;
}

.mainMenu
{
    height: 26px;
}

/*.footerMenu*/
/*{*/
    /*height: 32px;*/
/*}*/

.homeContent {
    vertical-align:top;
    min-height: 250px;
}

.content {
    vertical-align:top;
    padding: 5px 15px 20px 15px;
    min-height: 250px;
}

td.sideMenu {
    vertical-align:top;
    padding: 20px 10px 20px 10px;
    width:200px;
    min-height: 250px;
}
td.sideMenu div.sideMenu {
    border: 1px solid #e0e0e0;
}
td.sideMenu .caption {
    text-align:center;
    padding: 3px 5px 3px 5px;
    background-color:#f6f6f6;
}

div.sideMenu .menuItem {
    padding: 3px 10px 3px 5px;
}

div.sideMenu .menuItem a:link,
div.sideMenu .menuItem a:visited
{
    text-decoration:none;
}
div.sideMenu .menuItem a:hover
{
    text-decoration:underline;
}

.footer {
    padding: 20px 5px 2px 5px;
    text-align:center;
    font-size: 10px;
}
.footer p {
    text-align:center;
    font-size: 10px;
}


h1 {
    color: #144bc9;
    font-size: 20px;
    font-weight: bold;
    letter-spacing:1px;
    margin-top: 0;
}

h2 {
    color: #254d5d;
    font-weight: normal;
    font-size: 16px;
    letter-spacing:1px;
}

h1.heading a {
    padding-top: 0;
    margin-top: 0;
}
h2.heading {
    font-size: 12px;
    color: #666666;
    padding-top: 0;
    padding-bottom:0;
    margin-top: 0;
    margin-bottom:0;
}
h2.heading a {
    text-decoration:none;
}
h2 a:hover
{
    text-decoration:underline;
}

h3 {
    color: #000000;
    font-weight: normal;
    font-size: 18px;
    letter-spacing:1px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 5px;
}

h4 {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    letter-spacing:1px;
}

h5 {
    color: #000000;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    letter-spacing:1px;
}

a {

    text-decoration: underline;
    color: #000000;
}

table.showcase img
{
	border: 1px solid #cccccc;
}
