@import url(/style/tongamax.css); 

BODY	{font-family: verdana, geneva, arial, helvetica, sans-serif; text-align:center; margin:5px 0 10px;}
P {text-align:left; }

A:link {
color : #003;
text-decoration : underline; 
}
A:active {
color : #f00;
text-decoration : none; 
}
A:visited {
color : #003;
text-decoration : underline; 
}
A:hover {
color : #f00;
text-decoration : none; 
}
a.copy , a.copy:visited {
font-style : italic; font-weight: 600; font-size : 14px; 
color: #cd0000;
text-decoration : underline; 
} 
a.copy:active , a.copy:hover {
color: #666;
} 
a.title , a.title:visited {
font: italic 700 110% georgia, "times new roman", serif;
color: #cd0000;
text-decoration : underline;
} 
a.title:active , a.title:hover {
color: #666;
text-decoration : none; 
} 
P {
font-size: .8em;
color: #333;
margin-top: 0.5em;
}
p img {
margin-right: 5px;
margin-bottom: 3px;
}
TD.art {
text-align:left;
border-bottom:1px dotted #cd0000;
} 
TD.one {
border-top:1px dotted #cd0000;
} 


.left {text-align:left;
}
.right {
text-align:right;
}
.single {
margin: 1em 3em 2.5em;
}

#header {
clear:both;
float:left;
width:100%;
background: url(/crop.jpg);
border-top:1px solid #ccc;
border-bottom:2px solid #bbb;
}
#header h1 {
float:left;
font-size: 28px;
color: #cd0000;
margin: 18px 30px;
}
#header h2 {
float:right;
font: italic 20px georgia, "times new roman", serif;
color: #cd0000;
margin: 18px;
}
#content {
clear:both;
width:100%;
float:left;
}
#footer { 
clear:both;
width:100%;
float:left;
font-style:italic; font-weight:600; font-size:14px; 
text-align: center; 
color: #cd0000; 
background: url(/cropbottom.jpg);
margin-bottom: 1.5em;
padding:5px 0;
border-top:1px solid #ccc;
border-bottom:1px solid #aaa;
}
#ietop {
padding-top:15px;
}

/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column right menu settings */
	.rightmenu {
	    background:#efe9cf;
	}
	.rightmenu .colleft {
        float:left;
        width:200%;
        margin-left:-180px;
				padding-top:1.2em;
        position:relative;
        right:100%;
        background:#fff;
    }
    .rightmenu .col1wrap {
	    float:left;
	    width:50%;
	    position:relative;
	    left:50%;
	    padding-bottom:1em;
	}
	.rightmenu .col1 {
        margin:0 15px 0 190px;
        overflow:hidden;
	}

    .rightmenu .col2 {
        float:right;
        width:160px;
        position:relative;
        left:175px;
    }
		
		h2 {
		font: italic 700 1em georgia, "times new roman", serif;
		color: #cd0000;
		margin:1.2em 0 -0.5em 30px;
		text-align:left;
		}

		
