﻿body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        color:#222;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		line-height:1.4;
		font-family:Verdana, Arial, Helvetica, sans-serif;
}

   	a { font-size:90%
    	color:blue;
    	line-height:1.4em;
    	background-color:white;
    	font-weight:bold;
    	border-bottom:1px solid;
    	padding-bottom:1px;
	}	
	
	a:focus,a:hover,a:active {
		color:white;
		background-color:blue;
		text-decoration:none;
	}
	a:link,a:visited,a:focus,a:hover,a:active {
text-decoration:none;
}
.centerfordiv {text-align:center;
				padding-left:.4em;
}
.biling {
	color:green;
	background-color:white;
	}
.biling a:hover {
	color:white;
	background-color:green;
	text-decoration:none;
	}
.biling a:active {
	color:white;
	background-color:green;
	text-decoration:none;
	}	
.red {
	background-color:
	red;padding-left:.4em;
}
.green {background:white;color:green; font-weight:bolder;}
.purple {background:white;color:purple;font-weight:bolder;}
.purplelink {background:white;color:purple;font-weight:bolder; text-decoration:underline;}
.redc {background:white;color:red;font-weight:bolder;}
.redu {background:white;color:red; font-weight:bolder;text-decoration:underline; font-style:italic; 
}
.bluec {background:white; color:blue;font-weight:bolder;}
.orange {
	background-color:
	#FFB951;
	color:black;padding-left:.4em;
}
.blue {
	background-color:#C6CFFF;
	color:black;
	padding-left:.4em;
}
.yellow {
	background-color:yellow;
	padding-left:.4em;
}
.whitered {color:white;
background-color:red;
	
}
.white {
	background-color:white;
	color:black;padding-left:.4em;
	}
	
.hot	{color:red;	background-color:white;
}
.ahot {color:yellow;background-color:red;
	
	
	
}
h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#C33;
font-size:x-large;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:black;
padding-left:.4em;
font-size:large;
}

h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:large;
color:black;
padding-left:.4em;
background-color:white;
}
h4 {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:
medium;
padding-left:.4em;
color:black;
background-color:white;

	
}
h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;font-size:90%;padding-left:.4em;color:black;
background-color:white;
}
    h1, h2, h3, {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {  font-size:90%;   
        margin:.4em 0 .8em 0;
        padding:0;
    }
    ul {
	font-weight:bold;
}
li {
	color:
	black;
	background-color:white;
}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
    }
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2,
	#header h3 {
	    padding:.4em 15px 4px 15px;
	  
        margin:0;
	}
	#header h2{
	background-color:red;
	color:white;
}
		
	
	/* 'widths' sub menu */
		
	/* column container */
	.colmask {
	    position:relative;		/* This fixes the IE7 overflow hidden bug */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	col1 {
	background-color:#FF3300
}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (right menu) settings */
	.rightmenu {
		background:#eee;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:25%;				/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:71%;				/* left column content width (left column width minus left and right padding) */
		left:27%;				/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:21%;				/* right column content width (right column width minus left and right padding) */
		left:31%;				/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}	
	
/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
    
