body { background-color: #f5f5f5;
			 font-family: Arial, Helvetica, Sans Serif;
			 text-align: center;
}

h6 {
		font-size: 12pt;
		font-weight: bold;
}

.container{
				 margin: 0 auto;
				 padding: 0;
		     width: 940px;
				 text-align: left;
				 background-color: #fff;
				 border: 3px solid #ccc;
}

.col1, .col2, .col3 {
					float:left;
					padding: 20px;
}

.col1, .col3{
			width: 200px;
			font-size: 10pt;
}

.col2 {
			position: relative;
			width: 416px;
			padding: 16px 20px 20px 20px;
			border-left: 2px solid #999;
			border-right: 2px solid #999;
			font-size: 11pt;
			line-height: 13pt;
			font-family: Century Schoolbook, Times, Serif;
			background-color: #f5f5f5;
}
.col2 h1 {
			padding-top: 0;
			margin-top: 0;
			line-height: 26pt;
			font-family: Arial, Helvetica, Sans Serif;
}

.orangebox {
			float: right;
			background-color: #ff5200;
			width: 15px;
			height: 15px;
			margin-left: 10px;
			margin-right: 0px;
}

.orangecontainer {
		 float: right;
		 margin-right: 10px;
}

.tlimage {
				 position: absolute;
				 top: 0;
				 left: 0;
}

.blimage {
				 position: absolute;
				 bottom: -1px;  /** for IE **/
				 left: 0px;
}

.brimage {
				 position: absolute;
				 bottom: -1px;
				 right: 0px;
}

.trimage {
				 position: absolute;
				 top: 0;
				 right: 0;
}

.header, .footer {
				width: 920px;
				padding: 10px;
				color: #222;
				text-align: center;
				font-weight: bold;
				position: relative;
}

.header {
				height: 15px;
				text-align: left;
				background-color: #ccc;
			border-bottom: 4px solid #555;
}

.header .tlimage {
				top: -3;
				left: -3;
}

.footer .brimage {
				right: -3;
				bottom: -4;
}

.footer { 
			border-top: 10px solid #aaa;
				padding-top: 10pt;
				font-size: 10pt;
				clear: both;
			background-color: #ccc;
}

.submenu{
	       position: relative;
				 width: 200px;
				 padding: 0px;
				 background-color: #a0c0df;
				 margin-bottom: 12pt;
				 padding-bottom: 6pt;
}

.col3 .submenu{
			background-color: #f2d4b8;
}

.submenu a {
		padding-left: 10pt;
		padding-right: 6pt;
		padding-top: 2pt;
		padding-bottom: 2pt;
	  display: block;
		color: #222222;
}

.submenu .quote {

		padding: 2pt;
		padding-left: 6pt;
		padding-right: 10pt;
		font-style: italic;
		font-family: serif;
		text-align: right;
}

.submenu h6 {
    position: relative;
		margin: 0px;
		padding: 3pt 10pt 3pt 10pt;
		background-color: #222222;
		color: #fff;
		border-bottom: 4px solid #005fA9;
	 }
	 
.col3 .submenu h6 {
		text-align: right;
		border-bottom: 7px solid #ff5200;

}

.headshot {
   border-bottom: 2px solid #000;
	 margin-bottom: -4px;  /** For IE **/
}
	 
a {
			 text-decoration: none;
			 font-weight: bold;
			 color: #222;
}

.col2 a {
	color: #555;
	text-decoration: underline;
}

a:hover {
			 color:  #005fA9;
}

.col3 a:hover {

		color: #ff5200;	
}

.footer a {
				color: #005fA9;
}

.footer a:hover {
			 color:  #222;
}


