#topright{
	color: #FFFF99;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 25px;
background-color: #336633;
padding: 0px 0px 0px 20px; 
text-align: right;
}

#right {
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#left{
	background-image: url(images/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #003333;
	font-family: "Times New Roman", Times, serif;
	font-size: 42px;
	line-height: 38px;
	padding: 0px 0px 0px 40px;
	width: 220px;
	height: 150px;
}

#lefttopcurve {
	background-image: url(images/lcurve.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#ryttopcurve {
	background-image: url(images/curve.gif);
	background-repeat: no-repeat;
	background-position: right top;
	/*width: 4350px;*/
}

#leftbotcurve {
	background-image: url(images/lbcurve.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#rytbotcurve {
	background-image: url(images/rbcurve.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


body {
	background-color: #990000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

#stripe {
	background-color: #006666;
	height: 3px;
}

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	vertical-align: top;
	background-color: #BFCFDF;
	width: 200px;
	height: 400px;
}

#menu table{
	border: none;
}

#menu td{
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}


#content{
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}



h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #333333;
}
a:link, a:visited {
	color: #990000;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #CC0000;
}

.footer{
	color:#006666;
	text-align: center;
	display: block;
}
