﻿body 
{
    background-color:#E9E9E9;
    background-image:url(/images/gkccaspmn_main_bg.png);
    background-repeat:repeat-x;
    margin-top:15px;
    font-family:Verdana, Arial, Times New Roman;
    font-size:12px;
    color:#333333;
}

a:link, a:visited {
    color:#1D556C;
    text-decoration:underline;
}

a:hover {
    color:#1D556C;
    text-decoration:none;

}

.center
{
    text-align:left;
    width:975px;   /*This represents the width of your image */
    margin-left:auto;
    margin-right:auto;
    height:auto;
}

.top_container
{
    background:url(/images/top_container.png) no-repeat;
    width:975px;
    height:23px;
}

.content_container
{
    background-color:#FFFFFF;
    width:935px;
    padding-left:20px;
    padding-right:20px;
}

.bottom_container
{
    background:url(/images/bottom_container.png) no-repeat;
    width:975px;
    height:23px;
}

.header_image
{
    margin-top:10px;
    height:273px;
    width:935px;
    padding:0;
    margin-bottom:0;
}

.header
{
    color:#B81808;
    font-size:15px;
    font-weight:bold;
    padding-bottom:5px;
}

.content
{
    padding-top:15px;
    padding-left:10px;
    padding-right:25px;
}

.content_right
{
    float:right;
    width:577px;
}

ul
{
    list-style-image:url(/images/bullet.gif);
    padding:0;
    margin-left:20px;
    margin-bottom:0;
    margin-top:0;
    margin-right:0;
}

li
{
    padding-bottom:5px;
}


/* NAV */
.nav_bar
{
    background:url(/images/nav_bar_bg.png) no-repeat;
    width:935px;
    height:40px;
}

.nav_item
{
    margin-top:10px;
    float:left;
    color:#FFFFFF;
    font-size:16px;
    text-align:center;
}

.nav_bar a:link, .nav_bar a:visited
{
    color:#FFFFFF;
    text-decoration:none;
}

.nav_bar a:hover
{
    color:#FFFFFF;
    text-decoration:underline;
}

.active
{
    margin-top:10px;
    float:left;
    color:#FFFFFF;
    text-decoration:underline;
    font-weight:bold;
    font-size:16px;
    text-align:center;
}
/* END NAV */


/* PODS */
.pod_column
{
    float:left; 
    width:306px;
}

.pod_container
{
    float:left;
}

.pod_header
{
    background:url(/images/pod_header.png) no-repeat;
    width:276px;
    height:24px;
    color:#FFFFFF;
    font-size:14px;
    padding-top:8px;
    padding-left:10px;
}

.pod_content
{
    width:266px;
    background-color:#F4F4F4;
    color:#1D556C;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
}

.pod_content a
{
    color:#1D556C;
    text-decoration:none;
}
.pod_content a:hover
{
    color:#1D556C;
    text-decoration:underline;
}

.pod_bottom
{
    width:286px;
    height:11px;
    background:url(/images/pod_bottom.png) no-repeat;
}
/* END PODS */


/* ACCORDION */
.accordion_header
{
    background-color:#99001C;
    color:#FFFFFF;
    font-weight:bold;
    height:20px;
    padding-top:6px;
    padding-left:6px;
    border:solid 1px #FFFFFF;
}

.accordion_deselect_header
{
    background-color:#BE002F;
    color:#FFFFFF;
    font-weight:bold;
    height:20px;
    padding-top:6px;
    padding-left:6px;
    border:solid 1px #FFFFFF;
}

.accordion_content
{
    padding:6px;
    font-family:Verdana, Arial, Times New Roman;
}
/* END ACCORDION */


/* FOOTER */
.footer
{
    color:#666666;
    font-size:11px;
    padding-top:10px;
    height:100%;
    overflow:auto;
    padding-bottom:10px;
}

.footer a:link, .footer a:visited
{
    color:#666666;
    text-decoration:none;
}

.footer a:hover
{
    color:#666666;
    text-decoration:underline;
}
/* END FOOTER */
