/* <!-- */
	/* General styles */
	
	
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#c1c1ff;
		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%;
	}
	a {
		color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.2em 0 .8em 0;
		padding:0;
	}
	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 {
		padding:.4em 15px 0 15px;
		margin:0;
     }
     
     /* -------------------------------------------------- */
	/* roundbar-blue */
	/* -------------------------------------------------- */
#roundbar-blue {
		clear:left;
		float:left;
		width:100%;
		background:#400000;
		font-family:Trebuchet MS, Helvetica, sans-serif;
        font-size:12px;
		border-bottom:1px solid #c0c0c0;
		overflow:hidden;
	}
	#roundbar-blue ul {
		clear:left;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
	}
	#roundbar-blue ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
	#roundbar-blue ul li.first {
		border-left:2px solid #ffffff;
	}
	#roundbar-blue ul li.last {
		border-right:2px solid #ffffff;
	}
	#roundbar-blue ul li a {
		display:block;
		margin:1;
		padding:.4em .8em;
		color:#ffffff;
		text-decoration:none;
		border-left:2px solid #c0c0c0;
		border-right:2px solid #c0c0c0
		line-height:1.3em;
	}
	#roundbar-blue ul li.active a {
		background-color:#ffffff;
        font-weight:bold;
        font-size:12px;
        
        
	
	}
	#roundbar-blue ul li a:hover {
		background-color:#c0c0c0;
        font-weight:bold;
        color:#000066;
        font-size:12px;
	}
	#roundbar-blue ul li a span {
		display:block;
	
        
     
	    }     
      
         #box_left {
          font-size:12px;
      
          padding:5px;
         float:left;
         color:white;
         
        
        
      
     }  
       #box_right{
        padding:5px;
       font-weight:bold;
       font-size:12px;
       font-family:sans-serif;
      float:right;
           background-color:#c0c0c0;
      color:brown;
        border-style:inset;
      border-width:5px;
      border-color:grey;
        
        
        
        
        
        
        
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* 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;
         color:navy;
	}
	.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:#000066;
        color:white;		/* 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%;
        color:#000066;
        			/* (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;
	}
	/* --> */
	

