@charset "UTF-8";
/* CSS Document */

a img {
	border:none;
}
 
.style1 {font-weight:bold;
color: #000000;
}
.style2 {color: #000000;
}
.style3 {
	font-weight:bold;
	font-size:90%;
	color: #660000;
}
.style4 {
	font-weight:bold;
	font-size:50%;
	color: #000033;
}

body  {
	font: 100% Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* zero margin and padding of body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers; text left-aligned in #container selector */
	color: #333333;
}
.twoColFixLtHdr #container {
	width: 780px;  /* 20px less than a full 800px width allows browser chrome and avoids horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	font-weight: 400;

} 
.twoColFixLtHdr #header {
	background: #000;
	color: #FFF;
	padding: 60px 0px 0px 40px;
	border-top-color: #CC0000;
	border-top-style:solid;
	border-bottom-color: #CC0000;
	border-bottom-style: solid;
} 
.twoColFixLtHdr  #logo {
position:relative;
top:-60px;


}

.twoColFixLtHdr #header h1 {
	margin: 0;
	font-size:280%;
	padding: 0px 0 0 95px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header h2 {
	margin: 0px 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 10px 0px 95px;
	font-size: 120%;
}
.twoColFixLtHdr #header h3 {

	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 10px 10px 95px; 
	font-size: 1px;

}
.indent {
font-size:85%;
font-variant:small-caps;
	text-indent:15px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 210px; 
	height:650px;
	background: #EBEBEB; 
	padding: 8px 10px 15px 20px;
	margin-top: 1px;
	overflow:auto;
}

.twoColFixLtHdr #photofloat {
	
	float:left;
	padding:inherit;
	margin: 5px 10px 15px -10px;
}

.twoColFixLtHdr #mainContent {
	margin: 0px 0 0 255px;
	padding: 1px 20px;
	line-height:normal;
} 


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background:#DDDDDD;
	border-top-color: #CC0000;
	border-top-style:solid;
	border-bottom-color: #CC0000;
	background-color: #999999;	
} 
.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 5px 0 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* to float an element right--the floated element must precede the element it goes next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* used to float an element left */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* placed on a div or break element--should be  final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC3300;
}

/*differntiates header link style in sidebar*/
a.headerlink:link {
	color: #000000;
	text-decoration: none;
}
a.headerlink:visited {
	text-decoration: none;
	color: #000;
}
a.headerlink:hover {
	text-decoration: underline;
	color: #000;
}
a.headerlink:active {
	text-decoration: overline;
	color: #000;
}
/*differntiates external link*/
a.external:link {
	color: #330033;
	text-decoration: none;
}
a.external:visited {
	text-decoration: none;
	color: #000;
}
a.external:hover {
	text-decoration: underline;
	color: #990000;
}
a.external:active {
	text-decoration: overline;
	color: #000;
}
 
