@charset "utf-8";
/* CSS Document */
body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#ccccff;
	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%;

    }
#header h1 , #header h1 a {
	color:#FFFFFF;
	font-size:26px;
	text-align:center;
	padding: 0 0;
	margin: 0 0;
	text-decoration:none;
}
h1{
	font-size:21px;
	color: #cb2e29;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #000066;
	text-align: center;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 5px 0;
}
h2{
	color: #ffffff;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #000066;
	text-align: center;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 5px 0;
}
h3 {
	font-size: 16px;
	color: #000066;
	margin: 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	text-align:center;
}
#header {
	background: #ffffff;
	/*	height: 105px;*/
	height: 115px;
	padding: 0px;
	padding-top: 5px;
	margin: 0;
	z-index: 100;
	border: none;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
#fixed {
	width: 995px;  
	background: #fff;
	margin: 0 auto;  /*the auto margins (in conjunction with a width) center the page */
	margin-top:10px;
	/* border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 0px;
}
	/* Header styles */

	/* '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 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 */
	background-color: #fff;
		border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000066;

	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#fff;    	/* Right column background colour */
		top: 0px;

	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-100px; 	/* Width of right column PSC  -200*********************************************************************************/
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:320px;         	/* Left column width + right column width 300  400***************************************************************8*/
        background:#fff;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:218px;        	/* Width of left column PSC 200*/
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
		background:#fff;
	}
	.holygrail .col1 {
        margin:0 230px;     	/* Centre column side padding: PSC 215
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
		width: 565px;
	    /*overflow:hidden;*/
		background:#fff;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:215px;        	/* Width of left column content (left column width minus left and right padding) 170px start */
        position:relative;
        right:5px;         	/* Width of the left-had side padding on the left column 15px start*/
		background:#fff;
			
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:180px;        	/* Width of right column content (right column width minus left and right padding) PSC 170*/
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding PSC 45*/
        position:relative;		
        left:1035px;				/* PSC 50%  1002*/
		background:#fff;
	
    }

/* ----- PSC START ---- */

.col2 a{
	color:#FFFFFF;
	height:22px;
	display: block;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	padding: 0;
	padding-right: 5px;
	padding-left:5px;
	margin: 0;
	background-image: url(/images/DkBluBtn215x22.gif);
	background-repeat: no-repeat;
	line-height: 16px;
	vertical-align: bottom;
}
.col2 a:hover {
	background-color:#CCCCFF;
	color:#000066;
	background-image:none;
}
.LeftMenuBtn a{
	color:#FFFFFF;
	height:22px;
	display: block;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding: 0;
	padding-right: 5px;
	padding-left:5px;
	margin: 0;
	background-image: url(/images/RedBtn215x22.gif);
	background-repeat: no-repeat;
	line-height: 16px;
	vertical-align: bottom;
	text-transform: capitalize;
}
.LeftMenuBtn a:hover {
	background-color:#FAA;
	color:#CB2E29;
	background-image:none;
}
img.Left {
	float:left;
	margin: 0px;
	border: none;
}

img.Right {
	float:right;
	margin: 0px;
 	border: none;
}	


.imgClear img{
 	border:none;
}
.idFooter {
	color: #000066;
	font-size:10px;
	text-align:center;
	text-decoration:none;
	background: #ffffff;
	margin:0px;
	padding: 0px;	
	width: 995px;
}
.idFooter a {
	color: #000066;
	text-decoration:none;	
}
.col2 p, .col1 a {
	color:#000066;
	padding:1px 0px;
	margin:1px 0px;
	font-size:14px;
}

.ImagesTop{
	height:190px;
	display: block;
}
.ImagesCentre img {
	text-align:center;
	margin-left:157px;

}
.ImagesLeftLink {
display:block;
height:105px;
width: 100%;

}
.ImagesLeftLink p{
	padding-top:40px;
	padding-left:225px;
}
.imgClear {
		clear:both;
}
.Box {
	position:relative;
	height:35px;
	width:300px;
/*	left:170px;
	top:-70px;*/
	background-image: url(/images/RedButton300x35.gif);
	background-repeat: no-repeat;
	margin-left:130px;
}
.Box a{
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	height:30px;
	display: block;
	padding-top:8px;

}
.LinkButn {
	background-image:url(/images/RedButton300x35.gif);
	color:#660066;
	height:35px;
	width: 300px;
	display: block;
	background-repeat: no-repeat;
}
li, ul, li a {
	list-style-type:none;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}	
.Red, li a.Red {
	color:#cb2e29;
}
li a.Blue, .Blue{
	color:#000066;
}
