.framePage
{
	color: #336633;
	background: #FEF5E5 url(background.png) no-repeat fixed top left;
}


.frame
{
	margin-top: 5px;
	height: 375px;
	width: 700px;
}

body.shell
{
	margin: 0 0 0 0;
	text-align: center;
	vertical-align: top;
	/* background-color: FEF5E5; */
	color: #336633;
}

.Title
{
	font-size: 14px;
	font-weight: bolder;
}

.text
{
	width: 330px;
	height: 120px;
	text-align: justify;
	color: #336633;
	font-family: Arial;
	font-size: 13px;
	line-height: 1.75;
	margin-left: 10px;
	padding-top:15px;
}

a:Link, a:Visited
{
	color: #336633;
	font-size: 14px;
	font-family: Arial Narrow;
	text-decoration: none;
}

a:Hover
{
	color: #336633;
	font-size: 14px;
	font-family: Arial Narrow;
	text-decoration: underline;
}


div#ContentBorder
{
	margin: 15px auto 20px auto;
  width: 740px;
  height: 575px;
  background-color: #F5CB98;
  padding-top: 0.1px;

}

div#Content
{
	margin: 15px auto 20px auto;
	text-align: center;
	width: 700px;
	height: 500px;
	
}


div#header
{
	margin: 0 0 0 0;
	width: 700px;
	height: 130px;
	background-color: #ffffff;
	text-align: left;
	vertical-align: middle;
	margin-bottom:3px;
}

div#leftTopCorner
{
	margin: 0 0 0 0;
	background: url(ltCorner.gif) no-repeat scroll left top;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 30px;
}

div#leftBottomCorner
{
	margin: 0 0 0 0;
	background: url(lbCorner.gif) no-repeat scroll left top;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 150px;
}

div#rightTopCorner
{
	margin: 0 0 0 0;
	background: url(rtCorner.gif) no-repeat scroll left top;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 30px;
	margin-left: 690px;
}

div#rightBottomCorner
{
	margin: 0 0 0 0;
	background: url(rbCorner.gif) no-repeat scroll left top;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 150px;
	margin-left: 690px;
}

div#links
{
	height: 18;
	width: 500px;
	vertical-align: middle;
	text-align: center;
}

div#left
{
	margin: 0 0 0 0;
	text-align: left;
}

div#right
{
	margin: 0 0 0 0;
	text-align: right;
}

div#center
{
	margin: 0 0 0 0;
	text-align: center;
}

div#TitleImage
{
	background: #ffffff url(TitleImage.gif) no-repeat scroll center center;
	width: 325px;
	height: 115px;
	position: absolute;
	top: 40px;
	margin-left: 350px;
}

span#footer
{
	width: 650px;
	height: 15px;
	text-align: justify;
	color: #336633;
	font-family: Arial;
	font-size: 13px;
	padding-top:5px;
	font-weight:bold;
}