body {
	background-color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background-image: url(images/bg_body.gif);
}

#nobg {
background-image:none;
}
a {color: #333333;}
a:visited {
	color: white;
}
a:hover {color: red;}
a:active { color:#FFFFFF;}

img.download {vertical-align:middle;}

#wrapper{
	background-image: url(images/bg_wrapper.gif);
	background-repeat: repeat-x;
	width: 100%;
}

/* ----------container to center the layout---------- */
#container {
	background-image: url(images/main_bkgnd.jpg);
	width: 770px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
} 

/* ----------banner for logo-------------- */
#banner {
	position: relative;
	background-image: url(images/Header.jpg);
	width: 770px;
	height: 148px;
	text-align: right;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	border: 0;
	background-repeat: no-repeat;
}

#bannerText{
	position: absolute;
	top: 60px;
	bottom: 0;
	right: 5px;
}
.emailIcon {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.emailIcon a{
	font-weight: bold;
	text-decoration: none;
}
.emailIcon a:hover{
	color: #ffffff;
	text-decoration: underline;
}
.emailIcon a:visited{
	color: #ffffff;
	text-decoration: none;
}



/* ----------outer and inner----------------- */
#outer{ 
	border-left: solid 139px #999999;  /* color of the left column  */ 
	background-color: #FFFFFF; /* color of the content column */
 } 

#inner{ 
	margin:0px; 
	width:100%; 
} /* The ie/pc pecularity */ 

/* --------------left navi------------- */
#left {
	background-image: url(images/left-bkground.gif);
	background-repeat: no-repeat;
	width:138px; 
	/*float:left;
	position:relative; 
	margin-left:-138px; 
	margin-right:1px;*/
}

/* -----------------content--------------------- */
#content{
	/*position: absolute;*/
}

p{
padding: 5px 10px;
margin:0px; }

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

h1 {
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	font-weight: bold;
}

/* -----------------menu--------------------- */

.menutext{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-indent: 7px;
	text-decoration: none;
	line-height: 19px;
	text-align: left;
	float: left;
}
.menutext a{
	color: #FFFFFF;
	text-decoration: underline;
}
.menutext a:hover{
	color: Red;
	text-decoration: none;
}
.menutext a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.menuDots {
	width: 125px;
	border: 0;
	height: 1px;
	background-image: url(images/dots.gif);
	margin-left: 7px;
}

/* -----------------content page w/ right column--------------------- */
#contentWrapper {
	margin:  0;
	padding:  0;
/*  Background of the right side menu.  Replace the URL and the background color (#FFFFFF) with your choices for each.  */
	background:  url(../LayoutImages/body_bg.gif) top right repeat-y #FFFFFF;
	color:  #000000;
	position:  relative;
	top:  0;
	left:  0;
/* Replace width value with your choice of layout width. */
	width:  631px;
}

#leftColumn {
	/* replace this value with the width of your right column */
	margin-right: 190px;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 10px 10px; /* Replace width value with your choice of content area width. */
	width: 421px;
}

#rightColumn {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0; /* Replace width with the width of your right column. */
	width: 190px; /*  Background of the right side menu.  Replace the URL and the background color (#3F9BCF) with your choices for each.  */
	background: transparent url(../LayoutImages/body_bg.gif) repeat-y top right;
	color: #FFFFFF;
}

/* -----------------Feature Listing--------------------- */

#featureContainer{
	width: 180px;
	height: 120px;
	background-color: #f7f4f1;
	background-image: url(images/Tab-long.gif);
	background-repeat: no-repeat;
}
.tabHeader{
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
}
.featureTitle{
	color: red;
	font-weight: bold;
	line-height: 18px;
}
.featureText{
	color: #333333;
	text-indent: 4px;
}

.featureImage{
	padding: 5px 5px 5px 5px;
	width: 100px;
	height: 75px;
	text-align: left;
}

.b2 {

	font: 8.5pt/12pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#pageTitle
{
	padding-top:15px;
	color: #333333;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: red ridge;
	font-size: 12px;
}

.pageText
{
	font-weight: normal;
	text-align: justify;
	line-height: 14px;
}

.pageImage
{
	BORDER-RIGHT: gray thin solid;
	BORDER-TOP: gray thin solid;
	MARGIN-TOP: 5px; 
	MARGIN-BOTTOM:5px;
	MARGIN-LEFT: 5px;
	margin-right: 5px;
	BORDER-LEFT: gray thin solid;
	BORDER-BOTTOM: gray thin solid;
}

ul {
	text-indent: 25px;
	list-style-position: outside;
	list-style-type: square;
	padding: 6px;
	margin: 2px;
}

#leftLinks{
	float: left;
	padding: 5px;
	margin: 5px;
	width: 300px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 272px;
}
#rightLinks{
	float: left;
	padding: 5px;
	margin: 5px;
	width: 300px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 272px;
}
#firstColumn {
	position: absolute;
	top: 50px;
	left: 0px;
	margin: 0px;
	padding: 10px;
	border: 0px;
	width: 155px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 135px;
}
#secondColumn {
	padding: 10px;
	text-align: center;
	padding-left: 0;
	border: 0px;
	/* ie5win fudge begins */
	margin: -20px 155px 0px 155px; 
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-top: 0px;
}
#thirdColumn {
	position: absolute;
	color: #333333;
	top: 50px;
	right: 0px; /* Opera5.02 will show a space at right 
	when there is no scroll bar */
	margin: 0px;
	padding: 10px;
	padding-left: 0;
	border: 0px;
	width: 155px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 135px;
}
.details{
	text-transform: uppercase;
}

.details a {color: #333333;}
/*.details a:visited {color: #333333;}*/
.details a:hover {color: red; text-decoration: underline}