@charset "UTF-8";
/*CSS Shorthand used throughout*/
/*HTML Tag Styles*/
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	padding: 0px 20px 30px;
	background: #6e6e6e;
}
h1 {
	color: #5e5e5e;
}
h2 {
	font-variant: small-caps;
	color: #ff0000;
	margin-left: 10px;
}
h3 {
	font-weight: bold;
	font-variant: small-caps;
	margin-left: 10px;
}
h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 0.6em;
}
ul {
	font-style: normal;
	list-style: disc;
	color: #F00;
}
p, ul, ol, dl {
	margin: 0px 10px 5px;
}
img {
	margin: 0px;
	padding: 0px;
}
/*a or anchor tags - the four states that must appear in the following order - L, V, H, A Styles*/
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #F00;
	border: 0px none #F00;
}
a:active {
	color: #666;
	text-decoration: none;
	text-align: right;
}
/*Class Styles - can be applied more than once on a page*/
.bold {
	font-weight: bold;
	color: #000;
}
.breadcrumbs {
	font-weight: bolder;
	margin-left: 65px;
	text-align: left;
}
.companyheader {
	font-weight: bolder;
	color: #F00;
	margin-left: 556px;
}
.italic {
	font-style: italic;
	color: #cc3333;
}
.red {
	color: #F00;
	font-weight: bold;
}
.boldWord {
	font-weight: bolder;
	color: #F00;
}
.grey {
	color: #333;
}
.image {
	margin: 0px 10px 10px 10px;
	padding: 0px 10px 0px 0px;
}
.imagecenter {
	margin: 0px 439px 0px 0px;
	padding-top: 0px;
	padding-right: 10px;
	position: absolute;
	top: 16px;
}
.imagecenter_top {
	margin: 0px 5px 0px 439px;
	position: absolute;
	left: 27px;
	width: 132px;
	top: 28px;
	height: 72px;
}
.imagecenter_bottom {
	margin: 0px 5px 0px 439px;
	position: absolute;
	left: 27px;
	width: 132px;
	top: 100px;
	height: 93px;
}
.imageflash {
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
}
.mainbutton {
	margin-left: 65px;
}
.nospacebelow {
	margin: 0px;/* zeroing the margin of the last element in the #bodytext div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr {
margin: 0; 
padding: 10px 0; 
} 
.smalltype {
	font-size: 9px;
	line-height: 9px;
	margin-left: 556px;
}

/*DIV ID Styles - can only be used once per page*/
#content {
	width: 960px;
	background: #FFF url(../images/CAXIS_mastertop.gif) no-repeat 0px 12px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}
#bodytext {
	background: #E6E6E6;
	padding: 0px 10px;
	border-right: 2px solid #5e5e5e;
	border-left: 2px solid #5e5e5e;
	margin-left: 50px;
	margin-right: 48px;
	margin-bottom: 0;
	top: 0px;
	bottom: 0px;
}
#footer {
	background: #FFF;
	text-align: center;
	padding: 2px 0px;
	margin: 0px;
}
#bodyfooter {
	background: #E6E6E6;
	padding: 0px 10px;
	border-right: 2px solid #5e5e5e;
	border-bottom: 2px solid #5e5e5e;
	border-left: 2px solid #5e5e5e;
	border-top-style: none;
	margin-left: 50px;
	margin-right: 48px;
	margin-top: 0px;
	top: 0px;
	bottom: 0px;
	}
#header {
	background: url(../images/CAXIS_mastertop3.gif) 0px 0px;
	height: 190px;
	width: 960px;
}
#breadcrumbs {
	height: 100px;
	width: 960px;
	margin-left: -560px;
	top: 0px;
}
.imagecenter_tops {
	margin: 0px 5px 0px 439px;
	position: absolute;
	left: 26px;
	width: 133px;
	top: 23px;
	height: 173px;
}
.mainnavtop {
	color: #F00;
	font-weight: bold;
	margin-left: 50px;
}
#footer_micro {
	padding-left: 40px;
}
#hcard-C-Axis-Puerto-Rico {
}
.footer_left {
	font-size: 9px;
	text-align: left;
}
.footer_left_red {
	color: #F00;
}
.footer_right {
	text-align: right;
}
.footer_right_sm {
	font-size: 9px;
	text-align: right;
}
