a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0E3E5B;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #900;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}
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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}
a.link:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #003;
	text-decoration: none;
}
a.link:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
a.link:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #036;
	text-decoration: none;
}
a.link:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #036;
	text-decoration: none;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.5;
	margin-right: 20px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #333;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #003953;
	line-height: 12px;
	margin-left: 25px;
}
.twoColFixLtHdr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/body_bkg2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
.list {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.1;
	color: #000;
	margin-left: 20px;
	padding: 5px;
	text-decoration: underline;
	list-style-type: none;
}
.list2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #666;
	text-decoration: none;
	margin-left: 25px;
	list-style-type: square;
}
.list3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 4px;
	color: #666;
	text-decoration: none;
	margin-left: 40px;
	list-style-type: square;
}
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 237px;
	width: 960px;
	background-color: #FFF;
} 
.twoColFixLtHdr #container #header #sideBox {
	height: 200px;
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(images/sidebar2.jpg);
}
.twoColFixLtHdr #container #header #sideBox #logo {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
	right: 50px;
}
.twoColFixLtHdr #container #header #menu {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 50px;
	width: 760px;
}
.twoColFixLtHdr #container #header #image {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 760px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333;
}



.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	background: url(../images/sidebar2.jpg) #FFF repeat-y;
	cursor: pointer;
	min-height:300px
}

#sidebar1 { background-image: url(../images/sidebar2.jpg) repeat-y; }

.twoColFixLtHdr #container #sidebar1 a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	line-height: 1.3;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004F6D;
	text-decoration: none;
	line-height: 1.3;
}
.twoColFixLtHdr #container #sidebar1 a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004F6D;
	text-decoration: none;
	line-height: 1.3;
}
.twoColFixLtHdr #container #sidebar1 a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	line-height: 1.3;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #FFF;
	text-align: center;
	line-height: 1.6;
	font-style: italic;
	font-weight: bold;
}
.twoColFixLtHdr #container #sidebar1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
.twoColFixLtHdr #container #sidebar1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #FFF;
}
.twoColFixLtHdr #container #mainContent #boxMain {
	height: auto;
	width: 700px;
	background-color: #D1D1D1;
	cursor: pointer;
	background-image: url(../images/boxbkg2.jpg);
	position: relative;
	background-position: right bottom;
}
.twoColFixLtHdr #container #mainContent #boxMain #Inside {
	height: auto;
	width: 250px;
	background-position: right bottom;
	cursor: pointer;
	position: absolute;
	right: 50px;
	top: 30px;
}
.twoColFixLtHdr #container #mainContent #boxMain p {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	list-style-position: inside;
	list-style-type: disc;
	font-size: 13px;
	line-height: 1.3;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.twoColFixLtHdr #container #mainContent #boxMain a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #0D3B58;
}
.twoColFixLtHdr #container #mainContent #boxMain a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
}
.twoColFixLtHdr #container #mainContent #boxMain a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
}
.twoColFixLtHdr #container #mainContent #boxMain a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
}
.twoColFixLtHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
} 
.twoColFixLtHdr #footer {
	padding: 0;
	background-color: #CCC;
} 
.twoColFixLtHdr #container #footer a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #0D3A56;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #0A2D40;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 11px;
	color: #0E3F5C;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.twoColFixLtHdr #container #mainContent #imageScott {
	height: 155px;
	width: 135px;
	float: left;
	padding: 5px;
	background-image: url(../images/ScotFiler.jpg);
	background-repeat: no-repeat;
	border: 2px solid #104C67;
	margin-right: 10px;
}
.twoColFixLtHdr #container #mainContent #imageFred {
	height: 155px;
	width: 135px;
	float: left;
	padding: 5px;
	background-image: url(../images/FredPinnock.jpg);
	background-repeat: no-repeat;
	border: 2px solid #104C67;
	margin-right: 10px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	background: url(../images/sidebar2.jpg) #FFF repeat-y;
	cursor: pointer;
}
.twoColFixLtHdr #container1 {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/body_bkg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
