﻿header {
    margin-left:auto;
    margin-right:auto;
    display:block;
}
header img {
    margin-left:auto;
    margin-right:auto;
    display:block;
}
.tblMain {
    max-width:850px;
}
#module_landing_links_wrapper {
    width:41%;
    float:left;
    clear:left;
    border:solid 1px #E8E8E8;
    
    /* this creates the rounded corners */
		-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;

	-khtml-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;

	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;

    border-radius: 10px 10px 10px 10px; /* always declare the non-prefixed version LAST */   
}
#module_landing_wrapper, 
#module_login_wrapper {
    width:56%;
    float:right;
    clear:right;
    border:solid 1px #E8E8E8;

    /* this creates the rounded corners */
		-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;

	-khtml-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;

	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;

    border-radius: 10px 10px 10px 10px; /* always declare the non-prefixed version LAST */   
}
li {
   list-style:none;
   margin-bottom:.35em; 
}
.heading 
{
    font-size:1.5em; 
    font-weight:bold; 
    color:#CE171F;
}
.subheading {
    font-size:.9em; 
    color:#333333;
}
@media only screen and (max-width: 43em) 
{
    #module_landing_links_wrapper,
    #module_landing_wrapper, 
    #module_login_wrapper {
        float:none;
        clear:none;
    }
}