/*    Any style that will affect the appearence of {=MAIN_BODY=} content should be here
    and will be used to format the guts of the WYSIWYG editor. All styles should be defined
    as a type selector (specific tag) or as a child of .mceContentBody (the WYSIWYG body wrapper) */

* { padding: 0px; margin: 0px; }
body { font:12px arial, helvetica, sans-serif; color: #4866a4; }

body.mceContentBody {
    font-size: 12px;
    font-family: sans-serif;
    margin:5px;
}

img {
    margin: 0px;
    padding: 0px;
    /*border:1px solid #000000;*/
}

form {
    margin:0px;
}

p { margin: 10px 0px 8px 0px; }

.main_text, .highlight { padding:8px; }

/* - - - - - - Anchor Styles */

.healthy_options a:link, 
.healthy_options a:visited { 
 color: #fff;
}

.healthy_options a:active, 
.healthy_options a:hover { 
 color: #4866a4;
}

a, a:link, a:visited {
    font-family:arial;
    font-size:12px;
    color: #6bb034;
    text-decoration: underline;
}
a:hover {
    font-family:arial;
    font-size:12px;
    color:#4866A4;
    text-decoration:underline;
}


.padded-table tr td { padding:4px; }

/* - - - - - - Heading Styles */

h1 {
    color:#F47837;
    font-family:Arial,Helvetica,sans-serif;
    font-size:24px;
    font-weight:bold;
    padding: 8px 0px;
}

h2 {
    color:#7bc143;
    font-family:Arial,Helvetica,sans-serif;
    font-size:18px;
    font-weight:bold;
}

h3 {
    color:#4866A4;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-weight:bold;
    padding: 8px 0px;
}

h4 {
    color:#7bc143;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-weight:bold;
}

h5 {
    color:#F47837;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-weight:bold;
}

/* - - - - - - Horizontal Rule Styles */

#right-content hr {
    color: #fff;
    width: 86px;
    height: 1px;
    border: 1px solid #ffffff;
    background-color: #fff;
}

/* - - - - - - Countdown Styles */

.countdown_title {
color:#F47837;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold; 
}

#clock {
color:#6F8CC0;
font-family:Arial,Helvetica,sans-serif;
font-size:20px;
font-weight:bolder;
padding: 5px 0px;
}

#clock2 {
color:#6F8CC0;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bolder;
padding: 2px 0px;
}

#body-content ul {
    margin: 8px 0px 8px 40px;
}

#body-content li {
    margin: 3px 0px;
}

.padded-table {  }