
html
	{
	overflow: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

body
	{
	width: auto;
	overflow: auto;
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	background-color: #888888;
	}

/* DIV BLOCKS */

#header	{
	width: 777px;
	height: 75px;
	padding: 0px 0px 0px 0px;
	margin: 10px auto 0px 0px;
	background-color: #888888;
	background-image:url("../images/content/header.gif"); 
	background-repeat:no-repeat;
	}

#main	{
	width: 777px;
	height: auto;
	padding: 7px 0px 0px 13px;
	margin: 0px auto 0px 0px;
	background-color: #888888;
	background-image:url("../images/content/body_rpt.gif"); 
	background-repeat:repeat-y;
	}


#footer	{
	width: 777px;
	height: 65px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px 0px;
	background-color: #888888;
	background-image:url("../images/content/footer.gif"); 
	background-repeat:no-repeat;
	}


#title	{
	width: 744px;
	height: 60px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 2px;
	background-color: #e6e6e6;
	background-image:url("../images/content/grey_rpt.gif"); 
	background-repeat:repeat-x;
	}

#image_s
	{
	width: 751px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 1px;
	background: transparent;
	z-index:10;
	}

#text 	{
	width: 700px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 20px;
	background-color: #ffffff;
	z-index:10;
	}

#finals
	{
	width: 700px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 20px;
	background-color: #ffffff;
	z-index:10;
	}

#preview
	{
	width: 250px;
	height: 250px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	}


#preview_title
	{
	width: 390px;
	_width: 400px;
	height: auto;
	padding: 0px 0px 0px 10px;
	margin: 25px 0px 0px 20px;
	background-color: #ffffcc;
	border: 1px solid #666666;
	border-bottom: 0px;
	}

#preview_text
	{
	width: 380px;
	_width: 400px;
	height: auto;
	padding: 5px 10px 10px 10px;
	margin: 0px 0px 0px 20px;
	background-color: lightyellow;
	border: 1px solid #666666;
	}

#launch	
	{
	width: 245px;
	_width: 250px;
	height: 50px;
	overflow: hidden;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 15px 0px;
	background-color: #ffffff;
	background-repeat:no-repeat;
	background-image:url("../images/content/roundbox1.gif"); 
	border-bottom: 1px solid #666666;
	cursor: pointer;
	}

.just680
	{
	text-align: justify;
	max-width:680px;
	width:expression(document.body.clientWidth > 680? "680px": "auto" );
	}


.just530
	{
	text-align: justify;
	max-width:530px;
	width:expression(document.body.clientWidth > 530? "530px": "auto" );
	}

.just420
	{
	text-align: justify;
	max-width:420px;
	width:expression(document.body.clientWidth > 420? "420px": "auto" );
	}

.tab 	{
	width: 680px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	background:transparent;
	z-index:10;
	}


.helptopic
 	{
	text-align: justify;
	max-width:680px;
	width:expression(document.body.clientWidth > 680? "680px": "auto" );
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 60px 0px 0px 0px;
	background:transparent;
	z-index:10;
	}




.showstate
	{ /*Definition for state toggling image */
	cursor:hand;
	cursor:pointer;
	float: right;
	margin-top: 2px;
	margin-right: 3px;
	padding: 2px;
	}

.headers
	{
	width: 225px;
	height: 20px;
	padding: 2px;
	border: 1px solid gray;
	background-color: white;
	}

.switchcontent
	{
	width: 225px;
	border: 1px solid gray;
	background-color: lightyellow;
	border-top-width: 0;
	padding: 2px;
	}