body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 100%;
	height: 100%;
	position: static;
	left: 600px;
	top: 100px;
	right: 800px;
	bottom: 800px;
	
}
div.announcement{
	background-color: #EEC37F;
	font-family: "Times New Roman", Times, serif;
	color: #561420;
	padding: 3px;
	font-weight: bold;
	font-size: 14px;
	border: medium outset #EEC37F;
}

div.button_questionnaire a{
	background-color: #561420;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	border: medium outset #561420;
	color: #FFCC00;
	margin: 25px;
	text-align: center;
	background-position: center;
	padding-top: 25px;
	padding-right: 8px;
	padding-bottom: 25px;
	padding-left: 8px;
}
a:link, a:visited {	text-decoration: none; color: #000066; }
a:hover { text-decoration: underline; }

div.shell{ margin: 25px; width: 800px; }

div.header_home {
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-y;
	height: 500px;
}

div.header {
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-y;
	height: 350px;
}

div.header-signin {
	width: 800px;
	height: 75px;
	float:left;
	background-image: url(../images/header_signin.jpg);
}

div.header-navbar {
	width: 800px;
	height: 50px;
	float:left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
	
}

div.header-main {
	width: 780px;
	height: 235px;
	float:left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
}

div.header-bottomLeft {
	width:31%;
	height: 150px;
	float:left;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 10px;
}
div.header-bottomMiddle {
	width:31%;
	height: 150px;
	float:left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
}
div.header-bottomRight {
	width:31%;
	height: 150px;
	float:left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
}

div.content {
	width: 800px;
	background-image: url(../images/bg-content.gif);
	background-repeat:repeat-y;
	float:left;
	clear:both;
}

div.story {
	width: 66%;
	height: 1000px;
	float:left;
	clear:both;
}

div.feature {
	width: 30%;
	height: 650px;
	float:left;
	margin-left: 20px;
}
div.footer {
	width: 800px;
	height: 75px;
	float:left;
	clear:both;
	background-image: url(../images/footer.gif);
}

div.footer p, a:visited, a:link {
	margin-top:20px;
	font-weight:normal;
	text-align:center;
	font-size:11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}


div.header-signin p {text-align:right; font-size:12px; margin:0px 20px 0px 0px;}
div.header-signin a {font-weight:bold;}

div.header-navbar table {margin: 6px 15px 0px 200px; font-size:11px; display:block;}

div.header-navbar td.topDivOff{ padding:2px 3px 3px 3px; height: 15px; width:auto; text-align:center; vertical-align: middle; }
div.header-navbar td.topDivOff a{text-decoration:none;color:#FFFFFF; }

div.header-navbar td.topDivOn {padding:1px 2px 2px 2px;border:solid 1px #FFFFFF;height: 15px;width:auto;text-align:center; vertical-align: middle;background:#2E4089;}
div.header-navbar td.topDivOn a{text-decoration:none;color:#FFFFFF;}
div.header-navbar td.topDivSep{font-size: 12px;color: #FFFFFF;}

div.leftNav {
	width:165px;
	float:left;
	margin-left: 15px;
}

div.leftNav ul{margin: 2px;	list-style: none; padding-left: 0px; display: block;}
div.leftNav li{ font-weight: normal; padding:0; margin:-1px 1px 0; width:185px; line-height:18px; }
div.leftNav li a{ cursor:pointer; display:block; color:#000066; padding:4px 2px 4px 4px; text-decoration:none; margin-bottom: 2px; }
div.leftNav li a:hover{
	border:solid 1px #000000;
	background-color:#999999;
	text-decoration:none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
}
div.leftNav h4 {
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

div.register, div.signin { float:left; width:725px; margin: 20px 0px 0px 20px; border: 1px solid #000066;}

div.register h1, div.signin h1  { font-size:12px; font-weight:bold; margin: 4px 4px 8px 4px; }

div.signin h1.red {color:#000033;} 
div.register h2, div.signin h2 { font-size:11px; font-weight:normal; margin: 4px 4px 4px 4px; border:0px; line-height:16px; }

div.register p, div.signin p { font-weight:normal; margin: 4px 4px 4px 4px; }
div.register p.button, div.signin p.button { text-align:center; margin: 4px 4px 4px 4px; }

div.register td, div.signin td { font-size:11px; }

div.register .textInput, div.signin .textInput { font-size:11px; background-color:#FFFFFF; border: 1px solid #993333;}

div.middiv {
	float:left;
	width:750px;
	font-size: 14px;
	text-align: justify;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
div.middiv a:link, div.middiv a:visited {
	color: #6633CC;
	text-decoration: none;
	font-size: 16px;
}
div.middiv a:hover {
	color: #FF6600;
	text-decoration: none;
}
div.middiv .textInput {
	font-size:11px;
	background-color:#FFFFFF;
	border:	1px solid #7F9DB9;
}
div.middiv .buttonInput {
	font-size:11px;
	border:	1px solid #7F9DB9;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.middiv h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000099;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.middiv h2 {
	font-size: 18px;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 0px none #000000;
}
div.middiv h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.middiv h4 {
	margin: 0px;
	font-size: 12px;
	color: #990000;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
	text-transform: none;
	padding-bottom: 15px;
	font-weight:bold;
	
}
div.middiv h5 {
	color: #000066;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
div.middiv h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background-color: #660000;
}
div.middiv div.listdiv {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
div.middiv div.listdiv img {
	float: left;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div.middiv div.listdiv ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
}
div.middiv div.listdiv li {
	margin: 10px;
	border: 1px dotted #CCCCCC;
}
div.middiv div.listdiv a:link, div.middiv div.listdiv a:visited {
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #000066;
	margin: 0px;
}
div.middiv div.listdiv a:hover {
	background-color: #DDDDDD;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 11px;
}
div.middiv div.listdiv div.listtoolbardiv {
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div.middiv div.listdiv div.listtoolbardiv a:link, div.middiv div.listdiv div.listtoolbardiv a:visited {
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #000066;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div.middiv div.listdiv div.listtoolbardiv a:hover {
	background-color: #CCCCCC;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 6px;
}
div.middiv div.pagenumbersdiv {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div.middiv #editordiv {
	border: 1px solid #7F9DB9;
}

div.appear_demo h1{
	font-family: Arial, Helvetica, sans-serif;
	border: thin inset #EEC37F;
	padding: 5px;
	margin: 5px;
	color: #561420;
	text-align: right;
	font-size: 10px;
}
div.appear_demo h2{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C59A6F;
	border: thin inset #EEC37F;
	padding: 5px;
	margin: 5px;
	color: #333333;
	text-align: right;
	font-size: 10px;
}
div.appear_demo p{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEC37F;
	border: thin outset #EEC37F;
	padding: 5px;
	margin: 5px;
	font-size: 12px;
	text-align: justify;
}
div.appear_demo a{
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 5px;
	font-size: 12px;
	text-align: right;
}
div.appear_demo td{
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 5px;
	font-size: 12px;
	text-align: right;
	background-color: #C59A6F;
}

div.message{
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 5px;
	font-size: 14px;
	text-align: left;
	background-color: #C59A6F;
	border: thin outset #C59A6F;
	font-weight: bold;
	color: #000066;
}

<style type="text/css">

#tblSample td, th { padding: 0.5em; }
.classy0 { background-color: #234567; color: #89abcd; }
.classy1 { background-color: #89abcd; color: #234567; }


.updateArticleInfoTextRow0 {background-color: #234567; color: #89abcd; font-size:16px;}
.updateArticleInfoTextRow1 { background-color: #89abcd; color: #234567;}
.editButton {

	color: #000066;
	font-size:16px;
	text-align:right;
}
.reviewy0 {
	background-color: #234567;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
.reviewy1 {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 14px;
	font-weight:bold;
}
.reviewy3 {
	color: #000000;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.reviewy4 {
	color: #990000;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
 </style>
 

	
