<style type="text/css">
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	letter-spacing: 3px;
	color: #666666;
}
body{
	background-image: url(wallpaper3.png);
	background-position: left top;
	background-attachment: fixed;
	background-repeat:repeat;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF00FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9900CC;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #3366FF;
	
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: large;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
}

.tealtable, .tealtable TD, .tealtable TH {
background-color: #F7F7F7;
color: #333333;
padding: 5px;

}
.tealtable {
border-style:dashed;
border-width: 1px;
border-color:#66CCFF;
margin-right:10px;
width: 535px;
}
.tealtable TD {
border-bottom-style: dashed;
border-top-style:1px;
border-width:1px;
border-color:#66CCFF;

}
.whitetable, .whitetable TD, .whitetable TH {
background-color: #FFFFFF;
color: #333333;
padding: 5px;


}
.whitetable {
border-style:dashed;
border-width: 1px;
border-color:#66CCFF;
margin-right:10px;
width: 720px;
}
.whitetable TD {
border-bottom-style: dashed;
border-top-style:dashed;
border-width:1px;
border-color:#66CCFF;

}
.styleTransient #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	background: none;
	margin-left: 20%; 
	margin-top: 0px;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
.styleTransient #rtsideLabel {
	position: relative;
	margin-left: 10px;
	margin-right: -90px;
	margin-top:-75px;
	float: right;
}
.styleTransient #header {
	background-image:url(logo.png);
	height: 75px;
	padding: 0 10px 0 20px;  /* 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. */
	text-align:right;
	vertical-align:bottom;
	font-size:x-small;
	position: relative;
	top: 0px;
	width: 750px;
	margin: 0;
} 
.styleTransient #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.styleTransient #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 300px;
	background-image:url(sidebar.png);
	background-repeat:no-repeat;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-right: 10px;
	padding: 5px 25px 5px 5px;
	text-align:right;


}

.styleTransient #sidebar1 p{
	line-height:13px;
}
.styleTransient #sidebar1 br{
	line-height: 5px;
}

.styleTransient #sidebar1 a{
	display: block;
	width: 200px;
	height:20px;
	background-image:url(navbar.png);
	background-repeat:no-repeat;
	text-align:right;
	position: relative;
	right: 15px;
	padding-top:5px;
	margin-bottom:0px;
	color: #333366;
	

}
.styleTransient #sidebar1 a:hover {
	background-image:url(navbar2.png);
	position: relative;
	right: 15px;
	text-decoration:none;
	color: #993399;
	

}
.styleTransient #sidebar1 a:active{
	background-image:url(navbar2.png);
	position: relative;
	right: 15px;
	text-decoration:underline;
	color: #00CCFF;

}

.styleTransient #mainContent { 
	margin: 25px 10px 10px 10px; /* 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: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.styleTransient #mainContent2 { 
	margin: 10px 10px 10px 10px; /* 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: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
	border-left-style: solid;
	border-left-width: 10px;
	border-color: #CCFFCC;

} 
.styleTransient #mainContent2 h3{

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-color:#CCFFCC;

}
.styleTransient #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CCCCCC;
	position: relative;
	width: 840px;
	height: 25px;
	bottom: 0px;
	font-size: x-small;
} 
.styleTransient #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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	position: relative;
}
.styleTransient #rtSide{
	position: relative;
	margin-bottom:-70px;
	margin-right:15px;
	float: right;

}
.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;
}