/*/////////////////////////////BASE///////////////////////////////////*/

body {
	background: #fff;
	color: #000;
	
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.3em;

     margin: 0; /* to avoid margins */
     text-align: center; /* to correct the centering IE bug*/
     text-align: left; /* to realign your text */
	
}

p {
	line-height:16pt;
	margin-top:0px;
	padding-top:0px;
	}

#main a {
	color: #000;
	text-decoration: underline;
}

#main a:hover {
	text-decoration: none;
	color: #6cb4e6;
}

#main a:visited {
	color: #000;
	}

#main a:active {
	color: #6cb4e6;
	}

img {
	border: 0px none;
}


#global {
     margin-left: auto;
     margin-right: auto;
     width: 979px; /* mandatory to be centered */
     }


#header {
	position:relative;
	width:979px;
	height:142px;
	}


#menu {
	position:relative;
	left:-1px;
	top:-4px; /* input 5-8-08 */
	width:979px;
	height: 17px;
	z-index:10;
}

#main {
size:1px;

	text-align:left;
	z-index:1;
	position:relative;
	left:0px;
	top:0px;
	width:979px;
	display:block;
	}

#section_title {
	color:#000;
	font-size:20px;
	line-height:30px;
	padding-top:15px;
	height:25px;
	}

#left_box {
	position:relative;
	top:0px;
	left:0px;
	float:left;
	margin-left:20px;
	color: #000;
	margin-top:5px; 
	}
	
#right_box {
	position:relative; 
	display: table-cell;
	float:right;
	color:#000;
	margin-top:5px;
	}
	
#footer {
	width:979px;
	height:20px;
	position:relative;
	left:0px;
	top:1px;
	background-color:#02029a;
	}








