/* ######  Basic Style Types  ###### */	body {		background-color: #ffffff;		margin: 0px;		padding: 0px;		font-family: Arial, Helvetica, sans-serif;		font-size: 11px;		color: #000000;	}	td {		background-color: #ffffff;		margin: 0px;		font-family: Arial, Helvetica, sans-serif;		font-size: 11px;		color: #000000;	}	#header {		margin: 0px;		background-attachment: scroll;		/*background-image: url(images/head_back.gif);*/		background-position: 0%;		background-repeat: repeat-x;		height: 140px;		width: 100%;	}	#headerLogo {		position: absolute;		top: 0px;		left: 0px;		width: 795px;		height: 150px;	}	#headerFlash {		position: absolute;		top: 0px;		left: 163px;		width: 597px;		height: 140px;	}	#leftNav {		position: absolute;		top: 154px;	}	#leftAds {		position: relative;		top: 20px;	}	#content {		position: absolute;		top: 154px;		left: 190px;		width: 527px;	}	#footer {		width: 100%;		text-align: center;		font-family: Arial, Helvetica, sans-serif;		font-size: 10px;		color: #666666;	}	.contentBoxTop {		margin: 0px;		background-image: url(images/contentbox_1.gif);		background-position: 0%;		background-repeat: no-repeat;		width: 527px;		height: 25px;		font-family: Arial, Helvetica, sans-serif;		font-size: 12px;		color: #0066cc;		font-weight: bold;		padding-left: 7px;			}	.contentBoxMiddle {		margin: 0px;		border-left: 1px solid #6bb2de;		border-right: 1px solid #6bb2de;		width: 527px;	}	.contentboxBottom {		margin: 0px;		background-image: url(images/contentbox_2.gif);		background-position: 0%;		background-repeat: no-repeat;		width: 527px;		height: 9px;	}	.padding {		padding: 10px;	}	.input {		font-family: Arial, Helvetica, sans-serif;		font-size: 11px;		color: #000000;		border: 1px solid #6bb2de;			}/* ######  Text Style Types  ###### */	.leftNavText {		font-family: Arial, Helvetica, sans-serif;		font-size: 11px;		color: #0066cc;		margin: 0px;		padding-top: 3px;		padding-left: 6px;		padding-bottom: 5px;		background-color:#fcfcfc;		width: 160px;	}	.trademark {		font-size: 7px;	}	.blueLink {		font-size: 14px;		color: #0066cc;		font-weight: bold;	}	.blueFont {		color: #0066cc;	}	.smallFont {		color: #666666;		font-size: 9px;			}	.greyFont {		color: #666666;		}	.contactHead {		font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;		font-size: 18px;		color: #3f8bc7;		font-weight: bold;	}	.contactHeadLong {		font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;		font-size: 16px;		color: #3f8bc7;		font-weight: bold;	}/* ######  Hyperlink Style Types  ###### */	a:link{		color: #ff6600;		text-decoration: none;	}	a:visited{		color: #ff6600;		text-decoration: none;	}	a:hover{		color: #ff6600;		text-decoration: underline;	}	a:active {		color: #000000;		text-decoration: underline;	}	a.leftNavLink:link {		color: #ff6600;		text-decoration: none;	}	a.leftNavLink:visited {		color: #ff6600;		text-decoration: none;	}	a.leftNavLink:hover {		color: #000000;		text-decoration: underline;	}