@charset "UTF-8";
body  {
	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: #233740;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background-color: #102c3b;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/Backgrnd.jpg);
	background-repeat: repeat-x;
}
.thrColFixHdr #header {
	background: #DDDDDD;
	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. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #102c3b;
	background-image: url(images/SideBarFill.jpg);
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFF;
}
.thrColFixHdr #mainContent {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCC;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	background-color: #F3F3F3;
	margin-left: 185px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #CCC;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-right: 200px;
} 
.thrColFixHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(images/SideBarFill.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #333;
	border-left-color: #333;
} 
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.italic {
	font-style: italic;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #3A5A69;
	font-weight: normal;
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 5px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #426574;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #426574;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #49718A;
	font-size: 24px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 2px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #A9AFBB;
	margin-top: 5px;
	margin-bottom: 5px;
}
h6 {
	font-size: 36px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #903;
}
a:link {
	color: #233740;
}
a:hover {
	font-weight: bold;
	color: #2C4652;
}
a:active {
	font-weight: bold;
	color: #588AA2;
	letter-spacing: 1px;
}
a:hover {
	color: #233740;
}
a:visited {
	color: #222A4C;
}
.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;
}
.photoLink {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.photoLinkFltLt {
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.footLinks {
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 8px;
	line-height: 9px;
}
.photoLinkCenter {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-left: 30px;
}
.photo250centerMain {
	margin-left: 50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #999;
	border-left-color: #999;
}
.center {
	text-align: center;
}
ul {
	list-style-position: outside;
	list-style-type: square;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
li {
	padding-bottom: 5px;
}
.Bold {
	font-weight: bold;
	letter-spacing: 1px;
}
