/*style for XPress main web page.*/

body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		/*background-color: red;*/
		background-image:url(images/bg.gif);
		background-repeat: repeat;
	}
	a {
	text-decoration:none;
	display:block;
    }	
	a:hover{text-decoration:underline; color:white;} 
	a:link{text-decoration:none; color:#7280D8;} 
	a:visited{text-decoration:none; color:#7280D8;} 
	a:active{text-decoration:none; color:#7280D8;} 
	 

  #wrapper {
  		min-width: 900px;
		max-width:1200px;
		margin:0px auto;
		/*border:1px solid #bbb;*/
		padding:0.5%;
		
		/*background:url(images/bg-right.gif) repeat-y 70% 0;*/
		
		
	}
  #header {
		border:1px solid gray;
		height:150px;
		/*padding:10px;*/
		padding-bottom:0px;
		margin-bottom:0px;
		background-color:white;
		background-image:url(images/xpress_logo2.gif);
		background-repeat:no-repeat;
	}
	#content {
		margin-top:10px;
		padding-bottom:10px;
		padding-top:0px;
		margin-top:0px;
	}
	/* applies to all divs within the content div */
  #content div {
		padding:0.5%;
		/*border:1px solid #bbb;*/
    float:left;
	}
  #content-left {
  	width:15%;
	position:relative;
	/*height:420px;*/
	padding-top:0px;
	margin-top:0px;
	min-height:450px;
	height:450px;
	max-height: 1000px;
	background:#CCCCCC;
	background-image: url("images/bg-left.gif");
	background-repeat:repeat-y;
	
	float: left;
	
	}
  #content-main {
		margin-left:1%;
		width:50%;
		min-height:500px;
		font-size:14px;
		/*height:420px;*/
		text-align: justify;
		color:white;
		/*border:1px solid #bbb;*/
		/*background-color:white;*/
		float: left;
	}
  #content-right {
		margin-left:0.5%;
		width:25%;
		/*height:420px;*/
		min-height:500px;
		font-size:11px;
		/*border:1px solid #bbb;*/
		color:white;
		float: right;
	}
  
  #bottom {
		clear:both;
		/*margin-top:200px;*/
		padding-top:2%;
		text-align:center;
		/*border:1px solid #bbb;*/
		font-family:Verdana;
        font-size:10px;
        font-weight: normal;
        text:decoration:none;
		font-style: normal;
        color: #7280D8;
	}


  #leftMenu { 
   font-family:Tahoma;
                 font-size:10pt;
                 font-weight: bold;
                 text:decoration:none;
		 font-style: normal;
		 color: black;
		 text-align:center;
		 padding:2px;
		/*background-color: #999999;*/
		border: 1px solid gray;
              }
#leftMenu:hover{
background-color: #666666;
color:white;
}

#leftMenuCurrent {
	font-family:Tahoma;
                 font-size:10pt;
                 font-weight: bold;
                 text:decoration:none;
		 font-style: normal;
		 color: black;
		 text-align:center;
		 padding:2px;
		/*background-color: #999999;*/
		border: 1px solid gray;
}


