
#container {

    text-align:center;
    width:745px;

    padding:auto;
    margin-left:auto;
    margin-right:auto;
 
    }
body {    
    background-color:#213455;
    background-image:url('../images/bg_gradient.jpg');
    background-repeat: repeat-x;
    font-family: Arial, Sans-Serif;
    letter-spacing:1px;
    margin:0px;
    font-size:.9em;
    }	
    
a, a:visited {
	text-decoration:none;
	color: blue;
}
a:hover {
	text-decoration:underline;
}
#header_container {
    width: 100%;
    font-weight:bold;
    font-variant:small-caps;
    }

#header_container #header_nav{
	
    position:relative;
    top:30px;
    left:175px;
    color:white;
    width:550px;
    }
   
#header_container div {
/*    border: 1px solid black; 
    padding: 3px;*/
    }

#body_container {
	background-color:white;
	width:704px;
	margin-left:41px;	
	min-height:525px;
}

#header_title {
  /*  font-size:2em; */
  	background-image:url("../images/title-bg-short.png");
  	repeat:no repeat;
  	text-align:center;
  	height:109px;
    }
   
#title-bg {
	 background: url("../images/background-fill.gif") 41px 0 repeat-y;
	}
#arm {
	background-image:url("../images/title-arm-top.png");
	repeat:no repeat;
	left:10px;
	height:141px;
	position:relative;
	top:48px;	
	width:31px;
	}
#header_title .title {
	color:white;
	background-color:darkSlateBlue;
	padding:0px 5px 0px 5px;
	text-decoration:none;
	border:1px solid silver;
	font-size:2em;
	}
#header_message span {
    padding-left:150px;
    }
    
#footer {
/*	border-left:1px solid black;
	border-right:1px solid black; */
	width:100%;
	text-align:center;	
}
ul.horizontal_nav {
    list-style-type:none;
    display:inline;
    margin:0px;
    padding:0px;
    display:table;
}
ul.horizontal_nav li {
    list-style:none;
    font-size:1.1em;
    font-weight:bold;
 /*   display:table-cell; */
 	float:left;
    padding-right: 10px;
    padding-left: 2px;
    border-right: 1px solid white; 
}


ul.horizontal_nav a, #left_nav div.left_nav_container a  {
    text-decoration:none;
}

#body_table {
    width: 100%;
 /*   border: 1px solid black; */
    }



#main_content div.systemView table tr td {
    border: 1px solid black;
    width:70px;
    height:70px;
    }
    
div.main_content_container {
	padding-left:5px;
	padding-right:5px;
	min-height:325px;
/*	margin-top: -15px; */
	}

table#footer {

	background-color:white;
	border-top:1px solid orange;
	font-size:0.8em;
	margin-left:41px;
	text-align:center;
	width:704px;

}

