body{
	margin:0 0;
	font: 11px Verdana, Arial, sans-serif; /* make the font look a little nicer than default times new roman */
	text-align: center; /* center the layout in IE 5 */
	color: #5f5e5e;
	font-style:normal;
	background-color:#999;
}
H1{
	color:#003479;
	font-size: 12pt;
	text-align:center;
}
H1.smaller{
	font-size: 10pt;
	font-style: italic;
}
H1.larger{
	font-size: 14pt;
	font-style: italic;
}
H3{
	color: navy;	
}
a.text{
	font-weight:bold;
	font-size:14px;
	color:#0237fe;
	text-decoration:none;
}
a.subtext:link{
	font-size:12px;
	color:#728ffc;
	text-decoration:none;
}
a.subtext:visited{
	font-size:12px;
	color:#728ffc;
	text-decoration:none;
}
a.subtext:hover{
	font-size:12px;
	color:blue;
	text-decoration:underline;
}
a.subtext:active{
	font-size:12px;
	color:#728ffc;
	text-decoration:none;
}
a.whitesubtext{
	font-size:12px;
	color:white;
	text-decoration:none;
}
a.selected{
	font-size:12px;
	color:#f2db8b;
	text-decoration:none;
}
.greytext{
	color:#747474;
	font-size:12px;
}
.white-box-content{
	margin: 0 auto;	
	text-align: left;	
}
/* These are the main layout components on the page */
#copyright {
	text-align: center;
}
#container { /* main container, centers the page */
	width: 877px; /* the width of our layout overall */
	margin: 0 auto; /* center the layout in mozilla and IE 6+ */
	padding: 0 0;
	text-align: left; /* put the text back where it should be */
	background-color:#FFF;
}
#header{ /* holds the flash movie */
	margin: 0 0;
	padding: 0 0;
	height: 227px;
	border: 1px solid black;
}
#sidebar-background{ /* holds the menu on the left */
	margin: 0 0;
	padding: 0 0;
	float:left;
	width:266px;
	background-image: url(/images/sidebar_bg.gif);
}
#sidebar-background-long{ /* holds the menu on the left */
	margin: 0 0;
	padding: 0 0;
	float:left;
	width:266px;
	background-image: url(/images/sidebar_repeater.png);
}
#sidebar{ /* sidebar for secondary pages */
	margin: 0 0;
	padding: 0 0;
	height:475px;
	width:266px;
	background-image: url(/images/sidebar_long_bg.png);
}
#sidebar-home{ /* sidebar for home page */
	margin: 0 0;
	padding: 0 0;
	float:left;
	height:475px;
	width:266px;
	background-image: url(/images/sidebar_home_bg.png);
}
#sidebar-long{
	margin: 0 0;
	padding: 0 0;
	position:relative;
	top: 0;
	left: 0;
	width:100%;
	background-image:url(/images/sidebar_long_bg.png);
	background-repeat:no-repeat;
}
#sidebar-home-content{ /* content within the home page sidebar */
	position:relative;
	top:55px;
	left:40px;
	width:175px;
}
#contentArea{ /* holds all of the content besides the header, footer and side menu */
	position:relative;
	width: 877px;
	margin:0 0;
	padding:0 0;
	top: 0;
	left: 0;
	background-color:white;
}
#copy{
	margin: 25px 25px 10px 25px;
}
#footer-background{ /* holds the footer */
	margin:0 0;
	padding:0 0;
	float:left;
	width:877px;
	background-image: url(/images/footer_bg.png);
}
#navbar{ /* holds the navbar menu */
	margin: 0 0;
	padding: 0 0;
	float:left;
	height:27px;
	width:611px;
	background-image: url(/images/navbar_bg.gif);
	background-repeat:no-repeat;
}
#white-box-home-large-background{
	float: left;
	margin-top: 20px;
	margin-left: 23px;
	height: 410px;
	width: 329px;
	background-image: url(/images/white_box_bg.gif);
	background-repeat:repeat-x;
	text-align: center; /* center the layout in IE 5 */	
}
#white-box-home-small-background{
	float:right;
	margin-top:20px;
	margin-right:13px;
	height: 410px;
	width: 225px;
	background-image: url(/images/white_box_bg.gif);
	background-repeat:repeat-x;
	text-align:center; /* center the layout in IE 5 */	
}
#distributorNav{
	position:absolute;
	left:421;
	top:27;
	width:94;
	background-color:navy;
	color:white;
	display:none;
	cursor:pointer;
	border:solid 1px black;
}
#distributors-domestic{
	height:auto;
	position:absolute;
	left: 266;
	top: 30;
	width: 611;
}
#distributors-international{
	height:auto;
	position:absolute;
	left: 266;
	top: 30;
	width: 611;
}
#footer{
	margin:0 0;
	padding:0 0;
	height:24px;
}