@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 100%; 
}

/* general style settings */
		  form {
			  margin: 0;
			  display: inline;
		  }
		  img {
			  vertical-align: bottom;
			  display: inline;	
		  }
		  input, textarea {
			  font-size: 11px;
			  color: #666666;
			  border: solid #CCCCCC 1px;
			  margin: 0;		
		  
		  }
		  
		  input.submitbutton{
			  background-color: #003082;
			  color: #FFFFFF;
			  font-weight: bolder;
			  padding: 1px 2px 1px 2px;
			  border: solid #CCCCCC 0px;
		  }
		  
		  #content a:link, #content a:visited{
			  color: #19448e;
			  text-decoration: underline;
		  }
		  #content a:hover{
			  color: #19448e;
			  text-decoration: none;
			  
		  }

/* main is added as a class in the body tag, the container defines the width and centering of all content */
.main #container { 
	width: 923px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: solid #000000 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

	/* leftsidebar - contains leftsidebar1 + images under blue background */ 
	.main #container #leftsidebar {
		float: left; /* since this element is floated, a width must be given */
		width: 174px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
		padding: 0px;
		border: 0px solid #000000;
		background-color: #FFFFFF;	
		border: solid #000000 0px;
	}

		/* leftsidebar1 - contains images and text on blue bg */ 
		.main #container #leftsidebar1 {
			float: left; /* since this element is floated, a width must be given */
			width: 162px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
			padding: 0px;
			border: solid #000000 0px;
		}
				/* left navigation: positioning and style */ 
				.main #container #nav {
					float: left; /* since this element is floated, a width must be given */
					width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
					padding: 0;
					margin: 0;
					border: solid #000000 0px;
				}			
				.main #container #nav ul{
					display: block;
					padding: 0;
					margin: 0;
					top: 0px;
					left: 0px;
					list-style-type: none;
					width: 140px;
				}			
				.main #container #nav ul li{
					color: #FFFFFF;
					padding: 4px;
					border: 1px;
					border-color: #a3b4d2;
					border-top-style: solid;
					margin: 1px 4px 1px 4px;
				}			
				.main #container #nav2 {
					float: left; /* since this element is floated, a width must be given */
					width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
					padding: 0;
				}			
				.main #container #nav2 ul{
					display: block;
					padding: 0;
					margin: 0;
					top: 0px;
					left: 0px;
					list-style-type: none;
					width: 140px;		
				}			
				.main #container #nav2 ul li{
					color: #FFFFFF;
					padding: 4px;
					background-color: #5e7cb0;
					border: 3px;
					border-color: #a3b4d2;
					border-top-style: double;
					border-bottom-style: double;
					margin: 1px 4px 1px 4px;			
				}
				.main #container #nav ul li a:link, .main #container #nav ul li a:visited,
				.main #container #nav2 ul li a:link, .main #container #nav2 ul li a:visited{
					color: #FFFFFF;
					text-decoration: none;
				}			
				.main #container #nav ul li a:hover, .main #container #nav2 ul li a:hover{
					color: #FFFFFF;
					text-decoration: underline;
				}
	
				/* left text under navigation: positioning and style */ 
				.main #container #leftcontent {
					float: left; /* since this element is floated, a width must be given */
					width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
					border: 0px solid #000000;
					color: #FFFFFF;
					padding: 5px;
					margin: 0px;
				}
				.main #container #leftcontent a:link, .main #leftcontent a:visited{
					color: #FFFFFF;
					text-decoration: none;
				}	
				.main #container #leftcontent a:hover{
					color: #FFFFFF;
					text-decoration: underline;
				}


	/* maincontent - creates the content area next to the left column */ 
	.main #container #mainContent { 
		margin: 0 0 0 174px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #leftsidebar1 space when the content in #leftsidebar1 ends. */
		border: solid #FF0000 0px;
		padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	} 
			/* header - contains header nav and search box positioning */ 
			.main #container #header{
				float: right;
				margin: 0;
				border: solid #000000 0px;
				padding: 3px 13px 3px 3px ;
				height: 25px;
				}
		
				/* headernav: style */ 
				.main #container #header ul{
					display: inline;
					padding: 0;
					font-size: 11px;
				}
				.main #container #header ul li{
					display: inline;
					padding: 3px;
				}
				.main #container #header ul li a:link, .main #mainContent #header ul li a:visited {
					padding: 3px;
					color: #666666;
					text-decoration: none;	
				}		
				.main #container #header ul li a:hover{
					padding: 3px;
					color: #666666;
					text-decoration: underline;	
				}		
				.main #container #header ul li.headeron{
					display: inline;
					padding: 0;		
				}		
				.main #container #header ul li.headeron{
					display: inline;
					padding: 0;		
				}
				.main #container #header ul li.headeron a:link, .main #mainContent #header ul li.headeron a:visited {
					padding: 2px;
					color: #003082;
					text-decoration: none;	
				}		
				.main #container #header ul li.headeron a:hover{
					padding: 2px;
					color: #003082;
					text-decoration: underline;	
				}
		
			/* headerimages - contains images, text & flash */ 
			.main #container #headerimages{
				float: right;
				width: 746px; 
				height: 337px;
				margin: 0;
				padding: 0;
				border: solid #CCCCCC 0px;
			}
			.main #container #headerimages #flash{
				float: right;
				width: 512px; 
				height: 241px;
				border: solid #000000 0px;
				padding: 81px 10px 0 0;
				margin: 0;
			}
			.main #container #headerimages #headercontent{
				float: left;
				width: 174px; 
				height: 184px;
				font-size:14px;
				font-weight: normal;
				line-height:160%;
				border: solid #CCCCCC 0px;
				padding: 84px 0 0 19px ;
				margin: 0;
			}
		
	
			/* right column - contains images, text */ 
			.main #container #rightcolumn{
				float: right;
				border: solid #000000 0px;
				margin: 0;
				background-color: #7f97c0;
				width: 231px;
				padding: 12px;
				color: #FFFFFF;
				font-size: 11px;
				font-weight: bold;
				min-height: 370px;	
			}
			.main #container #rightcolumn a:link, .main #container #rightcolumn a:visited{
				font-weight: normal;
				text-decoration: none;
				color: #FFFFFF;
			
			}
			.main #container #rightcolumn a:hover{
				font-weight: normal;
				text-decoration: underline;
				color: #FFFFFF;
			
			}
	
	
	
			/* 2 middle columns - grouped in middlecolumns div, also contains style specs here */ 
			.main #container #middlecolumns {
				float: left;
				width: 488px;
				margin: 0;
				padding: 0;
				background-color: #FFFFFF;
				border: solid #FF0000 0px;
			}
			.main #container #middlecolumns .header {
				font-size: 16px;
				font-weight: bold;
				color: #104a92;
			}
			.main #container #middlecolumns  a.white:link, .main #container  a.white:visited{
				font-weight: bold;
				text-decoration: none;
				color: #FFFFFF;
				line-height: 90%;
			}
			.main #container #middlecolumns  a.white:hover{
				font-weight: bold;
				text-decoration: underline;
				color: #FFFFFF;
			}
	
	
			/* left column1: contains 2 divs - column1a and column1b for positioning blue and yellow box */ 
			.main #container #column1 {
				float: left;
				width: 221px;
				padding: 10px 10px 0 10px;
				margin: 0;
				background-color: #FFFFFF;
				border: solid #FF0000 0px;
			}
				.main #container #column1a{
					float: left;
					width: 205px;
					height: 217px;
					margin: 0;
					padding: 8px;
					color: #FFFFFF;
					font-size: 11px;
					font-weight: bold;
					border: solid #cccccc 1px;
					line-height: 140%;
				}
				.main #container #column1b{
					float: left;
					width: 205px;
					min-height: 167px;
					margin: 0;
					padding: 8px;
					color: #000000;
					font-size: 11px;
					font-weight: normal;
					border: solid #cccccc 1px;
					line-height: 125%;
				}
			/* left column2: contains 2 divs - column2a and column2b for positioning blue and yellow box */ 
			.main #container #column2 {
				float: left;
				width: 221px;
				padding: 10px 10px 0 10px;
				margin: 0;
				background-color: #FFFFFF;
				border: solid #FF0000 0px;
			}
				.main #container #column2a{
					float: left;
					width: 205px;
					height: 217px;
					margin: 0;
					padding: 8px;
					color: #FFFFFF;
					font-size: 11px;
					font-weight: bold;
					border: solid #cccccc 1px;
					line-height: 140%;
				}
				.main #container #column2b{
					float: left;
					width: 205px;
					min-height: 167px;
					margin: 0;
					padding: 8px;
					color: #000000;
					font-size: 11px;
					font-weight: normal;
					border: solid #cccccc 1px;
					line-height: 125%;
				}
			/* column3: box under 2 colums for focus magazine subscription */ 
	
			.main #container #column3{
				float: left;
				background-color: #FFFFFF;
				width: 464px;
				height: 170px;
				padding: 11px 11px 0 11px;
				margin: 0;
				border: solid #cccccc 0px;
				overflow: hidden;
			}
			.main #container #column3 #content{
				float: left;
				width: 284px;
				margin: 0;
				padding: 18px 8px 8px 8px;
				font-size: 11px;
				border: solid #cccccc 0px;
				color: #666666;
			}


/* footer: contact information  */ 
#footer{
	float:left;
	color: #666666;
	font-size: 10px;
	line-height: 125%;
	border: solid #cccccc 0px;
	padding: 0 0 0 8px;
	margin: 0;

}
#footer a:link, #footer a:visited{
	color: #666666;
	text-decoration: none;
}
#footer a:hover{
	color: #666666;
	text-decoration: underline;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
