body {
	text-align:center; 
	background-color:#CCCCCC; 
	margin:0 auto; 
	padding-top:25px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#mainwrap {
	text-align:left; 
	width:800px; 
	height:630px;
	margin:0 auto; 
	background-color:#FFFFFF;
	
}

#topbar {
	width:800px;
	height:100px;
	background-image:url(/images/titlebg.jpg); 
	background-repeat:repeat-x;
}

#topmenu {
	padding-left:60px;
	padding-top:77px;
	float:left;
	width:480px;
	height:33px;
	vertical-align:bottom;
}

.datestring {
	color:#CC6600;
	padding-left:20px;
}

#loginmod {
	float:left;
	width:250px;
	height:100px;
	text-align:right;
	padding:5px;
	color:#FFFFFF;
}

#contentwrap{
	width:800px;
	height:500px;
}

#leftbar {
	float:left;
	padding-top:10px;
	width:210px; 
	height:483px;
	text-align:center;
	vertical-align:top;
	background-image:url(/images/modulebg2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color:#FFFFFF;
}

#menuarea {
	height:390px;
}

#complogo {
}

#content {
	float:left; 
	width:590px; 
	height:500px;
	background-image:url(/images/contentbg.jpg);
	background-repeat:no-repeat;
}

#maincontent {
	width:800px;
	height:500px;
	background-image:url(/images/mainbg.jpg);
	background-repeat:no-repeat;
	padding-top:20px;
}

#contentpad1 {
	padding-left:25px;
	width:755px;
	height:430px;
	overflow:auto;
	color:#252525;
	vertical-align:top;
}

#contentpad2 {
	padding-left:40px;
	padding-right:15px;
	padding-top:10px;
	color:#252525;
	height:450px;
	width:535px;
	overflow:auto;
}
.error {
	color:#CC0033;
	background-color:#CCCCCC;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:center;
}
.imgbuffer {
	width:440px;
	height:240px;
	margin:20px;
	text-align:center;
}

.iframe_code {
	font-family:"Courier New", Courier, mono;
	float:left;
}

.iframe_main {
	width:500px; 
	background:#FFFFFF;
	padding:5px;
	border-color:#333333;
	border-style:solid;
	border-width:thin;
	margin-top:15px;
}

.inv_version{
	color:#000000;
}