body
{
	background-image: url(/images/bg.gif);
	background-color:#000000;
	font-family:Palatino, "Times New Roman", Times, serif;
	font-size: 1em;
}

h2
{
	font-size: 1em;
	font-weight: bold;
	margin:0;
	padding: 0;
	}
	
h3
{
	font-size: .8215em;
	font-weight: bold;
	margin-top:15px;
	margin-bottom: -10px;
	padding: 0;
	}
	
p{
	font-size:.8125em;
	color:#000000;
	line-height:20px;
}


#cont{
width: 960px;
margin-left: auto;
margin-right: auto;
border: 2px white solid;

}

.LHS
{
	float: left;
	background-image: url(/images/leftbg_contact.jpg);
	width: 295px;
	height: 453px;
	border-top: 2px solid white;
	border-right: 3px solid white;
}

.LHS a{
	color: #000;
	text-decoration: none;
}

.RHS{
width: 662px;
height: 453px;
border-top: 2px solid white;
float: left;
}
.clear{clear: both;}

#foot
{
width: 960px;
height: 64px;
background-image: url(/images/bg_bottom2.jpg);
border-top: 2px solid white;
}

#link{
width: 200px; 
height: 45px; 
position: relative;
left: 40px;
top: 10px;
float: left;
}

#link a
{
	text-decoration: none;
}

#link img
{
	border: none;
}

.call a
{
	float: left;
	position:relative;
	left: 75px;
	top: 38px;
	font-size: .625em;
	text-transform:uppercase;
	color: #333;
	text-decoration: none;	
}

.call a:hover
	{
		color: #fff;
	}


.download
{
	float: right;
	margin-right: 15px;
	margin-top: 20px;
	font-weight: bold;	
}

.download a{color: #000;
text-decoration:none;}

#mycustomscroll_wide {
	/* Typical fixed height and fixed width example */
	width: 260px;
	height: 425px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin-left:20px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:20px;
	
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:5px;
}


/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbar {
width: 20px;
background: #ffffff url(../images/scrollbar.png) -36px 0px repeat-y;
/* do not forget to put colors for backgrounds for before image(s) can load , this is more important for
the scrollbar itself than the scrollbase, as user can live without an image on the base but cannot see
any scrollbar when images cannot load. */
}
.vscrollerbarbeg {
/* height of this element is normally auto set to fit the scrollbase, to cover the base... */
height: 20px !important;
/* ...unless we force the size using an !important decleration */
/* forcing would not be required if Webkit-Safari did not have a background-repeat bug*/
/* this may be fixed by the time Safari 3.0 is released. */
width: 20px;
background: url(../images/scrollbar.png) -108px -32px no-repeat;
}
.vscrollerbarend {
/* height of this element should be set */
height: 20px;
width: 20px;
background: url(../images/scrollbar.png) -108px 0px no-repeat;
}

.vscrollerbase {
width: 20px;
background: #ebebeb url(../images/scrollbar.png) 0px 0px repeat-y;
}
.vscrollerbasebeg {
/* height of this element is auto set to fit the scrollbase, to cover the base */
/* this element can be used to place a faux top arrow image */
width: 20px;
height: 20px !important; /*Again, the safari fix, normally this line is not needed.*/
background: url(../images/scrollbar.png) -81px -28px no-repeat;
}
.vscrollerbaseend {
/* height of this element should be set */
/* this element can be used to place a faux bottom arrow image */
height: 20px;
width: 20px;
background: url(../images/scrollbar.png)  -81px 0px no-repeat;
}

/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {
height: 16px; background-color: white;
}
.hscrollerbar {
height: 16px; background-color: black;
}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 20px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 20px;
height: 16px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #ebebeb;
}


/* Scroll Bar Master Styling Ends Here */

