/* Body CSS */
BODY {
background-color: #b0b0b0;
background-repeat: repeat-x;
background-image: url(images/facbg.jpg);
}

/* Link CSS */
A.a2{text-decoration:underline; font-family:arial; font-size:8pt; color:#ffffff}
A.a2:hover {text-decoration:none; font-family:arial; font-size:8pt; color:#cccccc}

A{text-decoration:underline; font-family:arial; font-size:10pt; color:#5781b1}
A:hover {text-decoration:none; font-family:arial; font-size:10pt; color:#cccccc}

A.page_list_link 
{
    color:#5781b1;
}

/* Newsletter */
#newsletter {
	background:transparent url(images/ads/ad_newsletter.jpg) no-repeat scroll right top;
	float:right;
	height:130px;
	width:235px;
}

#nl_form {
	float:left;
	margin-left:12px;
	margin-top:44px;
}

#nl_form input.image {
	margin-top:17px;
}

.cc_logo {
    border-style: thin;
    border-width: 1px 1px 1px 1px;
    border-color: #cccccc;
}

.article_holder {
	padding-right: 5px;
	line-height: 0px;
}

/* To Uppercase */
.toUppercase {
    text-transform: uppercase; 
}

/* Main Page Article Blurbs */
.articleBlurb 
{
    color: #666666;
	font-size: 10px;
	line-height: 9px;
}

.articleHyperlink
{
    color:#5781b1;
    text-decoration:underline;
	line-height: 14px;
}
.articleHyperlink:hover 
{
    text-decoration:none;
    color:#696969;
	line-height: 14px;
}

.articleHyperlinkMore
{
    color:#5781b1;
    text-decoration:underline;
	font-size:10px;
	line-height: 12px;
	padding-bottom: 10px;
}
.articleHyperlinkMore:hover 
{
    text-decoration:none;
    color:#696969;
	font-size:10px;
	line-height: 12px;
	padding-bottom: 10px;
}
/* Generic Rows, Cells, Paragraphs and Headings */

TD{font-family:arial; font-size:10pt; color:#000000}
P{font-family:arial; font-size:10pt; color:#000000}
H1{font-family:arial; font-size:13pt; color:#5781b1; text-decoration:bold}
H2{font-family:arial; font-size:11pt; color:#5781b1}
H3{font-family:arial; font-size:10pt; color:#5781b1}

HR.hr_admin 
{
    color:#b0b0b0;
}

/* Main Table CSS */
TABLE.main_table 
{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
	background-color: #ffffff;
}

/* Content CSS */
.content_pgname 
{
    text-align:left;
    font-size:18pt;
    font-weight:bolder;
    line-height:20px;
    margin-left:0px;
    color:#b3cbe6;
}

.content_catname 
{
    text-align:right;
    font-size:28pt;
    line-height:30px;
	color:#5781b1;
}

.adcontent 
    {
        background-image: url(images/bg_ads.jpg);
    }

.left_column
{
    width:253px;
    height:100%;
}

td.left_column_header 
{
    background-image:url(images/left_content_title.jpg);
    background-repeat:no-repeat;
    width:253px;
    height:64px;
}

td.left_column_content
{
    background-image:url(images/left_content_bg_thin.jpg);
    background-repeat:repeat-y;
    width:253px;
    vertical-align:top;
    height:400px;
}

td.left_column_header_blank
{
    background-image:url(images/left_content_blank.jpg);
    background-repeat:no-repeat;
    width:253px;
    height:64px;
}

td.left_column_content_blank
{
    background-image:url(images/left_content_blank_thin.jpg);
    background-repeat:repeat-y;
    width:253px;
    vertical-align:top;
    height:400px;
}

.right_column
{
    width:499px;
    height:400px;

}

td.right_column_header 
{
    background-image:url(images/right_content_header.jpg);
    background-repeat:no-repeat;
    width:499px;
    height:64px;
    vertical-align:text-bottom;
    padding-left:2px;
}

td.right_column_content
{
    background-color:White;
    width:499px;
    padding-left:4px;
    padding-top:8px;
    vertical-align:top;
}

td.right_column_header_admin
{
    background-repeat:no-repeat;
    width:752px;
    height:64px;
    vertical-align:text-bottom;
    padding-left:2px;
}

td.right_column_content_admin
{
    background-color:White;
    width:752px;
    padding-left:4px;
    padding-top:8px;
    vertical-align:top;
}

/* Footer CSS */
.footer
    {
        background-image: url(images/bg_footer.jpg);
        font-family:arial;
        font-size:8pt;
        color:#ffffff
    }

.footer_text 
{
        font-family:arial;
        font-size:8pt;
        color:#ffffff;
}