body{
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 0px;
	padding: 0px;
	background: #ffffff url(../images/bottom_bg.gif) repeat-x fixed top center;	
}
input, select {
	font: 11px Lucida Grande, Tahoma, Verdana, Arial;
}
select, .inputbox {
	padding: 2px;
}
textarea {
	padding-left: 2px;
}
.button {
	padding: 1px 4px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #BABDB6;
	border-right: 1px solid #BABDB6;
	background: #EFEFEF;
}
.button:hover, .button:focus {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #BABDB6;
}
.inputbox {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #EDEEEC;
	border-bottom: 1px solid #EDEEEC;
	border-left: 1px solid #BABDB6;
	background: #FFFFFF;
}
.inputbox:hover, .inputbox:focus {
	border: 1px solid #BABDB6;
	background: #FFFFFF;
}

h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #000;
	margin: 0;
	padding: 0;
	line-height: 16px;
}

p {
	margin: 10px 0px;
	padding: 0px;
	line-height: 16px;
}

a:link, a:visited{
	color: #8cd200;
	text-decoration: underline;
}
a:hover{
	color: #000;
	text-decoration: none;
}

#main_content {
	width: 100%;
}

#c_padding {
	width: 670px;
	background: transparent;
	margin: 0px auto;
	padding-top: 40px;
}

#welcome {
	background: transparent url(../images/screen.jpg) no-repeat top left; 
	padding-left: 160px;
	width: 510px;
	height: 150px;
}

#box_2 {
	background: transparent url(../images/docs_ico.jpg) no-repeat top left; 
	padding-left: 160px;
	width: 510px;
	height: 150px;
	margin-top: 5px;
}

#box_3 {
	background: transparent url(../images/people.jpg) no-repeat top left; 
	padding-left: 160px;
	width: 510px;
	margin-top: 5px;
	height: 150px;
}

#box_4 {
	background: transparent url(../images/help_ico.jpg) no-repeat top left; 
	padding-left: 160px;
	width: 510px;
	margin-top: 5px;
	height: 150px;
}