#mainTable
{
    width: 800px;
    margin: 15px auto;
    margin-top: 40px;
    font-size: 13px;
}
#navigation
{
    background: url(/theme/mcn/gfx/nav_back.gif) repeat-x;
    background-color: #567235;
    color: #fff;
    text-align: center;
}

/*                     */
/* Body Content Styles */
/*                     */
#bodyContent
{
    position: relative;
    background-color: #FFFFFF;
    color: #000000;
    font-family: arial;
    padding: 24px 48px 24px 48px; 
    margin-top: 20px;
}
#bodyContent a:link,
#bodyContent a:visited,
#bodyContent a:active
{
    color: #003366;

}
#bodyContent td a:link,
#bodyContent td a:visited,
#bodyContent td a:active
{
	text-align:center;
}

#bodyContent a:hover
{
    color: red;   
}
#contentFull
{
    position: relative;
    padding-bottom: 20px;
    margin-left: 12px;
    margin-right: 12px;
    clear: both;
}
#contentLeft
{
    position: relative;
    float: left;
    width: 378px;
}
#contentRight
{
    position: relative;
    float: right;
    width: 262px;
}
#contentRightInside
{
    position: relative;
    float: left;
    width: 650px;
}
#bannerImage
{
    width: 100%;
    padding-bottom: 15px;
}
.subTitle
{
    width: 100%;
    border-bottom: 2px #2d5886 solid;
    color: #72a441;
    font-weight: bold;
    font-size: 20px;
    text-transform: Capitalize;
    margin: 0px 0px 10px 0px;
}
.subsubTitle
{
    width: 100%;
    border-bottom: 2px #2d5886 solid;
    color: #32385B;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
}
.subHeading
{
    font-weight: bold;
    color: #72a441;
    padding: 0px;
    margin: 0px;
    font-size:16px;
}


.subHeading a:link, .subHeading a:visited
{
	text-decoration:underline;
	color:red;

}
.content
{
    position: relative;
    padding: 5px 0px;
    float: left;
    width: 100%;
}
.content li
{
    list-style-image: url(/theme/mcn/gfx/bullet.gif);
    margin-left: -10px;
}
.divLine
{    
    width: 70%;
    margin: 0px auto;
}
.informationLink
{
    float: right;
    width: 100%;
    font-weight: bold;
    text-align: right;
    margin-bottom: 5px;
}
.indent
{
    margin-left: 0px;
    margin-bottom: 15px;
}

#bodyContent #contentRightInside .content .noBorder
{
    border: none;
}
.formTable
{
    width: 100%;
}
.formTable td
{
    vertical-align: middle;
}
.formTable td select
{
    margin: 5px 0px;
}
.formLabel
{
    text-align: right;
    font-weight: bold;
    width: 125px;
    padding-right: 10px;
}
.red
{
    color: #c00;
}
.requiredField
{
    background-color: #efd;
    color: #000;
}
.submitButton
{
    background-color: #567235;
    color: #fff;
    border: 2px #000 solid;
    font-weight: bold;
    width: 125px;
}
.submitButton:hover
{
    background-color: #F7F1DD;
    color: #600;
}

/*                 */
/* Left Nav Styles */
/*                 */
#menu-left
{
/* turned off this menu area!!!*/
	display:none;


    position: relative;
    float: left;
    width: 192px;
    line-height: 2em;
    font-size: 12px;
    font-weight: bold;

}
#menu-left ul
{
    margin: 0px;
    padding: 0px;
}
#menu-left li
{
    list-style-position: outside;
    list-style: none;
    list-style-type: none; 
    list-style-image: none; 
    position: relative;
    margin-left: 0px;
    padding: 0px;
}
#menu-left li:hover,
#menu-left li.over
{
    list-style: none url(/theme/mcn/gfx/pointer.gif);
}
#menu-left ul li ul
{
    font-weight: normal;
}
