
.page {
    background-color : #ffffff;
    background-image : none;
    margin : 0px 0px 0px 0px;
     }
.header
{
    background-color : #ffffff;
    background-image : url(images/order_04.jpg?23572);
}

.header td
{
    font-family : arial;
    font-size : 8pt;
    color : #000000;
    font-weight : normal;
    font-style : normal;
}

.header a:link
{
    text-decoration : none;
    color : #000000;
}

.sidebar
{
    background-color: #;
    padding: 0px;
}

.sidebar_space
{
    height : 10px;
}

.item
{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #415f7e;
    background-color : #747474;
}

.item_title
{
    background-color: #415f7e;
    font-family: arial;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    color: #ffffff;
    padding: 3px;
}

.item_content
{
    color : #ffffff;
    font-family : arial;
    font-size : 8pt;
    font-weight : normal;
    font-style : normal;
    padding: 5px;
}

.item_caption
{
    color : #ffffff;
    font-family : arial;
    font-size : 8pt;
    font-weight : normal;
    font-style : normal;
    padding: 5px;
}

.sidebar a:link
{
    text-decoration: none;
    color: #000000;
}

.body
{
    background-color : #ffffff;
    background-image : none;
    padding: 10px;
}

.body_text
{
    font-family : arial;
    font-size : 8pt;
    font-weight : normal;
    font-style : normal;
    color : #000000;
}

.body_text a:link
{
    text-decoration: underline;
    color: #000000;
}

.footer
{
    background-color : #757592;
    background-image : url(images/Engineering_19.jpg?31933);
}

.footer td
{
    font-family : arial, helvetica;
    font-size : 8pt;
    color : #000000;
    font-style : normal;
    font-weight : bold;
    padding : 5px;
}

.footer a:link
{
    text-decoration : none;
    color : #000000;
}

.footer a:hover
{
    text-decoration : none;
    color : #000000;
}

.footer a:visited
{
    text-decoration : none;
    color : #000000;
}

.menu
{
    background-color: #ffffff;
}

.menuButton, .menuButton_on
{
    padding-left: 20px;
    padding-right: 20px;
    cursor: hand;
    height: 21px;
}

.menuButton a, .menuButton_on a
{
    font-family : arial, helvetica;
    font-size : 11pt;
    font-weight : bold ;
    color : #ffffff;
    font-style : normal;
    text-decoration: none;
}

.menuButton
{
    background-color: #757592;
}

.menuButton_on
{
    background-color: #189c8f;
}

.menudefault
{
    background-color: #757592;
    width:25%;
}

.menuright
{
    background-color: #757592;
    width:1px;
}

.menuright_on
{
    background-color: #189c8f;
    width:1px;
}

.menuleft
{
    background-color: #757592;
    width:1px;
}

.menuleft_on
{
    background-color: #189c8f;
    width:1px;
}

.menu_ButtonHeight
{
    background-color: none;
    width: 0px;
    height: 21px;
}

.menu_h_space
{
    background-color: #ffffff;
    height : 1px;
}

.header p {margin-top:0px; margin-bottom:0px}
.sidebar p {margin-top:0px; margin-bottom:0px}
.body p {margin-top:0px; margin-bottom:0px}
.footer p {margin-top:0px; margin-bottom:0px}

/*Code Testing for placing a div*/

/*following necessary for all RH container to be positioned
*/div#help {
	position: absolute;
	margin: -1250px 0px 0px 400px;
	padding: 0px 0px 0px 0px;
}



div.maincontent {
	position: absolute;
	z-index: 7;
	float: right;
	background: #2DF;
	/* margin: 0 205px; the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
/*	padding-right: 30px; doesn't do anything except if too big it pushes out the maincontent*/
	margin: 250px 0px 0px 450px;
	padding: 100px 20px 20px 20px;/* remember that padding is the space inside the div box and margin is the space outside the div box  IE REQUIRES AT LEAST 1PX TOP PADDING*/
/*	color: #0A246A;*/
	color: #000;
} 
#maincontent h1 { 
	position: static;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 15px 0px;
	letter-spacing: -.02em;
	line-height: 0.95;	
}
#maincontent p { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: 2em; 
	text-align: left;
/*When this indent is removed, add 10px padding to top of paragraphs*/
}


