/* <!-- */
/* General styles */
body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    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:90%;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#333333;
}
a {
	color:#fff;
text-decoration:none;
}
a:hover {
	color:#ddd;
	text-decoration:none;
}
h1, h2, h3 {
    margin:.8em 0 .2em 0;
    padding:0;
    color:#5295D5;
}
p {
    margin:.4em 0 .8em 0;
    padding:0;
}
img {
	margin:10px 0 5px;
}
/* Header styles */
#header {
    clear:both;
    float:left;
    width:100%;
	background-color:#E6FCFF;
	background-image:url('images/sky.jpg');
	text-align:center; /*ie margin fix */
	border-bottom:4px solid #fff;
	/*border-top:6px solid #4250AE;*/
}
#header p,
#header h1,
#header h2 {
    padding:30px 0 0 15px;
    margin:0;
    color:#FFF;
}
/* 'widths' sub menu */
#title {
width:966px;
height:200px;
margin:auto;
text-align:left; /*ie margin fix */
background-image:url('images/cloud.png');
background-repeat:no-repeat;
background-position:558px 0%;
}
#layoutdims {
	clear:both;
	background:#5295D5;
	border-top:4px solid #4250AE;
	border-bottom:4px solid #4250AE;
	height:22px;
	margin:0;
	padding:6px 15px !important;		
	font-weight:bold;
	font-size:medium;
	text-align:center; /*ie margin fix */
}
#lnkpos {
width:966px;
margin:auto;
text-align:left; /*ie margin fix */
padding:0 15px 0 50px;
}
#lnkpos a {
padding:0 8px 0 0;
}
/* column container */
.colwrap {
text-align:center; /*ie margin fix */
}
.colmask {
position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    width:966px;			/* width of whole page */
margin:auto;
text-align:left; /*ie margin fix */
overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column right menu settings */
.rightmenu {
    background:#fff;
}
.rightmenu .colleft {
    float:left;
    width:200%;
    margin-left:-322px;
    position:relative;
    right:100%;
    background:#fff;
}
.rightmenu .col1wrap {
    float:left;
    width:50%;
    position:relative;
    left:50%;
    padding-bottom:1em;
}
.rightmenu .col1 {
    margin:15px 15px 0 337px;
    overflow:hidden;
}
.rightmenu .col2 {
margin-top:40px;
    float:right;
    width:292px;
    position:relative;
    left:307px;
}
/* Footer styles */
#footer {
    clear:both;
    text-align:center;
    width:100%;
	border-top:4px solid #4250AE;
}
#footer p {
    padding:10px;
    margin:0;
}
/* --> */
</style>
<!--[if lt IE 7]>
<style media="screen" type="text/css">
.col1 {
    width:100%;
}
</style>
<![endif]-->

