﻿body 
{
    padding:0px; margin:0px; font-family:Arial, Verdana, Helvetica, sans-serif; font-size:11px;
    height:100%;
}

/* Start Master Page Layout */
#pageWrapper { margin:0px auto; width:973px; overflow:hidden;}
#shadowWrapper { width:973px; }

#pageWidth 
{
	float:left; width:933px; height:100%; margin:0px; padding:11px 11px 32px 11px;
	background-color:#fff;
}

#headerWrapper { width:933px; height:125px; }

#leftNavWrapper { float:left;padding-top:32px; width:164px; min-height:440px;}
#bodyWrapper { float:left; width:760px; min-height:380px; }

#footerWrapper { clear:both; padding-top:48px; font-size:10px; }

.imgDefault { clear:both; display:block; border:0px; }
.imgDisciplineIcon { float:left; display:block; border:0px; padding-right:24px; }

a:link, a:active, a:visited
{
    font-size:12px; line-height:14px; color:#37A640; text-decoration:none;
}
a:hover
{
    font-size:12px; line-height:14px; color:#37A640; text-decoration:underline;
}

a.lnkBlack:link, a.lnkBlack:active, a.lnkBlack:visited
{
    font-size:11px; font-weight:bold; color:#000; text-decoration:none;
}
a.lnkBlack:hover
{
    font-size:11px; font-weight:bold; color:#000; text-decoration:underline;
}

a.lnkGreen:link, a.lnkGreen:active, a.lnkGreen:visited
{
    font-size:11px; font-weight:bold; color:#37A640; text-decoration:none;
}
a.lnkGreen:hover
{
    font-size:11px; font-weight:bold; color:#37A640; text-decoration:underline;
}

a.lnkFooter:link, a.lnkFooter:active, a.lnkFooter:visited
{
    font-size:9px; font-weight:bold; color:#000; text-decoration:none;
}
a.lnkFooter:hover
{
    font-size:9px; font-weight:bold; color:#000; text-decoration:underline;
}

a.lnk404:link, a.lnk404:active, a.lnk404:visited
{
    color:#37A640; text-decoration:none;
}
a.lnk404:hover
{
    color:#37A640; text-decoration:underline;
}