body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0; 
	padding: 0;
	border: 0;
	background: #fff;	
	text-align: center;
}

#container {
	margin: 10px auto;
	text-align: left;
	width: 717px;
	background: url(../grfx/bg.gif) top left repeat-y;
}

#content {
	width: 675px;
	margin: 0 30px 50px 10px;
	padding: 10px;
	min-height: 300px;
	background: url(../grfx/content-bg.gif) 100px 6px no-repeat;
}

#top {
	background: url(../grfx/top.jpg) top left no-repeat;
	height: 99px;
	width: 717px;
}

/*________text stuff below__________*/
#content p {
	color: #433B93;
}

#content td, #content th {
	padding: 1px 10px 1px 3px;
}

#content td.bullet {
	padding-left: 15px;
	background: url(../grfx/bullet.gif) 1px 5px no-repeat;
}

.leftarea {
	background: #FBF8F1;
	width: 330px;
	min-height: 50px;
	border: 1px solid #000;
	float: left;
	margin-bottom: 10px;
}

.rightarea {
	background: url(../grfx/brown-bg.gif) bottom right no-repeat #FBF8F1;
	width: 330px;
	min-height: 50px;
	/*margin: 0px 0 0 331px;*/
	float: left;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

* html .leftarea { 
	height: 248px;
}

* html .rightarea {
	height: 248px;
}

.leftarea table, .rightarea table {
	margin: 10px 0 0 10px;
}

#toparea {
	background: url(../grfx/top-bg.jpg) top left repeat-y #75A2D3;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	width: 661px;
	height: 6px;
}

h3.newshdr {
	background: url(../grfx/heading.jpg) top left repeat-y #75A2D3;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	width: 651px;
	margin: 8px 0 0 0;
	padding: 4px 0 0 10px;
	height: 19px;
	clear: both;
}
