BODY
{
    background-color: #326565;
    font-size: 11px;
}
TD
{
    text-align: left;
    vertical-align: top;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: 2px;
}

INPUT, SELECT, TEXTAREA
{
    background-color: #FFFFFF;
    font-size: 11px;
    border: 1px solid #999FA7;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
}
INPUT.setWidth, SELECT.setWidth, TEXTAREA.setWidth
{
    width: 320px;
}
IMG
{
    border: 0px;
}
INPUT.pbutton, INPUT[type=submit]
{
    background-color: #3871a9;
    color: #ffffff;
    border: 1px solid #2a532a;
    font-weight: bold;
    margin-right:3px;
}
TD.header1
{
    background-color: #290051;
    font-weight: bold;
    color: #f9893d;
    font-size: 12px;
}
TD.header1 A:link, TD.header1 A:visited
{
    color: #f9893d;
    text-decoration: underline;
}
TD.header1 A:hover
{
    color: #860000;
    text-decoration: none;
}
TD.header2
{
    background-color: #d8d8ff;
    font-weight: bold;
    padding: 4px 2px;
}
TD.header2 A:link, TD.header2 A:vistied
{
    text-decoration: underline;
}
TD.header2 A:hover
{
    text-decoration: none;
    color: #458545;
}
TD.post A:link, TD.post A:visited
{
    color: #290051;
    text-decoration: underline;
}
TD.post A:hover
{
    color: #cc6600;
    text-decoration: none;
}

TD.infoTable
{
    background-color: #FAFAFA;
    padding: 11px;
    border: 1px solid #5500aa;
}

/* Footer1 - Bottom of tables */
.footer1
{
    font-size: 7pt;
    height: 28px;
    background-color: #e8f0f0;
}

.footer1 SELECT, .footer1 TD
{
    font-size: 11px;
}

/* Header of posts */
.postheader
{
    background-color: #d0d8e8;
}

/* User info and post/article */
.post
{
    background-color: #f0f0f0;
}

.post_alt
{
    background-color: #2B5681;
}
/* Footer of posts */
.postfooter
{
    background-color: #DADAE2;
}

/* Area between posts
.postsep {
	background-color: #3871A9;
	height: 1px;
	background: url('bg_header2.png');
} */
/* Most tables are class 'content'*/
TABLE.content
{
    border: solid 1px #2A532A;
    padding: 0px;
    background-color: #ffffff;
    margin: 0px;
}

/* List items are not contained in <UL> or <OL>! */
TD LI 
{
    margin-left:8px;
    padding:0px;
    list-style-type:none;
    list-style-position:outside;
    marker-offset:2px;
}

/* Image Links */
A.imagelink 
{
    font-size:10px;
    color:#000000;
    text-decoration:none;
    margin-right:3px;
    display:inline;
    float:left;
}
A.imagelink:hover 
{
    text-decoration:underline;
}




/* p-tag at the top of pages with navigation links */
P.navlinks
{
    color: #458545;
    font-size: 10px;
}
P.navlinks a
{
    color: #333;
}
P.navlinks a:hover
{
    color: #3871a9;
}


/* These are corrections to the base styles of Care-International */
#header 
{
    background-image:url(bg_header.jpg);
}
#container 
{
    background-image:none;
}
