@import url(basic.css);
body{
	margin: 0;
	color: #666666;
	background: transparent;
	font: 9pt Arial, Helvetica, sans-serif;
}
/*Base font properties in tables*/
td {
	color: #666666;
	font: 9pt Arial, Helvetica, sans-serif;
}
th {
	color: #666666;
	font: 9pt Arial, Helvetica, sans-serif;
}
/*Table Header Properties*/
.tblHeader {
	padding: 3px;
	color: #FFFFFF;
	background: #FF3333;
	font: bold 9pt Tahoma, Arial;
}
/*base html font properties*/
h1 {
	margin-bottom: 3px;
	padding-bottom: 3px;
	font: bolder 14.5px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
h2 {
	margin-bottom: 3px;
	padding-bottom: 3px;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
p {
	margin-top: 0;
	padding-top: 0;
	font: 12.5px Verdana, Arial, Helvetica, sans-serif;
}
/*Header Menu Link Properties:
The font is determined by the properties 
of the table cell the link is in*/
a.Menu:link {
	color: #FFFFFF;
	background: transparent;
	font-weight: bold;
	text-decoration: none; /*font-weight: bold;*/
}
a.Menu:visited {
	color: #FFFFFF;
	background: transparent;
	text-decoration: none; /*font-weight: bold;*/
}
a.Menu:hover {
	color: #99CC00;
	background: transparent;
	text-decoration: none; /*font-weight: bold;*/
}
a.Menu:active {
	color: #FFFFFF;
	background: transparent;
	text-decoration: none; /*font-weight: bold;*/
}
/*Header Menus:
Alignment & Font of table cell that contains
the links menu across the top of the page */
.menuCell{
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font: 11.5px/normal Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: right;
}
/*Default Link style with font*/
A:link {
	color: #00019F;
	font: bold 9pt Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A:visited{
	color: #666666;
	font: bold 9pt Tahoma, Arial, Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A:hover{
	color: #FF3333;
	font: bold 9pt Tahoma, Arial, Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
A:active{
	color: #00019F;
	font: bold 9pt Tahoma, Arial, Tahoma, Arial, Helvetica, sans-serif;
}
/*Header:
Repeating background image for the arc*/
.headerImage{
	background: url(../Images/hdr_Top.gif) repeat-x;
}
/*Nav Bar Container:
Cell that contains Nav bar on the left*/
.sideBarContainer{
	width: 130px;
	margin: 0;
	padding: 15px 2px 0;
	border-spacing: 0px;
	border-collapse: collapse;
	top: 0;
}
/*Nav bar:
Contains the actual links on the left*/
/*Floating Boxes:
Gives the same padding for h2 netscape and ie
h1 {margin:0;} {display:inline;}*/
#mainPage h2 {
	margin: 0px;
}
/*Floating Boxes:
Properties of floating box on main page*/
#mainPage{
	width: 254px;
	border: 2px dashed #666666;
	padding: 5px 5px 4px 5px;
	float: right;
	margin: 0px 40px 0px 0px;
	position: relative;
	height: auto;
}
/*Main Content Cell Properties:*/
.mainCellContent{
	padding: 15px 10px 5px;
	font: 12.5px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
}
/*Bond Adapt Logo:
Footer Cell properties*/
.logoCell{
	padding: 0px 50px 0px 00px;
	text-align: right;
}
/*Footer Image:
Repeating background image for the people*/
.footerImage{
	background: repeat-x;
}
/*Footer Link Fonts:
Determines the fonts of the links in the footer cell*/
.footerLinkFont {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
.footerCopyWrite {
	color: #666666;
	font-size: 7.5pt;
	text-decoration: none;
	line-height: 10.5pt;
}
/*Default Form Styles*/
input {
	border: 1px solid #336699;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.submitButton{
	border: 1px solid #336699;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	overflow: visible;
}
.radio-button{
	border: 0px;
}
.checkbox{
	padding: 0px;
	margin: 0px;
	border: 0px; /*background-color: #FFFFFF;
	height: 22px;
	width: 22px;*/
}
/*Basket Properties*/
.listMenus{
	width: 160px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 90px;	
}
/*Generic Drop Downs*/
.listDropDown{
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.listMultiLineDown{
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 100px;
}
textarea {
	width: 440px;
	border: 1px solid #336699;
	margin-right: 3px;
	margin-left: 3px;
	color: #000000;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 70px;
	overflow: visible;
}

