/* ------------------------------------------------------------------------------------------------------------------------------- */

body    {
        margin-top: 0%; margin-left:8%; margin-right: 8%; margin-bottom: 0px;
        font-family: georgia;
		font-size:12px;
        background:url(images/background.jpg); background-repeat: repeat;
		}

/* ------------------------------------------------------------------------------------------------------------------------------- */
        
.colorclass0 {
        background-color: #ffffff;
}

.colorclass1 {
        background-color: #E8EFF5;
}

.colorclass2 {
        background-color: #FFE3C1;
}

.padder1 { padding: 1; } .padder2 { padding: 2; } .padder3 { padding: 3; } .padder4 { padding: 4; } .padder5 { padding: 5; }
.padder6 { padding: 6; } .padder7 { padding: 7; } .padder8 { padding: 8; } .padder9 { padding: 9; } .padder10 { padding: 10; }

.tdclass1 {
        padding: 5;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: DDDDDD;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: D9D9D9;
        background-repeat: repeat-x;
		background-color: #EDF2F6;
}

.textclass1
        {
        color: 3a1711;
        font-size:14px;
        }
		
.textclass2
        {
        color: 3a1711;
        font-size:18px;
        }			
        
a:link
        { color: 3a1711; font-size:14px; text-decoration:none; }
a:active
        { color: 3a1711; font-size:14px; text-decoration:none; }
a:visited
        { color: 3a1711; font-size:14px; text-decoration:none; }
a:hover
        { color: b68b50; font-size:14px; text-decoration:underline; }
		
.subcat_link a:link 
	{ color: 3a1711; text-decoration:none; font-size: 11px; }
.subcat_link a:active 
	{ color: 3a1711; text-decoration:none; font-size: 11px; }
.subcat_link a:visited 
	{ color: 3a1711; text-decoration:none; font-size: 11px; }
.subcat_link a:hover 
	{ color: b68b50; text-decoration:underline; font-size: 11px; }		
		
.itty_link a:link 
	{ color: 000000; text-decoration:none; font-size: 11px; }
.itty_link a:active 
	{ color: 000000; text-decoration:none; font-size: 11px; }
.itty_link a:visited 
	{ color: 000000; text-decoration:none; font-size: 11px; }
.itty_link a:hover 
	{ color: 000000; text-decoration:underline; font-size: 11px; }

.itty_link 
	{
	font-size:11px;
	color:000000;
	}
	
.itty_itty_link 
	{
	font-size:10px;
	}	

.copy_link a:link 
	{ color: CCCCCC; text-decoration:none; font-size: 11px; }
.copy_link a:active 
	{ color: CCCCCC; text-decoration:none; font-size: 11px; }
.copy_link a:visited 
	{ color: CCCCCC; text-decoration:none; font-size: 11px; }
.copy_link a:hover 
	{ color: CCCCCC; text-decoration:underline; font-size: 11px; }

.copy_link 
	{
	font-size:11px;
	color: CCCCCC;
	}
	
.copy_link_link 
	{
	font-size:10px;
	}		
	
.white_link a:link 
{ color: DEE0E5; font-size:14px; text-decoration:none; }
.white_link a:active 
{ color: DEE0E5; font-size:14px; text-decoration:none; }
.white_link a:visited 
{ color: DEE0E5; font-size:14px; text-decoration:none; }
.white_link a:hover 
{ color: ffffff; font-size:14px; text-decoration:underline; }	

.white_link {
        color: ffffff;
        font-size:14px;
}		

.bigtitle a:link 
{ color: DEE0E5; font-size:20px; text-decoration:none; }
.bigtitle a:active 
{ color: DEE0E5; font-size:20px; text-decoration:none; }
.bigtitle a:visited 
{ color: DEE0E5; font-size:20px; text-decoration:none; }
.bigtitle a:hover
{ color: ffffff; font-size:20px; text-decoration:underline; }
#sub-nav {
    clear: left;
}

#sub-nav ul, #sub-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sub-nav ul {
    border-bottom: 2px solid #3a1711;
    height: 1.5em;
    padding: 10px 0;
}

#sub-nav li {
    float: left;
    background: #e8eff5 url(images/tab-top.gif) 0 -100px;
    padding-left: 4px;
    margin-right: 2px !important; /*imp IE6*/
}

#sub-nav li a, #sub-nav li span {
    display: block;
    padding: 6px 14px 4px 10px;
    height: 1.5em;
    text-decoration: none;
    font-weight: bold;
    color: #3a1711;
    background: url(images/tab-top.gif) 100% -100px;
}

#sub-nav li a:hover, #sub-nav li.active a:hover {
    color: #000;

}

#sub-nav li.active {
    background-position: 0 0;
    background-color: #3a1711;
}

#sub-nav li.active a, #sub-nav li.active span {
    background-position: 100% 0;
    color: #fff;
}
