html {
	/*background: #333333 url(images/tile2.png) 0 0 repeat;*/
	background-color:	#e7f0f9;
}

body {
	font-size:			15px;
	padding:			0px;
	text-align:			center;
	font-family:		Arial,Helvetica,sans-serif;

}

.main{
	position: 		relative;
	margin:			0px auto;
	margin-bottom:	20px;
	margin-top:		20px;
	width:			800px;
	
	background: 	transparent;
	line-height:	130%;
	text-align:		center;
}

#topwindow{
	
	position: 		relative;
	margin:			0px auto;
	height:			200px;
	background:		transparent url(images/OCRtop.PNG) no-repeat scroll left top;
	text-align:		center;
	text-align:		left;
	font-family:	"trebuchet ms",arial,sans-serif;
	font-size:      40px;
	font-weight:	bold;
	color:			#EAEFF7;
}
#logo{
	position: 		absolute;
	top:			20px;
	left:			230px;
	text-align:		center;
}
#googlesearch{
	position: 		absolute;
	top:			160px;
	left:			560px;
}

#searchtext{
	position: absolute;
	top:	0px;
	height:			22px;
	width:			150px;
	
}

#searchbutton{
	position: absolute;
	top:	0px;
	left:	155px;
	width: 65px;
	height: 22px;
	font-size: 13px;
	margin:			0px;
	padding:		0px;
	padding-bottom:	2px;
	vertical-align:	center;
	border: 0;
	font-family:	arial black;
	text-align:	center;

	color:	#2168B6;
	/*text-indent: -1000em;*/
	background: transparent url(images/OCRsearch.PNG) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#submitbutton{
	/*
	position: absolute;
	top:	0px;
	left:	155px;
	*/
	width: 65px;
	height: 22px;
	font-size: 13px;
	margin:			0px;
	padding:		0px;
	padding-bottom:	2px;
	vertical-align:	center;
	border: 0;
	font-family:	arial black;
	text-align:	center;

	color:	#2168B6;
	/*text-indent: -1000em;*/
	background: transparent url(images/OCRsearch.PNG) no-repeat center top;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#titlebar{
	
	height:			55px;
	
	
	background:		transparent url(images/OCRtitlebar.PNG) no-repeat scroll center top;
	text-align:		center;

}

#content{
	position: 		relative;
	margin:			0px auto;
	padding-top:	25px;
	padding-left:	60px;
	padding-right:	60px;


	font-size:      15px;
	text-align:		left;
	
	background: 	transparent url(images/OCRsides.PNG) repeat-y;
}
#topiclinks{
	width:			400px;
	padding-top: 40px;
	padding-bottom: 20px;
}
#contactTable{
	width: 200px;
	padding-top:	40px;
}
.formTag{
	color: #444;
	font-size:      13px;
	vertical-align:	top;
}
.formInput{
	width: 180px;
}
#textArea{
	height:	100px;
}
.rightimg{
	position: relative;
	float:	right;
}
.categoryimg{
	position: relative;
	left:	-30px;
}
#backbutton{
	position: relative;
	top: 50px;
	left: 0px;
}
#bottom {
	background:		transparent url(images/OCRbottom.PNG) no-repeat scroll center top;
	clear:			both;
	height:			109px;
	text-align:		center;
	font-size:		12px;
	font-weight:	bold;
	color:			#7D7D7D;
	line-height:	300%;
}
#footer {
	position:	relative;
	top:		60px;
	text-align:		center;
}

h1{
	/*color:			#005180;*/
	color:			#fff;
	line-height:	160%;
	font-family:	lucida sans unicode;
	font-size:		30px;
	margin:			0px;
}

h2{
	color:			#000;
	font-weight:	bold;
	margin:			0px;
	line-height:	130%;
	font-size:		20px;
}

a{
	margin-left:	20px;
	margin-right:	20px;
	text-decoration: none;
	font-weight:	bold;
	font-size:	18px;
}

a:link {
	color:#004dff;
	
}

a:visited {
	color:#004dff;
}

a:hover {
	color:#4f84ff;
}

a:active {
	color:#004dff;
}


img{
border: 0px;
}

#ads{
	position: relative; 
	vertical-align: middle; 
	top: -50px; 
	left: 250px;
	height: 60px; 
	width: 468px; 
}

#ads a{
	font-size: 14px;
}

/* IE FIX FOR SUBMIT BUTTON */


