@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;
	background-attachment: fixed;
	background-image: url(images/back_6.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}
.twoColFixLtHdr #container {
	width: 900px;
	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. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #3399CC;
	background-image: none;
	background-repeat: no-repeat;
} 
.box {
	color: #3366CC;
}

.twoColFixLtHdr #header {
	background-color: #3399CC;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 30px;
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	background-image: url(images/Fraxinus_compressed.jpg);
	background-color: #6699CC;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-color: #FFFFFF;
	height: 642px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* 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 #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
} 
.bigbox {
	background-color: #FFFFFF;
	padding: 20px;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #3399CC;
} 
.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 */
}
.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;
}
.box {
	background-color: #3399CC;
	width: auto;
	font-weight: normal;
	text-transform: none;
	height: auto;
}
.backdrop {
	background-color: #3399CC;
	height: 23px;
	width: auto;
	margin-bottom: 10px;
}

.Network {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	background-color: #3399CC;
	letter-spacing: 0.3em;
	word-spacing: 0.4em;
	padding-top: 20px;
	font-weight: bold;
}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3399CC;
	letter-spacing: 0.3em;
	padding-top: 10px;
}


.end {
	clear: right;
	height: 30px;
	width: auto;
	background-color: #3399CC;
}

.logo {
	margin: 0px;
	background-color: #FFFFFF;
	width: 180px;
	padding: 10px;
}
.profile {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 40px;
	margin-right: 70px;
	margin-bottom: 40px;
	margin-left: 70px;
	padding-top: 40px;
	padding-right: 45px;
	padding-bottom: 40px;
	padding-left: 40px;
	width: auto;
}
.small_writing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.table_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 12px;
	border-color: #FFFFED;
	padding-left: 0px;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	border: thin none #663300;
	clear: right;
	float: right;
	width: 300px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.caption_left {
	clear: left;
	float: left;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.table_1 caption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
.leftDB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	padding-left: 10px;
	border-collapse: collapse;
	color: #3366CC;
	padding-right: 10px;
	border: 0px none #FFFFFF;
}
.alternate {
	background-color: #EAEAEA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6px;
	height: 6px;
}
.table_padding {
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 5px;
}
.heading_for_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
}
.image_position {
	clear: both;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border: thin solid #663333;
	padding: 0px;
}
.image_position_middle {
	clear: left;
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: thin solid #663300;
	padding: 0px;
}
