/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(images/bgd.gif);
}

#container {
	width: 763px;
}

#all {
	
}

div {
	margin: 0px;
}

#header {
	background-image: url(images/header_bgd.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#header h1 {
	color: white;
	font-size: xx-small;
	margin: 0px;
	display: block;
	height: 20px;
}

.padd_up {
	margin-bottom: 26px;
}

#center {
	
}

.mainbgd {
	background-image: url(images/grad_lower.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: white;
	border-left: 1px solid #363636;
	border-right: 1px solid #363636;
}

.sides {
	background-image: url(images/grad_upper.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#right, #left {
	width: 141px;
	float: left;
}

.float-left {
	float: left;
}

#left a {
	display: block;
	text-align: left;
	background-image: url(images/out.gif);
	background-position: center left;
	background-repeat: no-repeat;
	color: black;
	padding: 10px 10px 10px 30px;
	font-weight: bold;
	text-decoration: none;
	
}

#left a:hover, .on {
	background-image: url(images/over.gif) !important;
	background-color: #363636 !important;
	color: white !important;
}

#main {
	background-color: white;
	float: left;
	width: 475px;
	text-align: left;
	padding-top: 15px;
}

.padd {
	padding: 0px 20px 20px 20px;
}

#footer {
	background-image: url(images/footer_bgd.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	clear: both;
}

#main h1 {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #18797f;
	margin-top: 15px;
}

#main h2 {
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #18797f
}

#main a {
	color: #18797f;
	text-decoration: none;
}

#main a:hover {
	color: red;
	text-decoration: underline;
}

.red {
	color: red;
}

td p {
	margin: 0px !important;
}

.green, .footnote, .footnote a {
	color: #03C1CB;
}

.footnote {
	font-size: xx-small;
}

.est {
	position: relative;
	top: -25px;
	left: -117px;
}

.test {
	background-color:#f7f6f6;
	padding:30px;
	font-size:1em;
	font-style:italic;
	background-image:url(images/quote.gif);
	background-repeat:no-repeat;
}

.nm {
	margin-top:0;
	padding-top:0;
	width:100%;
	color:#18797f;
	text-align:right;
	margin-bottom:10px;
	padding-bottom:10px;
}


.sr {
	float:right;
	position:relative;
}
