/* CSS Document 
*		{
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}*/

html	{
	height:100%
}

body 	{
	text-align:center;
	background-color:#C1C1A2;
}

table 	{
	border-collapse:collapse; 
	border:0px; 
	width:100%;
}

td 		{
	vertical-align:top
}

th 		{
	text-align:left; 
	vertical-align:top
}

img		{
	border:none
}

h1 		{
	font-size:130%;
	padding: 26px 0 0 20px;
	background:url(/images/home/gray-bg-home.gif) no-repeat 0 0 #e4e4e4;
		width:561px;
		height: 47px;

}
h2 		{
	font-size:120%
}
h3 		{
	font-size:110%
}
h4		{
	font-size:110%
}


div#bodycontent p		{
	padding:10px 0px 8px 20px;
}

textarea .inputbox {
	width:300px; 
	height:100px; 

}

select	{
	height:auto; 
	margin:0px 0px 2px 0px; 
	vertical-align:middle
}

ul {
	list-style:disc;
	margin:0px 0px 0px 15px;
}
ol {
	margin:0px 0px 0px 15px;
}


.width	{
	width:100%
}
.main	{
	margin:auto; 
	text-align:left
}
