/* CSS Document */
a:link, a:visited {
	color: #005C92;
	text-decoration:none;
}
a:hover {
	color: #6F6F6F;
	text-decoration:none;
}

/* ----------------------------------------------------------------------------------- */
/* Image Positionning */
/* ----------------------------------------------------------------------------------- */
#MS_logo{
	padding-left: 20px;
	padding-bottom: 3px;
}

/* ----------------------------------------------------------------------------------- */
/* COLUMNS 
/* ----------------------------------------------------------------------------------- */
#colwrapper {
	width: 597px;
	margin: 0px;
}
#rightcol {
	margin-top: 5px;
	float: right;
	width: 150px;
	background: url(../../images/home/news_bg.jpg) #DDDDDD repeat-x;
	border-left: 1px solid #A8BAE4;
	height: 595px;
}
*html body #rightcol {
	margin-top: 0px;
	height: 610px;
}

#rightcol .news_archive {
	text-align: right;
}
/* ----------------------------------------------------------------------------------- */
/* BOXES 
/* ----------------------------------------------------------------------------------- */
#box1, #box2  {
	height: 365px;
	margin: 5px 0px 15px 0px;
	padding-right: 5px;
}
*html body #box1, #box2 {
	height: 375px;
	margin-top: 10px;
}

#box1 {
	width: 295px;
	float: left;
	border-right: 1px solid #7FADC8;
	padding-left: 5px; 
}
#box2 {
	float: left;
	width: 283px;
}
#box3, #box4, #box5, #box6 {
	margin-top: 5px;
	height: 190px;
	width: 148px;
}
*html body #box3, #box4, #box5, #box6 {
	margin-top: 5px;
	height: 210px;
	width: 149px;
}

#box3 {
	float: left;
	border-right: 1px solid #7FADC8;
}
#box4 {
	padding-left: 0px; 
	left: 150px;
	float: left;
	border-right: 1px solid #7FADC8;
}
#box5 {
	/*width: 150px;*/
	left: 300px;
	float: left;
	border-right: 1px solid #7FADC8;
	/*background: url(../../images/home/flight_recorder.gif) #FFFFFF no-repeat;*/
}
#box6 {
	left: 450px;
	float: left;
}

.space {
	height: 230px;
	width: auto;
	padding: 0px;
	margin: 0px 0px 0px 12px;
}
*html body .space {
	height: 227px;
	margin: 0px 0px 0px 2px;
}
/* ----------------------------------------------------------------------------------- */
/* FONTS 
/* ----------------------------------------------------------------------------------- */
p{
	padding-right: 5px;
	padding-left: 10px;
}
#rightcol p { 
 	font: normal 10px/12px Verdana, Arial, sans-serif;
 	line-height: normal;
	/*margin-top: 10px;*/
}
#content p {
	text-align:center;
}
.label {
	padding-left: 5px;
	margin-top: 0px;
	text-align:center;
}
.label_center{
	position: absolute;
	top: 530px;
	width: 142px;
}



