/* CSS Document */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:96%;
	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-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	margin-left: 2%;
	margin-right: 2%;
	}
	a {
	}
	a:hover {
		color:#000000;
		text-decoration:none;
	}
	h1, h2, h3 {
	margin:50px 0 0 0;
	padding:0;
	font-family: "Century Gothic";
	color: #00008C;
	text-align: center;
	}
	h4 {
	margin:50px 0 0 0;
	padding:0;
	font-family: "Century Gothic";
	color: #00008C;
	font-size: 120%;
	text-indent: 5%;
	}		 
	p {
	margin:.4em 0 .8em 0;
	padding:0;
	line-height: 1.4em;	 
	}
	img {
	border: 0;
	margin-top: 100px;
	}
	/* Header styles */
	#header {
	clear:both;
	float:left;
	width:100%;
	}
	#header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 0px;
	width: 100%;
	}	
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 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;
	background-color: #F6FFD5;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	.toplogo {
	border : thin solid #B3B3E6;
	background-color: #B3B3E6;
	left: 0px;
	} 
	.toprighttimg {
	position : absolute;
	right: 2%;
	} 	
	/* 'widths' sub menu */
	#layoutdims {
	clear:both;
	margin:0;
	padding:1px 15px!important;
	text-align:right;
	width: 95%;
	}
	#left {
  	width: 180px;             /* LC width */
  	padding: 0 10px;          /* LC padding */
  	margin-left: -100%;
  	left: 150px;              /* RC fullwidth for IE6 */
	}
	#layoutdims > #left { left: -200px; /* -LC width for others */ margin-left: expression( document.all.center.offsetWidth * -1 + parseFloat(document.all.center.currentStyle.paddingLeft) + parseFloat(document.all.left.currentStyle.paddingLeft) + parseFloat(document.all.left.currentStyle.paddingRight) ); /* Fix for IE7 */ }
	/* column container */
	.colmask {
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:visible;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
		line-height: 1.5em;
	}
	/* 2 Column (double page) settings */
	.doublepage {
	}
	.doublepage .colleft {
	right:55%;
	color: #FFFFFF;
	margin-left: 12%;
	}
	.doublepage .col1 {
		width:46%;	/* left column content width (column width minus left and right padding) */
		left:56%;	/* right column width plus left column left padding */
	}
	.doublepage .col2 {
	width:46%;		/* right column content width (column width minus left and right padding) */
	left:45%;
	margin-right: 2%;
	border: 0;
	padding: 0;
	margin: 0;
	}
	.doublepage .col2 ul {
	margin : 0;
	list-style-type : none;
	left: 1%;
	margin-left: 0%;
	} 
	.doublepage .col2 li {
	font-size : 100%;
	list-style-type : none;
	list-style-position : inherit;
	background-repeat: no-repeat;
	list-style-image: url(images/bullet.gif);
	margin-left: 30px;
	}
	ul {
	margin : 0;
	list-style-type : none;
	left: 1%;
	margin-left: 0%;
	} 
	li {
	font-size : 100%;
	list-style-type : none;
	list-style-position : inherit;
	background-repeat: no-repeat;
	}
	/* Photos styles */
	#photos {
	clear:both;
	float:none;
	width:100%;
	text-align: center;
	background-image: url(images/photo_background.gif);
	background-repeat: repeat-x;
	}
	#photos img {
		padding:1%;
		margin:0;
	}
	/* Footer styles */
	#footer {
	clear:both;
	float:left;
	width:100%;
	}
	#footer p {
	padding:50px;
	margin:0;
	font-size: 90%;
	padding-left: 17%;
	padding-right: 17%;
	text-align: center;
	color: #00217B;
	}
	#footer img {
	float: right;
	padding-left: 1%;
	margin-top: 0px;
	}	
	#youandyourweb {
		clear:both;
		float:left;
		width:100%;
	}
	#youandyourweb p {
	padding:10px;
	margin:0;
	font-size: 70%;
	text-align: center;
	} 
