body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #c0c0c0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #21395D;
}
.twoColFixRt #container {
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../design/right-bg.gif);
	background-position: top right;
	background-repeat: repeat-y;
	position: relative;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 211px;
	padding: 0;
	margin: 0;
	color: white;
	vertical-align: top;
	text-align: left;
	background-image: url(../design/right-bg.jpg);
	background-position: 0 285px;
}
.twoColFixRt #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 554px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1,h2 {
	font-size: 18px;
	margin-top: 0px;
	color: #be760e;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	font-size:16px;
	line-height: 16px;
}
h3 {
	font-size: 16px;
	margin-top: 0px;
}
img {
	border:0;
}
p {
	text-align: justify;

}
fieldset p { margin:3px}
.content {
	width: 515px;
	padding: 5px 10px 0 10px;
	margin: 5px 10px 0 10px;
	border: 1px solid #cfe1fb;
}
.header {
	background-color:#CCCCCC
}
strong {
	font-weight: normal;
	color: #0000CC;
}
.stateslist {
	list-style-type: disc;

}
.vatop {
	vertical-align:top
}
.expertise {
	text-align:center;
	vertical-align:bottom;
	border: 1px solid;
	border-color: #F0F0F0;
	padding: 5px 0 5px;
}
.expertise2 {
	text-align:center;
	vertical-align:middle;
	background-color: #F0F0F0;
	padding: 5px 0 5px;
}
.merchandise {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006666;
}
.merchandise2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #006666;
}
.content fieldset {
	border: 1px solid;
	border-color: #B4C6E0;
}
.content legend {
	padding:7px;
	font-weight:bold;
	color: #0066CC;
}
.content label {
	width:150px;
	float:left;
	text-align:right;
	display:block;
	padding: 4px;
	font-weight: bold;
}
.content input {
	background-color:#FFFFFF
}
.alert {
	width:auto;
	background-color:#FFD7D7;
	padding:3px 10px;
	font-weight: bold;
}
.message {
	margin: auto;
	padding: 5px;
	text-align: left;
}
.error{
	background-color: #FEDADA;
	border: 1px solid #FC8B8B; 
	margin-bottom: 10px;
}
.allok{
	background-color: #DCFEDA;
	border: 1px solid #009966;
	margin-bottom: 10px;
}
.repquota, .repquota td  {
border: 1px solid rgb(204, 204, 204);
border-collapse: collapse;
margin-top: 15px;
padding: 7px
}
.highslide {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
text-decoration:none;
}
.add {
border:1px solid #E7E7E7;
color:green;
font-family:Arial;
font-size:15px;
font-weight:bold;
text-decoration:none;
background-color:#DDFFDD
}
.sub {
	border:1px solid #E7E7E7;
	color:red;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	background-color:#FEE0E4
}
.gvhd {
	background-color:#ADD6D6;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

.rmlnkC {
	font-weight: bold;
	text-decoration: none;

	}
.parimg {
	float: left;
	margin: 2px 5px 0 0;
	border: 1px solid;
	border-color: #D8D8D8;
	padding: 2px;

}
.services li {
	font-weight: bold;
	color: #006699;
}
.footer {
	background-color: #FFFFFF;
	border: 1px solid #cfe1fb;
	font-size: 10px;
	margin-top: 4px;
	padding: 10px 0 10px;
	text-align: center;
}

