﻿    body
{
    /* This removes the border around the viewport in old versions of IE */
    background-position: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    background: #fff;
    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: 12px;
    font-family: Arial, Helvetica;
    color: #323232; /* black grey */
}

	a {
		color:#369;
	}
	a:hover
{
    background-position: #369;
    color: #000000;
    background: #369;
    text-decoration: none;
}
	
h1 {
	font-size: 20px;
	color: #323232; 
	margin-top: 5px; 
	margin-bottom: 5px; }
h2 {
	font-size: 18px;
	color: #323232; 
	margin-top: 5px; 
	margin-bottom: 5px; }
h3 {
	font-size: 16px;
	color: #323232; 
	margin-top: 3px; 
	margin-bottom: 3px; }
h4 {
	font-size: 14px;
	color: #323232; 
	margin-top: 3px; 
    margin-bottom: 3px; 
	line-height: 14px; }

	
	    
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:0px 0px 0px 0px;
	}
	

		/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #369;
	}
	
	
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:0px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	
	#header ul li a:hover
    {
        background: #323232;
        color: #fff;
    }
	
	#header ul li .AspNet-Menu-Selected {
		background:#369;
		color:#fff;
		font-weight:bold;
	}
	
		#divSubMenu ul li .AspNet-Menu-Selected {
		background:#369;
		color:#fff;
		font-weight:bold;
	}

	#header ul li a span {
		display:block;
	}
	
	#header a
	{

	    background-color:Transparent;
	    
	    	    }
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #369;
		margin:0;
		padding:1px 15px !important;
		text-align:left;
		min-height:18px;
	}
	/* 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%;			/* width of page */
		position:relative;
		min-height:600px;
	}

	.col1, /*centre*/
	.col2, /*Left*/
	.col3 /*right*/{
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						    only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	
	
	/* 3 Column settings (currently not used) */
	.threecol {
		background:#eee;	/* right column background colour */
	}
	.threecol .colmid {
		right:32.5%;		/* width of the right column */
		background:#fff;	/* center column background colour */
	}
	.threecol .colleft {
		right:35%;			/* width of the Middle column */
		background:#eee;	/* left column background colour */
	}
	.threecol .col1 {       /* center column content */
		width:29%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:31%;			/* Width of left column content (column width minus padding on either side) */
		left:39%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:30%;			/* Width of right column content (column width minus padding on either side) */
		left:76%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	
	/* 2 Column (double page) settings */
	.doublepage {
		background:#white;		/* right column background colour */  
	}
	.doublepage .colleft {
		right:50%;			/* right column width */
		background:#fff;		/* left column background colour */
		
	}
	.doublepage .col1 {
		width:46%;			/* left column content width (column width minus left and right padding) */
		left:52%;			/* right column width plus left column left padding */
	}
	.doublepage .col2 {
		width:46%;			/* right column content width (column width minus left and right padding) */
		left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}


	/* Footer styles */
	
	
	/* 3 Column settings wide */
	.threecolwide {
		background:#eee;		/* right column background colour */
		
	}
	.threecolwide .colmid {
		right:15%;			/* width of the right column */ 
		background:#fff;		/* center column background colour */
        
	}
	.threecolwide .colleft {
		right:70%;			/* width of the middle column +10*/
		background:#eee;	/* left column background colour */
	}
	.threecolwide .col1 {
		width:66%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	    
	}
	.threecolwide .col2 {
		width:16%;			/* Width of left column content (column width minus padding on either side) */
		left:26%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecolwide .col3 {
		width:16%;			/* Width of right column content (column width minus padding on either side) */
		left:90%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #369;
	}
	#footer p {
		padding:5px;
		margin:0;
		font-size:7.5pt;
	}
	/* --> */


.tableHeader 
{
    font-weight: bold;
    background-color:#eee; 
    color:#323232; 
    border:none; 
    padding:6px 0 5px 5px;
    }
    
.tdShort
{
    width:20%; 
}

table tr td
{
    background-color: #F8F8F8;
    border: none;
    
}


#divSubMenu ul li {
    padding: 0 10px 0 0;
}

.Statement
{
border:solid 3px gray;
color:#323232;
}


/* Sub menu */
	
.menu
{
	position: static;
	padding-right: 5px;
	white-space: nowrap;
	}
.menu UL
{
	padding-bottom: 3px;
	list-style-type: none;
	margin: 3px 0px 0px;
	padding-left: 0px;
	padding-right: 0px;
	list-style-image: none;
	padding-top: 0px;
}
.menu LI
{
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 0px;
	display: block;
	float: left;
	
}
.menu A
{
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 0px;
	background: no-repeat left top;
	font-weight: bold;
	padding-top: 4px;
	text-decoration:underline;
}

