body {
	background-color:	#ccdbee;
	background-image:	url(body_bg.jpg);
	background-repeat:	repeat-x;
	margin:				0px;
	padding:			0px;
}

body, td, th, ul, ol, li, input, textarea, select {
	color:				#333;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			x-small;
	font-weight:		normal;
}

h1 {
	color:				#234b8c;
	font-size:			medium;
}

h2 {
	color:				#fff;
	font-size:			small;
	font-weight:		bold;
	margin:				8px 0px;
}

p {
	margin:				8px 0px;
}

ul {
	margin-top:			8px;
	margin-bottom:		8px;
}

li {
	list-style-type:	square;
}

a {
	color:				#333;
	text-decoration:	none;
}

a:hover {
	color:				#333;
	text-decoration:	underline;
}

#logo {
	position:			absolute;
	top:				24px;
	left:				28px;
	z-index:			1;
}

#contact {
	text-align:			right;
	position:			absolute;
	top:				24px;
	left:				545px;
	width:				214px;
	z-index:			1;
}

#h1 {
	position:			absolute;
	left:				28px;
	top:				160px;
	width:				700px;
	height:				auto;
	z-index:			1;
}

#col1 {
	position:			absolute;
	left:				28px;
	top:				216px;
	width:				330px;
	height:				auto;
	z-index:			1;
}

#col2 {
	position:			absolute;
	left:				400px;
	top:				216px;
	width:				330px;
	height:				auto;
	z-index:			1;
}

#coldivider {
	background-color:	#6382b6;
	position:			absolute;
	left:				375px;
	top:				198px;
	width:				1px;
	height:				200px;
	
	border-left:		1px solid #c2d2e9;
}

#coldivider2 {
	background-color:	#6382b6;
	position:			absolute;
	left:				747px;
	top:				198px;
	width:				1px;
	height:				200px;
	
	border-left:		1px solid #c2d2e9;
}


#companyreg {
	color:				#234b8c;
	position:			relative;
	top:				55em;
	left:				28px;
	width:				700px;

}

div.btn {
	text-align:			right;
	position:			relative;
	top:				1.0em;
	left:				0px;
	width:				330px;
}

