@charset "utf-8";
.background {
    background-image: url(images/background.jpg);
    background-repeat:repeat-x;
    background-color: #FFFFFF;
    margin: 0px;
}
.page_left_bg {
    background-image: url(images/page_left_bg.jpg);
    background-repeat: repeat-y;
}
.page_right_bg {
    background-image: url(images/page_right_bg.jpg);
    background-repeat: repeat-y;
}
.header_bg {
    background-image: url(images/header_bg.jpg);
    background-repeat: repeat-x;
}
.nav_bg {
    background-image: url(images/nav_bg.jpg);
    background-repeat: repeat-x;
}
.navigation {
    font-family: "Century Gothic";
    font-size: 12px;
    color: #FFFFFF;
    font-weight:bold;
    text-transform: uppercase;
}
.navigation a {
    background-image: url(images/nav_bullet_n.gif);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    color: #FFFFFF;
    height: 18px;
    display: block;
    padding: 0px 0px 0px 24px;
    text-decoration: none;
}
.navigation a:hover {
    background-image: url(images/nav_bullet_o.gif);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    color: #FFFFFF;
    height: 18px;
    display: block;
    padding: 0px 0px 0px 24px;
    text-decoration: none;
}

.navigation_active {
    font-family: "Century Gothic";
    font-size: 12px;
    color: #FFFFFF;
    font-weight:bold;
    text-transform: uppercase;
}
.navigation_active a {
    background-image: url(images/nav_bullet_o.gif);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    color: #FFFFFF;
    height: 18px;
    display: block;
    padding: 0px 0px 0px 24px;
    text-decoration: none;
}
.navigation_active a:hover {
    background-image: url(images/nav_bullet_o.gif);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    color: #FFFFFF;
    height: 18px;
    display: block;
    padding: 0px 0px 0px 24px;
    text-decoration: none;
}

.heading_1 {
    font-family: "Trebuchet MS";
    font-size: 21px;
    font-weight:bold;
    color: #25236c;
    text-align: left;
}
.heading_2 {
    font-family: "Trebuchet MS";
    font-size: 21px;
    font-weight:bold;
    color: #FFFFFF;
    text-align: left;
}
.txt_1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #282828;
    text-align: left;
}
.txt_2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #282828;
    text-align: left;
    line-height: 19px;
}
.innerbox_top_bg {
    background-image: url(images/innerbox_top_bg.jpg);
    background-repeat: repeat-x;
}
.link_1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333590;
    text-align: right;
    padding-right: 15px;
}
.link_1 a {
    color: #333590;
    text-decoration: none;
}
.link_1 a:hover {
    color: #333590;
    text-decoration: underline;
}
.imagebox_top_bg {
    background-image: url(images/imagebox_top_bg.jpg);
    background-repeat: repeat-x;
}
.imagebox_bott_bg {
    background-image: url(images/imagebox_bott_bg.jpg);
    background-repeat: repeat-x;
}
.imagebox_left_bg {
    background-image: url(images/imagebox_left.jpg);
    background-repeat: repeat-y;
}
.imagebox_right_bg {
    background-image: url(images/imagebox_right.jpg);
    background-repeat: repeat-y;
}
.footer_link {
    font-family: Tahoma;
    font-size: 11px;
    color: #FFFFFF;
    text-align: center;
}
.footer_link a {
    color: #FFFFFF;
    text-decoration: none;
}
.footer_link a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.contact_txt {
    font-family: "Trebuchet MS";
    font-size: 20px;
    color:#353536;
    text-align: left;
}
.top_link {
    font-family: Tahoma;
    font-size: 11px;
    color: #232323;
    text-align: right;
}
.top_link a {
    color: #232323;
    text-decoration: underline;
}
.top_link a:hover {
    color: #5552ac;
    text-decoration: underline;
}
.mytd1
{
    FONT-SIZE: 12px;
       font-family: Arial, Helvetica, sans-serif;

    COLOR: #000000;
}
.textbox
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #624003 1px solid;
    BORDER-BOTTOM: #624003 1px solid;
    FONT-FAMILY: Verdana;
}
.mybutton_signup1
{
    BORDER-RIGHT: #2A58B8 1px solid;
    BORDER-TOP: #2A58B8 1px solid;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10pt;
    BORDER-LEFT: #2A58B8 1px solid;
    COLOR: #FFFFFF;
    BORDER-BOTTOM: #2A58B8 1px solid;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #4b6946;
    TEXT-DECORATION: none
}