html, body {/*height: 100%;*/}

BODY  	{background-color:#EEE;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	line-height:140%;
	background-image:url('/images/desk.png');
	background-repeat:no-repeat;
	background-position:top left;}

#wrapper {width: 1080px;
	min-height: 100%;
	text-align: left;
	/* border: 1px solid green; */}

#contentframe {float:right;
	margin-top:15px;
	width:650px;
	height:495px;
	background-image:url('/images/paper.png');
	background-repeat:no-repeat;
	background-position:top left;
	/* border: 1px solid red; */}

#homecontent {width:580px;
	height:450px;
	margin-top:10px;
	margin-left:30px;
	/* border: 1px solid red; */}

#homeleft {padding-top:10px;
	width:264px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:180%;
	font-size: 12px;}

.request {margin-left:40px;border:0;margin-top:10px;}

#content {width:550px;
	height:430px;
	margin-top:30px;
	margin-left:40px;
	/* border: 1px solid red; */}

#scroll {Z-index: 100; 
	overflow-y: 
	scroll; 
	height: 430px;
	width: 540px;
	padding-right: 20px;}

.top	{border:0px;
	margin-left:50px;}

.menu	{border:0px;
	margin-top:70px;
	margin-left:110px;}

#right {float:right;
	width:220px;
	margin-top:20px;}

#placeholder {width:220px;}

#awards {width:200px;
	background-image:url('/images/transbg.png');
	padding-top:20px;
	padding-bottom:20px;
	margin-left:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:120%;
	text-align:center;}

#testimonials {width:200px;
	background-image:url('/images/transbg.png');
	padding:20px;
	margin-left:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:140%;}

.big 	{font-family: Palatino, serif;
	font-size: 22px;	
	color:#289107;
	font-weight:bold;}

#twitter_div {width:200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:120%;}

#twitterbox {float:right;
	background-image:url('/images/transbg.png');}

#twitter_update_list li {margin-left:-12px;
	margin-bottom:8px;
	padding-right:8px;}

.twitter {border:0;
	margin-left:20px;
	margin-top:10px;
	z-index:100;
	position:relative;}

.web20  {margin-left:46px;
	margin-top:72px;
	width:150px;}

.icons	{border:0px;margin-left:6px}

.sublink {float:right;
	width:151px;
	margin-left:20px;}

.people {width:137px;
	height:200px;
	vertical-align:top;
	text-align:center;}

.logos  {margin-top:20px;
	text-align:center;
	white-space:nowrap;}

h1  {font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height:120%;
	color: #000;
	margin-bottom:25px;}

h2  {font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height:120%;
	color: #000;}

h3  {font-family: Arial, Helvetica, sans-serif;
	margin-bottom:4px;
	font-size: 13px;
	font-weight: bold;
	color: #000;}

h4  {	font-family: Arial, Helvetica, sans-serif;
	line-height:180%;
	font-size: 12px;
	font-weight: normal;}
	
.small  {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;}

.zero  {margin:0;padding:0;border:0;}

#copyright {font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	margin-top:110px;
	margin-left:212px;
	margin-bottom:20px;}

#copyright2 {font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	margin-top:110px;
	margin-left:212px;
	margin-bottom:20px;}

#copyright3 {font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	margin-top:43px;
	margin-left:212px;
	margin-bottom:20px;}

A:link {color: #289107;}

A:visited {color: #289107;}


.err_message {
	background: #FFC1C1;
	border: 2px solid #AA0000;
	clear: both;
	display: block;
	margin-bottom: 15px;
	width: 100%;
}

.suc_message {
	background: #C1FFC1;
	border: 2px solid #00AA00;
	clear: both;
	display: block;
	margin-bottom: 15px;
	width: 100%;	
}

.err_message p,
.suc_message p {
	padding: 5px;
}