/*redefined html tags*/
h1 {/*Rightaway blue with underlines*/
	font-style: normal;
	color: #145091;
	text-decoration: underline;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {/*Italic rightaway Blue*/
	font-style: italic;
	color: #145091;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
h3 {/*just medium and bolded*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

/*classes*/
.raBlue {
	color: #145091;
}
.RightawayRed {
	color: #990000;
}
.minisize {
	font-size: 8pt;
}

/*These are for the javascript menu button*/
all.clsMenuItemNS{font: bold x-small Verdana; color: #145091; text-decoration: none;}
.clsMenuItemIE{text-decoration: none; font: bold xx-small Verdana; color: #145091; cursor: hand;}
.clsMenuItemNS6{text-decoration: none; font: bold x-small Verdana; color: #145091; cursor: hand;}

#listItems {/*for laying out lists*/
	padding: 0em 7em;
	position: relative;
	align: left;
}

/*These are for laying the page out*/
#container {height: 80%;}/*to contain both the left and right sides...*/
#topcontainer {	height: 122; width: 100%;}/*to contain both the left and right sides of the top area...*/
#leftSide {
	float: left;
	width: 5em;
	height: 100%;
	background: white url(/images/leftcolumn.gif) repeat-y top left;
}
#rightSide {
	float: right;
	width: 5em;
	height: 100%;
	background: white url(/images/rightcolumn.gif) repeat-y top right;
}
#leftTop {
	float: left;
	width: 120;
	height: 120;
	/*background: white url(http://www.rightawaydelivery.com/images/comet_logo.jpg) repeat-y top left;*/
}
#rightTop {
	float: right;
	width: 120;
	height: 120;
	/*background: white url(http://www.rightawaydelivery.com/images/comet_logo.jpg) repeat-y top right;*/
}
#content {/*where the main content is held*/
	position:relative; 
	margin: 0 5em;
	background: white url(/images/logo_ims_Watermark.gif) repeat-y top right;	
	/*padding: 0 5em;
	border-style: outset;
	border-width: 3px;
	border-image: url(/images/background.gif) 8
	border-width: 62px;
	border-right-image: url(/images/column.gif);
	border-left-image: url(/images/column.gif);*/
}
#footer {
	postion: absolute;
	bottom: 0px;
	height: 120px;
	background: white url(/images/bottomcolumn.gif) repeat-x bottom right;
}
#header {
	postion: absolute;
	top: 0px;
	height: 120px;
	background: white url(/images/topcolumn.gif) repeat-x top right;
}
