body {
	margin: 0px;
	padding: 0px;
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #343434;
	}
img {
	border: 0px;
	}
	
#asllogo {
	position: absolute;
	top: 0;
	right: 0;
	}

a {
	color: #3399CC;
	text-decoration: none;
	}
a:hover {
	color: #3399FF;
	}

/****************************/
/****** DISPLAY STYLES ******/
/****************************/

table.display
		{
		background-color: silver;
		}
td.display1
		{
		padding: 3px;
		background-color: #f4f4f4;
		vertical-align: top;
		text-align: left;
		font-weight: bold;
		}
td.display2
		{
		padding: 3px;
		background-color: white;
		vertical-align: top;
		text-align: left;
		}
td.display3
		{
		padding: 5px;
		background-color: white;
		vertical-align: top;
		color: silver;
		}

/***********************/
/****** FP STYLES ******/
/***********************/

.fp {
	position: relative;
	float: left;
	}
.fp1
	{
	padding: 3px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px dashed silver;
	}
.fp2
	{
	padding: 3px;
	vertical-align: top;
	text-align: left;
	padding-bottom: 5px;
	}

/***************************/
/****** TOPBAR STYLES ******/
/***************************/

#topbar {
	background-image: url(../images/website/topbar.jpg);
	background-repeat: no-repeat;
	background-color: #1B2362;
	height: 75px;
	position: relative;
	clear: both;
	}
#topbarcontact {
	position: absolute;
	right: 140px;
	top: 6px;
	font: normal 7pt Verdana;
	color: white;
	}
#topbartitle {
	position: absolute;
	left: 30px;
	top: 2px;
	font: normal 22pt Tahoma;
	margin: 0px;
	color: #1B2362;
	}
#topbartitle span {
	position: relative;
	left: 20px;
	}

/*******************************/
/****** TOPBARMENU STYLES ******/
/*******************************/

#topbarmenu {
	position: relative;
	background-image: url(../images/website/topbarmenu_cont.gif);
	margin-bottom: 20px;
	clear: both;
	}
#topbarmenu a{
	position: relative;
	bottom: 8px;
	font: bold 8pt Verdana;
	color: #336699;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	text-transform: uppercase;
	}
#topbarmenu a:hover{
	color: #ff9933;
	}
#topbarmenu img {
	position: relative;
	padding: 0px;
	margin: 0px;
	}

/****************************/
/****** LEFTBAR STYLES ******/
/****************************/

#leftbarborder {
	position: relative;
	float: left;
	width: 204px;
	padding: 1px;
	border: 1px solid silver;
	margin-left: 5px;
	margin-bottom: 20px;
	background-image: url(../images/website/search_cont.gif);
	background-repeat: repeat-x;
	background-color: #F5F5F5;
	}
#leftbar {
	position: relative;
	width: 180px;
	border: 2px solid #DBDBDB;
	padding: 5px 10px 5px 10px;
	background-color: white;
	}
#leftbar h1 {
	position: relative;
	font: bold 11pt Arial;
	color: black;
	margin: 2px;
	}

#leftbar h1 a {
	position: relative;
	color: #14395E;
	text-decoration: none;
	}
#leftbar h1 a:hover {
	color: #8FB4DA;
	}

.leftbrief1 {
	position: relative;
	font: normal 7pt Verdana;
	color: #464646;
	border-bottom: 1px dashed silver;
	width: 180px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	}
.leftbrief2 {
	position: relative;
	}
.leftbrief2 a {
	position: relative;
	display: block;
	font: normal 7pt Verdana;
	color: #336699;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(../images/website/menu_arrow.gif);
	background-repeat: no-repeat;
	}
.leftbrief2 a:hover {
	color: #ff9933;
	}
.leftbrief2 span {
	color: silver;
	}

/****************************/
/****** CONTENT STYLES ******/
/****************************/

#content {
	position: relative;
	margin-left: 240px;
	padding: 0px 20px 10px 0px;
	}
#content h1 {
	font: normal 14pt Verdana;
	color: maroon;
	}
#content h2 {
	font: bold 12pt Arial;
	}
#content h3 {
	font: bold 10pt Verdana;
	}
	
/***************************/
/****** SEARCH STYLES ******/
/***************************/

#search {
	position: relative;
	text-align: center;
	height: 25px;
	padding-top: 10px;
	background-color: #FFFFFF;
	}
#searchdisplay img{
	border: 0;
	}

/** search form **/

#search form {
	padding: 0px;
	margin: 0px;
	}
	
#search select {
	font: bold 7pt Verdana;
	color: #314864;
	text-transform: capitalize;
	width: 100%;
	}
	
#search input {
	font: normal 7pt Verdana;
	color: #314864;
	}
/** search links **/

#searchdisplay a{
	font-weight: bold;
	color: black;
	}
	
#searchdisplay a:hover{
	color: #006699;
	text-decoration: none;
	}
	
/** results area **/

#products {
	border-top: 1px dotted gray;
	padding: 10px 0px 10px 5px;
	}

#products a{
	font-weight: bold;
	color: #21536A;
	}

#products a:hover {
	text-decoration: none;
	color: #ccd1ea;
	}

#pagebrief {
	color: #666666;
	padding: 0px 0px 0px 7px;
	}

/******************************/
/****** BOTTOMBAR STYLES ******/
/******************************/

#bottombar {
	position: relative;
	clear: both;
	width: 100%;
	height: 18px;
	padding-top: 4px;
	background-image: url(../images/website/bottombar_cont.gif);
	color: #b2b2b2;
	}
#bottombar a {
	position: relative;
	font: bold 8pt Verdana;
	color: #336699;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	border-right: 1px solid #b2b2b2;
	}
#bottombar a:hover {
	color: #ff9933;
	}
#siteinfo {
	position: relative;
	margin-top: 10px;
	font: normal 8pt Verdana;
	clear: both;
	width: 100%;
	}
#siteinfo a{
	color: #336699;
	text-decoration: none;
	}
#siteinfo a:hover{
	color: #ff9933;
	}
#siteinfo table {
	position: relative;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	}