<!--

/*Body style*/
body /*Default global styles for whole page body*/
{
font-family: VERDANA;
font-size: 10pt;
background-image:url("images/bk2.jpg");
}
.main_container /*Main container for whole page*/
{
	position:relative;	
	margin-right: auto;
	margin-left: auto;	
	width:750px;
	padding-left:0px;
	padding-right:0px;
	padding-top: 0px;
}

.abovemain
{
	
	position:relative;	
	background-image:url("images/bgup.png");
	background-repeat:no-repeat;
	width:750px;
	height:26px;
	margin-bottom:-18px;
	padding-left:0px;
	padding-right:0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.belowmain
{
	
	position:relative;	
	background-image:url("images/bgdown.png");
	background-repeat:no-repeat;
	width:750px;
	height:26px;
	margin-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top: -16px;
	padding-bottom: 0px;
}
.mainwindow
{
	position:relative;	
	padding-left:10px;
	padding-right:70px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top:0px;
	text-align: left;
	width:720px;
	background-image:url("images/bgmain.png");
	background-repeat:repeat-y;
}



#logo
{
	position:absolute;	
	left:1px;
	top:1px;
}

.top /*Container for top logo - heading bar*/
{
	position:relative;	
	/*margin-right: auto;
	margin-left: auto;*/	
	text-align: center;
	width: 750px;
	height:175px;
	padding-left:0px;
	padding-right:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image:url("images/bghead.png");
	background-repeat:no-repeat;
}


.logoheader1
	{
	font-size: 18pt;	
	font-weight: bold;
	text-align: center;
	font-family: cursive;
	color: red;
	
	}
#bsearch
{
	
	position:absolute;
	right:100px;
	top:60px;	
	font-family: VERDANA;
	font-size: 8pt;	
}

#navbar
{	
	position:absolute;
	left:35px;
	top:120px;		
}

#tel
{
	font-weight:bold;
	font-size: 11pt;	
}

#email
	{
	font-size: 11pt;
	}

#web
	{
	font-size: 11pt;
	}

#subtitle
{
	text-align:center;
}
#address
{
	text-align:center;
	font-weight:bold;
	font-size: 11pt;
}

.barlinks
{
	text-decoration:none;
	font-weight:bold;
	font-size: 10pt;
	color:blue;
}

.eflabel
{
    font-weight:bold;
	font-size: 8pt;
	color:blue;
}

.currbarlink
{
	text-decoration:none;
	font-weight:bold;
	font-size: 10pt;
	color:#555555;
}

h1
{
	color:red;
	text-align:center;
}
.intext
{
margin-left:5px;
margin-right:5px;
}
.cleardiv
{
	clear:both;
}
-->
