@charset "utf-8";
/* CSS Document */


html, body {
	margin: 0 auto;
	height: 63%;	

} 


.divstyles #header_bg_row{
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat-x;
	height:254px;	
}

.divstyles #middle_bg_row{
	/*background-image:url(images/left_verticle_tiled.jpg);*/
	background-image:url(images/bg1.png);	
	background-repeat:repeat;	
}

.divstyles #bottom_bg_row{
	background-image:url(images/footer_bg_01.jpg);
	background-repeat:repeat-x;
	height:49px;	
	margin-bottom:0px;
}

.divstyles #body_header {	
	height: 20px;
	width: 530px;
	padding: 10px;
	margin-top: 0px;
	margin-left: 10px;
	background-color:#660066;
}

.divstyles #body_white{
	background-color:#FFFFFF;
	width:960px;
	margin-top:0px;
	margin-bottom:0px;	
}

.divstyles #body_header {	
	height: 20px;
	width: 530px;
	padding: 10px;
	margin-top: 0px;
	margin-left: 10px;
	background-color:#996699;
	border-bottom:double #660033 Thin;
}

.bodytext{
	font-size:12px;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
	font-variant:normal;
	color:#660066;
	text-align: left;
	font-style: normal;
}

.websolutions{
	font-size:10px;
	font-weight:bolder;
	color:#000000
	text-align:center;
}

.divstyles #right-column {
	background-image:url(images/side_bg2_01.jpg); /*<!-- url(images/right_side.jpg); -->*/
	background-position:top;
	background-repeat:repeat-y;
	width: 165px;
	text-align:left;
	min-height: 600px;
}

.smallsectiontitle{
/*	font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size:15px;
	font-weight:900;
	color:#FFFFFF;
	font-style: normal;
	text-transform: none;
	font-variant: small-caps;
	line-height: normal;
	text-align:center;
	padding-right: 8px;
}

.sectiontitle{
/*	font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:900;
	color:#FFFFFF;
	font-style: normal;
	text-transform: none;
	font-variant: small-caps;
	line-height: normal;
	text-align:left;
}

.index_sectiontitle{
/*	font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:900;
	color:#FFFFFF;
	font-style: normal;
	text-transform: none;
	font-variant: normal;
	line-height: normal;
	text-align:center;
}

.rightcolumntext{
/*	font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:900;
	color:#FFFFFF;
	font-style: normal;
	text-transform: none;
	font-variant: normal;
	line-height: normal;
	text-align:left;
	padding-right: 10px;
}

.divstyles #bottom_border{
	background-color:#333333;
	width: 100%;
	height: 8px;	
	margin-bottom:0px;
}

.divstyles #footer_container {
	background-image:url(images/footer_bg_01.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height: 36px;
	text-align:center;
	padding-bottom: 0px;
	margin: 0 auto;
	float: inherit;
	clear: none;
	margin-bottom: 0px;
	z-index: auto;
	overflow: visible;
	clip: auto;
	bottom: 0px;
	visibility: visible;
	position: inherit;
}

/* This is the logo link clickable area */
#bottom_image{
	margin-bottom:0px;
}

.greyBack{
	background-color:#F0F0F0;



}

