/**Module specific color styles*/

.bg_dark {
    background-color: #A0CE67;
}


.bg_medium {
    background-color: #C2DF9D;
}


.bg_light {
    background-color: #E7F2D9;
}

.white {
    background-color: white;
}

.black {
    background-color: black;

}


/**theme specific styles*/

.heading {
    font-weight	:600;

}

body	{
    color            : #000000;
    background-color : #EC008C;
    font-family      : Verdana, Arial, Helvetica, sans-serif; /*Helvetica, Arial, sans-serif; or Georgia, Times, "Times New Roman", serif;*/
    font-size        : 0.8em;
}

#container {
    color            : #FFFFFF;
    /*background-color : #FFFFFF;*/
}

#banner {
    background-color : none;
}

#content {
    background-color : none;
    color            : #000000;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    /*color            : #803F08;*/
    color            : #EC008C;
}


small	{
    font-size:	.92em;
}


big	{
    font-size:	1.17em;
}


pre, tt	{
    font-family:	'Monotype.com', Courier New, monospace;
    font-size:      0.9em;
}


ol li	{
    list-style-type: decimal;
}

ol ol li {
    list-style-type: lower-alpha;
}


ol ol ol li {
    list-style-type: lower-roman;
}


h1, h2, h3, h4, h5, h6 {
    line-height:	1.33em;
    font-size-adjust:	.53;
}

h1 {
    font-size:	2em;
    font-weight:	500;
}

h2 {
    font-size:	1.75em;
    font-weight:	500;
}

h3 {
    font-size:	1.58em;
    font-weight:	600;
}

h4 {
    font-size:	1.33em;
    font-weight:	600;
}

h5	{
    font-size:	1.17em;
    font-weight:	600;
}

h6 {
    font-size:	1em;
    font-weight:	700;
}


tfoot, thead	{
    font-size:	1em;
}

th	{
    vertical-align:	baseline;
    font-size:	1em;
    font-weight:	bold;
}

#container img {
    margin 2px;
}

a, address, blockquote, body, cite, code, del, dfn,
div, em, form, h1, h2, h3, h4, h5, h6, iframe, kbd,
li, object, ol, p, q, samp, small, span, strong, sub, sup, ul, var,
applet, big, center, dir, font, hr, menu, pre,
abbr, acronym, bdo, button, fieldset, ins, label {
    border-color:	#ccc;
    border-style:	none;
}

em, i {
    font-style:	italic;
}

strong, b {
    font-weight:	bold;
}

em strong, strong em	{
    text-transform:	uppercase;
    font-style:	normal;
    font-weight:	bolder;
}

del	{
    text-decoration: line-through;
    background:	#900;
}

ins	{
    text-decoration:	none;
    background:	#060;
}

var, cite, dfn, .note	{
    font-style:	italic;
}

address	{
    font-style:	normal;
    letter-spacing:	.1em;
}

acronym	{
    font-variant:	small-caps;
    letter-spacing:	0.1em;
}

hr	{
    color:	#ccc;
}

#colophon {
    display:	none;
}

col, colgroup /*, table, tbody, td, tr*/ {
    border-style:	none;
    margin      : 0 0 0 0;
    padding     : 0 0 0 0;
}

a:link {
    color            : #504F1D;
    text-decoration  : none;
}

a:visited {
    color            : #807B60;
    text-decoration  : none;
}

a:hover {
    color            : #504F1D;
    text-decoration  : none;
}

.boxed a:hover {
    color		: #504F1D;
}

a.offsite {
    text-decoration: none;
    font-weight: normal;
    color:	#F60;
    font-family: none;
}
